/* Minification failed. Returning unminified contents.
(172,37): run-time error CSS1019: Unexpected token, found ' '
(172,37): run-time error CSS1019: Unexpected token, found ' '
(172,37): run-time error CSS1042: Expected function, found ' '
(172,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(178,34): run-time error CSS1019: Unexpected token, found ' '
(178,34): run-time error CSS1019: Unexpected token, found ' '
(178,34): run-time error CSS1042: Expected function, found ' '
(178,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(183,36): run-time error CSS1019: Unexpected token, found ' '
(183,36): run-time error CSS1019: Unexpected token, found ' '
(183,36): run-time error CSS1042: Expected function, found ' '
(183,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(188,37): run-time error CSS1019: Unexpected token, found ' '
(188,37): run-time error CSS1019: Unexpected token, found ' '
(188,37): run-time error CSS1042: Expected function, found ' '
(188,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(197,37): run-time error CSS1019: Unexpected token, found ' '
(197,37): run-time error CSS1019: Unexpected token, found ' '
(197,37): run-time error CSS1042: Expected function, found ' '
(197,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(602,34): run-time error CSS1019: Unexpected token, found ' '
(602,34): run-time error CSS1019: Unexpected token, found ' '
(602,34): run-time error CSS1042: Expected function, found ' '
(602,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(606,34): run-time error CSS1019: Unexpected token, found ' '
(606,34): run-time error CSS1019: Unexpected token, found ' '
(606,34): run-time error CSS1042: Expected function, found ' '
(606,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(849,34): run-time error CSS1019: Unexpected token, found ' '
(849,34): run-time error CSS1019: Unexpected token, found ' '
(849,34): run-time error CSS1042: Expected function, found ' '
(849,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1651,36): run-time error CSS1019: Unexpected token, found ' '
(1651,36): run-time error CSS1019: Unexpected token, found ' '
(1651,36): run-time error CSS1042: Expected function, found ' '
(1651,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1710,38): run-time error CSS1019: Unexpected token, found ' '
(1710,38): run-time error CSS1019: Unexpected token, found ' '
(1710,38): run-time error CSS1042: Expected function, found ' '
(1710,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1712,39): run-time error CSS1019: Unexpected token, found ' '
(1712,39): run-time error CSS1019: Unexpected token, found ' '
(1712,39): run-time error CSS1042: Expected function, found ' '
(1712,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1727,36): run-time error CSS1019: Unexpected token, found ' '
(1727,36): run-time error CSS1019: Unexpected token, found ' '
(1727,36): run-time error CSS1042: Expected function, found ' '
(1727,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
h1, h2 {
  font-family: "DM Serif Display", sans-serif;
  font-weight: 400;
}

h3 {
  font-family: "Khula", sans-serif;
  font-weight: 700;
}

body {
  font-family: "Khula", sans-serif;
  font-weight: 400;
}

h1, h2 {
  font-family: "DM Serif Display", sans-serif;
  font-weight: 400;
}

h3 {
  font-family: "Khula", sans-serif;
  font-weight: 700;
}

body {
  font-family: "Khula", sans-serif;
  font-weight: 400;
}

.btn, .news-section .news-container .news .content > p:last-of-type a, .child-news-section .news-container .news .content > p:last-of-type a, .btn-hollow {
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  background-color: white;
  color: #746E6E;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  min-height: 42px;
  box-shadow: rgba(57, 70, 78, 0.05) 0px 0px 1px 0px, rgba(57, 70, 78, 0.1) 15px 10px 35px 10px !important;
}

.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #000;
  background-color: #B59965;
}

.secondary-btn {
  color: #B59965;
  background-color: #000;
}

.third-btn {
  color: #B59965;
  background-color: #000;
}

.fouth-btn {
  color: #B59965;
  background-color: #fff;
}

.secondary-white-btn {
  color: #000;
  background-color: #fff;
}

.warning-btn {
  color: #000;
  background-color: #D69E2E;
}

.success-btn {
  color: #000;
  background-color: #38A169;
}

.info-btn {
  color: #000;
  background-color: #5A67D8;
}

.danger-btn {
  color: #000;
  background-color: #E53E3E;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

body {
  transition: padding 0.3s ease;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9464rem + 0.2381vw, 1.125rem);
  background-color: #f8f8f8;
}

h1, h2 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
}

h2 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}

h3 {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8rem + 2vw, 1.625rem);
}

strong {
  font-weight: bold;
}

a {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9464rem + 0.2381vw, 1.125rem);
  color: #000;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

p a {
  font-weight: 700;
  color: #000;
}

.menu-hide {
  top: 0 !important;
  transform: translateY(-200%);
  transition: all 0.3s ease;
}

.menu-bg {
  background-color: black !important;
  transition: all 0.3s ease;
}

.menu-btn {
  display: block;
}

.ham-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 23px;
  width: 35px;
  transition: all 0.3s ease;
}
.ham-container .ham {
  width: 30px;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease;
}
.ham-container .ham:nth-child(1), .ham-container .ham:nth-child(3) {
  align-self: flex-end;
}

.location-info, .location-info-address, .location-info-img a {
  color: black;
}

.ham-change {
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}
.ham-change .ham {
  position: absolute;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.ham-change .ham:nth-child(2) {
  display: none;
}
.ham-change .ham:nth-child(3) {
  transform: rotate(-45deg);
}

.site-menu {
  padding: 0.5rem 1.5rem;
  height: 100px;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .site-menu {
    padding: 1rem 3rem;
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .site-menu #Logo {
    width: 220px !important;
  }
}
.site-menu .menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
}
.site-menu a {
  color: #fff;
}
@media (max-width: 991px) {
  .site-menu .ham-btn {
    display: block;
    z-index: 999999;
  }
}
.site-menu .menu-items {
  display: flex;
}
@media (max-width: 991px) {
  .site-menu .menu-items {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    z-index: 99999;
    background: black;
    flex-direction: column;
    justify-content: center;
  }
}
.site-menu .menu-items .menu-item {
  margin-right: 1rem;
  transition: all 0.3s ease;
}
.site-menu .menu-items .menu-item:before {
  content: "";
  background: #b59965;
  position: absolute;
  left: 0;
  width: 0;
  height: 4px;
  bottom: -5px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .site-menu .menu-items .menu-item {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .site-menu .menu-items .menu-item {
    margin-right: 2rem;
  }
}
.site-menu .menu-items .menu-item:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .site-menu .menu-items .menu-item .menu-link {
    display: block;
    width: 100%;
    font-size: 1.25rem;
  }
}
.site-menu .menu-items .active {
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
}
.site-menu .menu-items .active:before {
  content: "";
  background: #b59965;
  position: absolute;
  left: 0;
  width: 100% !important;
  height: 4px;
  bottom: -5px;
  transition: all 0.3s ease;
}
.site-menu .menu-show {
  display: flex;
}
@media (max-width: 767px) {
  .site-menu .menu-show {
    padding: 3rem;
  }
}
@media (max-width: 575px) {
  .site-menu .menu-show {
    padding: 1.5rem;
  }
}

.is-plain-page {
  padding-top: calc(80px + 3rem) !important;
}
@media (min-width: 992px) {
  .is-plain-page {
    padding-top: calc(150px + 3rem) !important;
  }
}
@media (min-width: 992px) {
  .is-plain-page {
    padding-top: calc(150px + 5rem) !important;
  }
}
.is-plain-page a {
  color: rgba(0, 0, 0, 0.65);
}

.top-banner {
  display: flex;
  align-items: center;
  background: black;
  color: white;
  max-height: 40px;
}
.top-banner .banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.top-banner .banner-container p a {
  background: none !important;
  padding: 0 !important;
  font-family: "Lato", sans-serif !important;
  font-size: 0.85rem !important;
  text-transform: none !important;
}
.top-banner .banner-container a {
  min-width: 100px;
  background: #000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  text-transform: uppercase;
  max-width: 150px;
  max-height: 40px;
  font-size: 1rem;
}
.top-banner .banner-container > a {
  background: white;
  color: black;
  font-weight: bold;
}
.top-banner > a {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: 1rem;
  opacity: 1;
}
.top-banner .content {
  min-width: 100px;
  text-align: center;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .top-banner .content {
    display: flex;
  }
}
.top-banner .content p {
  display: none;
  margin: 0;
  margin-right: 1rem;
  font-size: 0.85rem;
}
@media (min-width: 992px) {
  .top-banner .content p {
    display: block;
  }
}
.top-banner .content p:last-of-type {
  margin-right: 0;
}
.top-banner .content p:nth-child(1) {
  display: block;
}

.top-open {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.hasTop {
  padding-top: 40px;
  transition: all 0.3s ease;
}

.btn, .news-section .news-container .news .content > p:last-of-type a, .child-news-section .news-container .news .content > p:last-of-type a, .btn-hollow {
  text-transform: uppercase;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: #000;
  color: white;
}
.btn:hover, .news-section .news-container .news .content > p:last-of-type a:hover, .child-news-section .news-container .news .content > p:last-of-type a:hover, .btn-hollow:hover {
  color: white;
}

.btn-hollow {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.section {
  margin: 0 auto;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .section {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .section {
    margin-bottom: 6rem !important;
  }
}
@media (min-width: 1360px) {
  .section {
    margin-bottom: 8rem !important;
  }
}
@media (min-width: 1416px) {
  .section {
    max-width: 1320px;
    padding: 0;
  }
}

.max-1320 {
  max-width: 1320px;
  margin: 0 auto;
}

.full-width-section {
  max-width: none;
  margin: auto;
  margin-bottom: 3rem;
}

.slick-dots {
  z-index: 10;
  bottom: 4rem;
}
.slick-dots li {
  width: 60px;
  height: 10px;
}
.slick-dots li button {
  width: 50px;
  height: 10px;
  background: white;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots .slick-active button {
  background: #B59965;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  height: 100%;
}

.marqueeHasTop {
  height: calc(100vh - 40px) !important;
}
@media (min-width: 1200px) {
  .marqueeHasTop {
    height: calc(80vh - 40px) !important;
  }
}

.page-marquee {
  max-width: none;
  margin: auto;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: 560px;
  display: grid;
  color: white;
  margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .page-marquee {
    height: 80vh;
  }
}
.page-marquee h1 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
}
.page-marquee p {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}
.page-marquee .photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .page-marquee .photo img:nth-child(1) {
    -o-object-position: center -50px;
       object-position: center -50px;
  }
}
@media (min-width: 1360px) {
  .page-marquee .photo img:nth-child(1) {
    -o-object-position: center -100px;
       object-position: center -100px;
  }
}
@media (min-width: 1600px) {
  .page-marquee .photo img:nth-child(1) {
    -o-object-position: center -120px;
       object-position: center -120px;
  }
}
.page-marquee .photo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(210deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 60%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
.page-marquee #homeMarque img:nth-child(1) {
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .page-marquee #homeMarque img:nth-child(1) {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
@media (max-width: 992px) {
  .page-marquee #maleMarquee img:nth-child(1) {
    -o-object-position: 70%;
       object-position: 70%;
  }
}
@media (max-width: 992px) {
  .page-marquee #femaleMarquee img:nth-child(1) {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
@media (min-width: 1200px) {
  .page-marquee #femaleMarquee img:nth-child(1) {
    -o-object-position: center -10px;
       object-position: center -10px;
  }
}
@media (min-width: 1360px) {
  .page-marquee #femaleMarquee img:nth-child(1) {
    -o-object-position: center -30px;
       object-position: center -30px;
  }
}
@media (min-width: 1600px) {
  .page-marquee #femaleMarquee img:nth-child(1) {
    -o-object-position: center -50px;
       object-position: center -50px;
  }
}
.page-marquee .content {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1.5rem;
  text-align: center;
  z-index: 1;
}
@media (min-width: 992px) {
  .page-marquee .content {
    padding: 3rem;
    text-align: left;
  }
}

.welcome-section, .history-section {
  color: white;
  background: black;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .welcome-section, .history-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.welcome-section h2:nth-child(1), .history-section h2:nth-child(1) {
  margin-top: 0;
}
.welcome-section h2, .welcome-section p, .history-section h2, .history-section p {
  margin-bottom: 1.5rem;
}
.welcome-section .flex, .history-section .flex {
  justify-content: center;
}

.history-section {
  margin-bottom: 0 !important;
}

.about-section h2 {
  margin-bottom: 2rem;
}
.about-section div.max-1320 {
  display: grid;
  grid-row-gap: 2rem;
  grid-column-gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 992px) {
  .about-section div.max-1320 {
    grid-column-gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .about-section div.max-1320 {
    grid-column-gap: 2rem;
  }
}
.about-section div.max-1320 > .about-content {
  grid-column: span 3;
}
@media (min-width: 768px) {
  .about-section div.max-1320 > .about-content {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .about-section div.max-1320 > .about-link:not(.about-trainer) {
    display: flex;
    align-items: flex-start;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .about-section div.max-1320 > .about-link:not(.about-trainer) .outer {
    width: 60%;
  }
}
.about-section div.max-1320 > .about-link:not(.about-trainer) .outer:before {
  padding-top: 67.3076923077%;
}
.about-section div.max-1320 > .about-link .content {
  background: white;
}
.about-section div.max-1320 > .about-link .content h3 {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .about-section div.max-1320 > .about-link .content {
    width: 40%;
    height: 100%;
    display: grid;
    align-items: end;
  }
  .about-section div.max-1320 > .about-link .content h3 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .about-section div.max-1320 > .about-link .content h3 {
    padding-left: 1rem;
  }
}
.about-section div.max-1320 > .about-link .content .btn, .about-section div.max-1320 > .about-link .news-section .news-container .news .content > p:last-of-type a, .news-section .news-container .news .about-section div.max-1320 > .about-link .content > p:last-of-type a, .about-section div.max-1320 > .about-link .child-news-section .news-container .news .content > p:last-of-type a, .child-news-section .news-container .news .about-section div.max-1320 > .about-link .content > p:last-of-type a, .about-section div.max-1320 > .about-link .content .btn-hollow {
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .about-section div.max-1320 > .about-link .content .btn, .about-section div.max-1320 > .about-link .news-section .news-container .news .content > p:last-of-type a, .news-section .news-container .news .about-section div.max-1320 > .about-link .content > p:last-of-type a, .about-section div.max-1320 > .about-link .child-news-section .news-container .news .content > p:last-of-type a, .child-news-section .news-container .news .about-section div.max-1320 > .about-link .content > p:last-of-type a, .about-section div.max-1320 > .about-link .content .btn-hollow {
    font-size: 1rem;
  }
}
.about-section div.max-1320 .about-trainer {
  position: relative;
  grid-column: span 3;
  align-self: baseline;
}
@media (min-width: 768px) {
  .about-section div.max-1320 .about-trainer {
    grid-column: span 1;
  }
}
.about-section div.max-1320 .about-trainer .outer:before {
  padding-top: 66.6666666667%;
}
.about-section div.max-1320 .about-trainer h3 {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: white;
}
.about-section div.max-1320 .about-trainer a {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .about-section div.max-1320 .about-trainer a {
    font-size: 1em;
  }
}

.gallery-section {
  padding: 0;
  position: relative;
  overflow-x: hidden;
}
.gallery-section #galleryTitle {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: rgba(255, 255, 255, 0.75);
  z-index: 10;
  font-size: 2rem;
  font-size: clamp(2rem, 0.8rem + 6vw, 8rem);
  text-transform: capitalize;
}
.gallery-section .gallery-container .slick-dots {
  text-align: center;
  margin-left: 0;
  bottom: 1rem;
}
@media (min-width: 768px) {
  .gallery-section .gallery-container .slick-dots {
    text-align: left;
    margin-left: 2rem;
    bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .gallery-section .gallery-container .slick-dots {
    margin-left: 4rem;
    bottom: 4rem;
  }
}
.gallery-section .gallery-container .slick-dots li {
  width: 25px;
}
@media (min-width: 768px) {
  .gallery-section .gallery-container .slick-dots li {
    width: 35px;
  }
}
@media (min-width: 992px) {
  .gallery-section .gallery-container .slick-dots li {
    width: 45px;
  }
}
.gallery-section .gallery-container .slick-dots li button {
  width: 25px;
}
@media (min-width: 768px) {
  .gallery-section .gallery-container .slick-dots li button {
    width: 35px;
  }
}
@media (min-width: 992px) {
  .gallery-section .gallery-container .slick-dots li button {
    width: 45px;
  }
}
.gallery-section .gallery-container .outer:before {
  padding-top: 62.4%;
}
@media (min-width: 992px) {
  .gallery-section .gallery-container .gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 50% 50%;
  }
  .gallery-section .gallery-container .gallery .outer:nth-child(1) {
    grid-column: 1/4;
    grid-row: 1/3;
  }
  .gallery-section .gallery-container .gallery .outer:nth-child(2) {
    grid-column: 4/6;
    grid-row: 1/2;
  }
  .gallery-section .gallery-container .gallery .outer:nth-child(3) {
    grid-row: 2/3;
  }
  .gallery-section .gallery-container .gallery .outer:nth-child(4) {
    grid-row: 2/3;
  }
}

.review-section {
  min-height: 370px;
}
.review-section h2 {
  margin-bottom: 2rem;
}
.review-section .review-container .review {
  background: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .review-section .review-container .review {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .review-section .review-container .slick-active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .review-section .review-container .slick-active + .slick-active {
    margin-top: 0;
  }
  .review-section .review-container .slick-active + .slick-active + .slick-active {
    margin-top: 2rem;
  }
}

.truncate {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 4.8rem !important;
}

.partner-section {
  background: white;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.partner-section .partner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  grid-column-gap: 2rem;
}
@media (min-width: 576px) {
  .partner-section .partner-container {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .partner-section .partner-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1360px) {
  .partner-section .partner-container {
    max-width: 1200px;
  }
}
.partner-section .partner-container .partner {
  padding: 1rem;
}
.partner-section .partner-container .partner .outer {
  min-width: 100px;
  width: 100%;
}
@media (min-width: 992px) {
  .partner-section .partner-container .partner .outer {
    min-width: 150px;
  }
}

.news-section, .child-news-section {
  overflow: auto;
}
.news-section h2, .child-news-section h2 {
  margin-bottom: 2rem;
  float: left;
}
.news-section > a, .child-news-section > a {
  color: black !important;
  float: right;
}
.news-section .news-container, .child-news-section .news-container {
  float: left;
  display: grid;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
@media (min-width: 992px) {
  .news-section .news-container, .child-news-section .news-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-section .news-container .news .outer:before, .child-news-section .news-container .news .outer:before {
  padding-top: 64.1025641026%;
}
.news-section .news-container .news .content, .child-news-section .news-container .news .content {
  background: white;
  padding: 1.5rem;
}
.news-section .news-container .news .content > p:last-of-type, .child-news-section .news-container .news .content > p:last-of-type {
  position: relative;
  padding-bottom: 1rem;
}
.news-section .news-container .news .content > p:last-of-type a, .child-news-section .news-container .news .content > p:last-of-type a {
  position: absolute;
  bottom: -2.5rem;
  right: -1.5rem;
  font-weight: 400;
}
.news-section .news-container .news strong, .child-news-section .news-container .news strong {
  color: #9A9A9A;
}
.news-section .truncate, .child-news-section .truncate {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 3.2rem !important;
}

.news-section .content > p:last-of-type a {
  display: none;
}

.stallions-section, .mares-section, .child-news-section, .litters-section, .about-us-section {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .stallions-section, .mares-section, .child-news-section, .litters-section, .about-us-section {
    margin-top: 6rem !important;
  }
}
@media (min-width: 1360px) {
  .stallions-section, .mares-section, .child-news-section, .litters-section, .about-us-section {
    margin-top: 8rem !important;
  }
}

.box-container {
  display: grid;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .box-container {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 4rem;
    grid-column-gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .box-container {
    grid-row-gap: 6rem;
    grid-column-gap: 6rem;
  }
}
.box-container .box .photo:before {
  padding-top: 65%;
}
.box-container .box .photo img {
  -o-object-position: top;
     object-position: top;
}
.box-container .box .content {
  background-color: white;
}
.box-container .box .content .title {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}
.box-container .box .content .title p {
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  padding-left: 1rem;
  white-space: pre;
}
@media (min-width: 768px) {
  .box-container .box .content .title p {
    padding-right: 3rem;
    padding-top: 3rem;
  }
}
.box-container .box .content .title p .active {
  color: #9A9A9A;
}
.box-container .box .content .title p .sold {
  color: #FF5656;
}
.box-container .box .content h3 {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .box-container .box .content h3 {
    padding-top: 3rem;
    padding-left: 3rem;
  }
}
.box-container .box .content p, .box-container .box .content ul {
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .box-container .box .content p, .box-container .box .content ul {
    padding: 0 3rem;
  }
}
.box-container .box .content ul {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .box-container .box .content ul {
    margin-bottom: 3rem;
  }
}
.box-container .box .content div.flex {
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .mares-section .box-container, .stallions-section .box-container, .litters-section .box-container {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 4rem !important;
    grid-column-gap: 4rem !important;
  }
}
.mares-section .box-container img, .stallions-section .box-container img, .litters-section .box-container img {
  -o-object-position: center !important;
     object-position: center !important;
}

.stallions-section .box-container img {
  -o-object-position: top !important;
     object-position: top !important;
}

.rect-box {
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  .rect-box {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .rect-box div.max-1320 {
    display: flex;
  }
}
.rect-box div.max-1320 .photo:before {
  padding-top: 73.3333333333%;
}
@media (min-width: 768px) {
  .rect-box div.max-1320 .photo {
    min-width: 45%;
    max-width: 45%;
  }
}
.rect-box div.max-1320 .content {
  padding: 1.5rem;
  background-color: white;
}
@media (min-width: 768px) {
  .rect-box div.max-1320 .content {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .rect-box div.max-1320 .content {
    padding: 3rem;
  }
}
@media (min-width: 1360px) {
  .rect-box div.max-1320 .content {
    padding: 5rem;
  }
}
.rect-box div.max-1320 .content p {
  white-space: pre-line;
}
.rect-box div.max-1320 ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.rect-box div.max-1320 ul li {
  margin-right: 1rem;
}
.rect-box div.max-1320 ul li i {
  font-size: 30px;
}

@media (min-width: 768px) {
  .reverse-section div.max-1320 {
    flex-direction: row-reverse;
  }
}

.year-container {
  margin-top: 3rem;
  /* the slides */
  /* the parent */
}
@media (min-width: 1200px) {
  .year-container {
    margin-top: 6rem;
  }
}
.year-container .year {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .year-container .year {
    margin-bottom: 0;
  }
}
.year-container .year h3 {
  width: 90px;
  min-width: 90px;
  height: 60px;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .year-container .year h3 {
    width: 120px;
    min-width: 120px;
    height: 80px;
  }
}
.year-container .year p {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .year-container .year p {
    margin-left: 2rem;
  }
}
@media (min-width: 768px) {
  .year-container .slick-slide {
    margin: 0 1rem;
  }
}
@media (min-width: 768px) {
  .year-container .slick-list {
    margin: 0 -1rem;
  }
}
.year-container .slick-prev, .year-container .slick-next {
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  width: 40px;
  height: 25px;
  margin-bottom: 0;
  background: black;
  bottom: -3rem;
}
.year-container .slick-next {
  left: auto;
  right: 0;
}
.year-container .slick-prev:before, .year-container .slick-next:before {
  color: white;
}

.black-dots-container .slick-dots {
  bottom: -1rem;
}
@media (min-width: 768px) {
  .black-dots-container .slick-dots {
    bottom: -2rem;
  }
}
@media (min-width: 1200px) {
  .black-dots-container .slick-dots {
    bottom: -3rem;
  }
}
.black-dots-container .slick-dots li {
  width: 45px;
  margin: 0 10px;
}
.black-dots-container .slick-dots li button {
  background-color: rgba(0, 0, 0, 0.3);
}
.black-dots-container .slick-dots .slick-active button {
  background-color: black;
}

#mapSec {
  position: relative;
  height: 50vh;
  width: 100%;
  z-index: 10;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.page-marquee #mapSec {
  bottom: -90%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.contact-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem !important;
  margin-top: 560px;
}
.contact-section h2, .contact-section .mail-form span {
  color: black !important;
}
@media (max-width: 660px) {
  .contact-section {
    display: block;
  }
}
.contact-section .container {
  width: 100%;
  padding: 2rem;
  padding-left: 0;
  padding-right: 0;
}
.contact-section .container h1 {
  margin-top: 0;
}
.contact-section .left {
  background-color: transparent;
  color: #000;
  text-align: left;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 2rem;
}
.contact-section .right {
  background: none;
}
.contact-section .right:before {
  display: none;
}
@media (min-width: 661px) {
  .contact-section .right .flex-jf-center {
    justify-content: flex-end !important;
  }
  .contact-section .right input[type=submit] {
    width: auto !important;
  }
}

.contact-social ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.contact-social li {
  margin-right: 1rem;
}
.contact-social li:last-of-type {
  margin-right: 0;
}
.contact-social i {
  font-size: 30px;
}

.add-on-title > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

input, button, select, optgroup, textarea {
  padding: 0.5rem 1rem;
  width: 100%;
  border: 0;
  margin-bottom: 1rem;
}

.modal {
  z-index: 9999;
}
.modal .gallery .photo {
  display: flex;
  position: relative;
  gap: 10px;
}
.modal .gallery .photo > .outer {
  width: 50%;
}
.modal .gallery .photo > .outer:nth-child(2) {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  width: 110px;
  transform: translateX(-50%);
  z-index: 99;
  border: 10px solid white;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .modal .gallery .photo > .outer:nth-child(2) {
    width: 170px;
  }
}
.modal .gallery .photo > .outer img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.main-modal {
  padding-right: 0 !important;
}
.main-modal .modal-dialog {
  max-width: 600px !important;
}
.main-modal .modal-header {
  border: 0;
}
.main-modal .modal-content {
  border: 0;
  border-radius: 0;
}
.main-modal .modal-body p {
  white-space: pre-line;
}
@media (min-width: 768px) {
  .main-modal .modal-body {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .main-modal .modal-body {
    padding: 0 3rem;
  }
}
.main-modal .modal-body .gallery {
  position: relative;
}
@media (min-width: 768px) {
  .main-modal .modal-body .gallery > div {
    position: -webkit-sticky;
    position: sticky;
    top: calc(40px + 1.5rem);
    left: 0;
  }
}
@media (min-width: 1200px) {
  .main-modal .modal-body .gallery > div {
    top: calc(40px + 3rem);
  }
}
.main-modal .modal-body .gallery .outer {
  margin-bottom: 1rem;
}
.main-modal .modal-body .gallery .outer:nth-child(2) img {
  -o-object-fit: contain;
     object-fit: contain;
}
.main-modal .modal-footer {
  border: 0;
}
.main-modal button {
  width: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

.litters-section .box-container {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .litters-section .box-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.litters-section h3 {
  padding: 1.5rem !important;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .litters-section h3 {
    padding: 3rem !important;
  }
}
.litters-section .litters-box {
  position: relative;
  min-height: 200px;
}
@media (min-width: 768px) {
  .litters-section .litters-box {
    min-height: 0;
  }
}
.litters-section .litters-box:before {
  content: "";
  background-color: #B59965;
  width: 200px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
}
@media (min-width: 768px) {
  .litters-section .litters-box:before {
    width: 100%;
    transform: translate(-50%, -50%);
  }
}
.litters-section .litters-box a :hover {
  filter: saturate(0.3);
  transition: all 0.3s ease;
}
.litters-section .litters-box .photo {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: cart_icon_animation 3s infinite;
          animation: cart_icon_animation 3s infinite;
}

.about-us-section img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .about-us-section img {
    width: auto;
    max-width: 500px;
  }
}

.info-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px 10px;
  grid-template-areas: "i3 i3 i3 i4 i4 i4" "i5 i5 i5 i6 i6 i6" "i7 i7 i7 i7 i7 i7";
}
.info-container .outer {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.info-container .outer:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 59.7701149425%;
}
.info-container .outer:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
.info-container .outer > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.info-container .outer > .inner img {
  transition: all 0.3s ease;
}
.info-container .outer:hover > .inner:before {
  transition: all 0.3s ease;
}
.info-container .outer:hover > .inner img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.info-container .outer h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
  color: white;
  margin-bottom: 0;
  font-size: 1rem;
  font-size: clamp(1rem, 0.875rem + 0.625vw, 1.625rem);
  z-index: 10;
}
.info-container .i3 {
  grid-area: i3;
}
.info-container .i4 {
  grid-area: i4;
}
.info-container .i5 {
  grid-area: i5;
}
.info-container .i6 {
  grid-area: i6;
}
.info-container .i7 {
  grid-area: i7;
}
@media (min-width: 768px) {
  .info-container {
    grid-template-areas: "i3 i3 i4 i4 i5 i5" "i6 i6 i6 i7 i7 i7";
  }
}

@-webkit-keyframes cart_icon_animation {
  0% {
    box-shadow: 0 0 0 0 rgba(181, 153, 101, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0 #b59965;
  }
  to {
    box-shadow: 0 0 0 0.5rem transparent;
  }
}
@keyframes cart_icon_animation {
  0% {
    box-shadow: 0 0 0 0 rgba(181, 153, 101, 0.5);
  }
  50% {
    box-shadow: 0 0 0 0 #b59965;
  }
  to {
    box-shadow: 0 0 0 0.5rem transparent;
  }
}
.rottwerler-body {
  text-align: center;
}
.rottwerler-body > div {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.rottwerler-body > div div {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  width: clamp(1.5625rem, 1.3125rem + 1.25vw, 2.8125rem);
  height: 25px;
  height: clamp(1.5625rem, 1.3125rem + 1.25vw, 2.8125rem);
  border-radius: 50%;
  background-color: rgba(181, 153, 101, 0.7);
  -webkit-animation: cart_icon_animation 3s infinite;
  animation: cart_icon_animation 3s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.rottwerler-body > div div h2 {
  margin-bottom: 0;
  font-size: 1rem;
  font-size: clamp(1rem, 0.775rem + 1.125vw, 2.125rem);
}
.rottwerler-body > div div:hover {
  background-color: #b59965;
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.rottwerler-body > div > div:nth-child(2) {
  right: 0;
  left: auto;
  top: 20%;
}
.rottwerler-body > div > div:nth-child(3) {
  right: 0;
  left: auto;
  top: 5%;
}
.rottwerler-body > div > div:nth-child(4) {
  top: 40%;
  left: 30%;
}
.rottwerler-body > div > div:nth-child(5) {
  top: 45%;
}
.rottwerler-body img {
  max-width: 900px;
}

.standard-container {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 4rem 4rem;
}
.standard-container > div {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: white;
  padding: 2rem;
  transition: all 0.3s ease;
}
.standard-container > div:hover {
  transform: translate(10px, 10px);
  transition: all 0.3s ease;
}
.standard-container > div h3 {
  margin-bottom: 0;
}
.standard-container .outer {
  max-width: 250px;
}
@media (min-width: 768px) {
  .standard-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.slick-dots > li {
  display: inline-block;
}
.slick-dots > li:only-child {
  display: none;
}/*# sourceMappingURL=styles.css.map */
.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #000;
  background-color: #B59965;
}

.secondary-btn {
  color: #B59965;
  background-color: #000;
}

.third-btn {
  color: #B59965;
  background-color: #000;
}

.fouth-btn {
  color: #B59965;
  background-color: #fff;
}

.secondary-white-btn {
  color: #000;
  background-color: #fff;
}

.warning-btn {
  color: #000;
  background-color: #D69E2E;
}

.success-btn {
  color: #000;
  background-color: #38A169;
}

.info-btn {
  color: #000;
  background-color: #5A67D8;
}

.danger-btn {
  color: #000;
  background-color: #E53E3E;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

/* Customize */
/* Branding */
.branding {
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.b-container {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.ih-logo {
  position: relative;
}

.ih-logo::before {
  content: "";
  background-image: url(../img/logo/Inn-Hotels-Official-white.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 36px;
  position: absolute;
  z-index: 99;
}

.ih-logo::after {
  content: "";
  background: #000;
  width: 120px;
  height: 36px;
  position: absolute;
  z-index: 90;
  left: -10px;
}

.childlogo {
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0;
  position: relative;
  z-index: 1;
}

.childlogo img {
  width: 60px;
}

.childlogo li {
  list-style: none;
  margin-right: 2em;
}

.childlogo li:last-of-type {
  margin-right: 0;
}

.childlogo::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
}

/* Footer area */
footer {
  background: #000;
  padding-top: 3em;
  padding-bottom: 3em;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.footer-detail {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
}

.f-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.f-member img {
  width: 150px;
}

.f {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 1.5em;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.f-findus {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}

.f:last-of-type {
  border-right: 0;
  margin-right: 0;
}

.f-t {
  font-weight: bold;
  text-transform: uppercase;
}

.f-t:first-of-type {
  grid-column: span 2;
}

.f-c a, .f-contact span a, .f-findus-guide {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

.f-social-ic {
  margin-top: 0.5em;
  height: 35px;
  display: flex;
}

.f-social-icon {
  width: 35px;
  height: 35px;
  margin-right: 1em;
  overflow: hidden;
}

.f-social-icon i {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 1.5em;
}

.f-social-icon span {
  position: absolute;
  font-size: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgb(59, 89, 152);
  color: rgb(255, 255, 255);
  padding: 0.5em;
  margin-top: 0.5em;
}

.f-social-twitter span, .f-social-twitter .ic-tooltip::before {
  background: rgb(56, 161, 243);
}

.f-social-tripadvisor span, .f-social-tripadvisor .ic-tooltip::before {
  background: rgb(0, 175, 135);
}

.f-social-instagram span, .f-social-instagram .ic-tooltip::before {
  background: rgb(193, 53, 132);
}

.f-social-linkedin span, .f-social-linkedin .ic-tooltip::before {
  background: rgb(0, 119, 181);
}

.f-social-facebook span, .f-social-facebook .ic-tooltip::before {
  background: rgb(59, 89, 152);
}

.f-social-icon:hover .ic-tooltip {
  font-size: 1em;
  width: auto;
  height: auto;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.ic-tooltip::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  top: -5px;
  background: rgb(59, 89, 152);
}

.f-social-icon .fa-linkedin-in:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 119, 181);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon .fa-twitter:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(56, 161, 243);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon .fa-tripadvisor:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 175, 135);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon .fa-instagram:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(193, 53, 132);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon .fa-facebook-f:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(59, 89, 152);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon:hover {
  text-decoration: none;
}

.f-social-icon:hover i {
  transition: all 0.3s ease-in-out;
  color: rgb(255, 255, 255);
}

.f-social-icon:hover i:after {
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}

.f-social-ic a {
  margin-right: 1em;
}

.f-social-ic a:last-of-type {
  margin-right: 0;
}

.rights-certificate {
  text-align: center;
}

.f-cert img {
  width: 100px;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.f-ic::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

.f-address::before {
  content: "\f015";
}

.f-email:before {
  content: "\f0e0";
}

.f-tollfree:before {
  content: "\f6b6";
  padding-right: 0.4em;
}

.f-phone:before {
  content: "\f879";
}

.f-sales:before {
  content: "\f590";
}

.f-weddings:before {
  content: "\f70b";
}

.f-ic {
  position: relative;
}

.tooltip {
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 75%;
  bottom: 0;
  background: white;
  color: black;
  z-index: 2;
  padding: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.f-ic:hover .tooltip {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.tooltip:before {
  content: "";
  width: 5px;
  height: 5px;
  background: white;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: -10px;
  top: 50%;
}

.f-copyrights {
  display: flex;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
}

.f-terms a {
  margin-right: 0.5em;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

.f-ic {
  color: rgba(255, 255, 255, 0.6);
}

.f-findus-guide:hover {
  color: rgba(255, 255, 255, 0.6);
}

.f-findus-guide::before {
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

.f-subscription input {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .f-subscription input {
    min-width: 300px;
  }
}
.f-subscription input[type=submit], .f-subscription input[type=button] {
  border: 1px solid white;
  background: transparent;
  color: white;
  text-transform: uppercase;
}
.f-subscription #SubscribePanel .flex:nth-child(1) > div:nth-child(1) {
  margin-right: 1rem;
}
.f-subscription #SubscribePanel .flex:nth-child(2) {
  flex-direction: column;
}
.f-subscription #SubscribePanel .flex input {
  min-width: auto;
}

@media only screen and (min-width: 1181px) {
  .childlogo::before {
    width: 85%;
  }
}
@media only screen and (max-width: 980px) {
  .childlogo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: initial;
  }

  .childlogo li {
    margin-right: 0;
  }

  .childlogo::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 860px) {
  .f {
    padding-left: 1em;
  }

  .f:first-of-type {
    padding-left: 0;
  }
}
@media only screen and (max-width: 779px) {
  .f-detail {
    grid-template-columns: 1fr;
    justify-items: initial;
  }

  .f {
    margin-bottom: 1em;
    padding-left: 0;
    border: none;
  }

  .f-findus, .f-link {
    margin-right: 1em;
    padding-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 540px) {
  .f-copyrights {
    display: block;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 430px) {
  .childlogo {
    grid-template-columns: repeat(4, 1fr);
  }

  .f-detail {
    display: block;
    margin: 0 auto;
  }

  .f {
    padding-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 330px) {
  .childlogo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-area-item a {
    font-size: 1em;
  }
}/*# sourceMappingURL=footer.css.map */
