@font-face {
  font-family: Tahu\!;
  src: url('../fonts/Tahu.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Tahu;
  src: url('../fonts/Tahu.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  width: 100%;
  height: 500px;
}

.section {
  background-image: url('../images/backgound.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.section.location {
  background-image: url('../images/inner.jpg');
  background-size: cover;
  justify-content: flex-start;
  height: 35vh;
  display: flex;
}

.section.contact {
  height: 70vh;
}

.image-2 {
  margin-top: -224px;
}

.image-2.home {
  margin-top: -127px;
  display: block;
}

.image-3 {
  width: 25%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
}

.image-3.inner {
  text-align: center;
  width: 60%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
}

.paragraph {
  color: #333;
  text-align: center;
  width: 50%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Tahu, sans-serif;
  font-size: 50px;
  font-weight: 400;
  display: block;
}

.paragraph.hide {
  display: none;
}

.button {
  text-align: center;
  background-color: #aa2d27;
  width: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-bottom: 14px;
  font-family: Tahu, sans-serif;
  font-size: 27px;
  display: block;
}

.button:hover {
  color: #aa2d27;
  background-color: #0000;
  border: 3px solid #aa2d27;
}

.button.contactbotton {
  margin-top: 60px;
}

.button.enternow {
  z-index: 999;
  border: 3px solid #aa2d27;
  display: none;
  position: relative;
}

.button.enternow:hover {
  padding-top: 19px;
}

.section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.container {
  background-color: #0000;
  margin-top: -47px;
}

.nav-link {
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.nav-link:hover {
  color: #aa2c27;
}

.nav-link-2 {
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.nav-link-2:hover {
  color: #aa2c27;
}

.nav-link-3 {
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.nav-link-3:hover {
  color: #aa2c27;
}

.nav-link-4 {
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.nav-link-4:hover {
  color: #aa2c27;
}

.nav-link-5 {
  color: #404040;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.nav-link-5:hover {
  color: #aa2c27;
}

.nav-link-6 {
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.nav-link-6:hover {
  color: #aa2c27;
}

.nav-link-7 {
  background-color: #fff;
}

.paragraph-2 {
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
  display: block;
}

.bold-text {
  font-family: Tahu\!, sans-serif;
  font-size: 22px;
}

.nav-menu {
  background-color: #0000;
}

.link-block {
  background-image: url('../images/facebook-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px 50px;
}

.section-3 {
  background-image: linear-gradient(#a1915c, #a1915c);
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: Tahu\!, sans-serif;
  font-size: 20px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.section-4 {
  background-image: url('../images/backgound2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.heading {
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: block;
}

.grid {
  grid-column-gap: 15px;
  grid-template: ". . . . . ."
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block {
  background-image: url('../images/zz2-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-2 {
  background-image: url('../images/rsa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-3 {
  background-image: url('../images/mpact.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-4 {
  background-image: url('../images/miami.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-5 {
  background-image: url('../images/shell.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-6 {
  background-image: url('../images/neopak.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-5 {
  background-image: url('../images/bottom.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.section-6 {
  background-image: url('../images/bottom.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 260px;
  padding-bottom: 0;
  display: flex;
}

.section-6.home {
  height: 650px;
}

.section-7 {
  margin-top: 30px;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  display: block;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #aa2c27;
  text-transform: none;
  background-color: #0000;
  font-family: Tahu, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.button-2:hover {
  color: #fff;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-6.contacttext {
  color: #333;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.link {
  color: #fff;
  margin-top: 30px;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #aa2c27;
}

.link.contactlink {
  color: #333;
  font-weight: 700;
}

.link.contactlink:hover {
  color: #aa2c27;
}

.bold-text-2 {
  color: #fff;
  text-decoration: none;
}

.bold-text-2.boldcontacttxt {
  color: #333;
}

.section-8 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080);
}

.section-9 {
  background-image: linear-gradient(#0f1922, #0f1922);
  border-top: 0 #ece5d8;
  padding-top: 35px;
  padding-bottom: 35px;
}

.paragraph-7 {
  color: #ede6d7;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: block;
}

.container-2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.columns {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.link-block-2 {
  background-image: url('../images/facebook-icon.svg');
  background-position: 0 0;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.column {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 11px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-8 {
  padding-top: 30px;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
}

.link-2 {
  text-decoration: none;
}

.bold-text-3 {
  color: #bc1416;
  font-family: Tahu, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-3 {
  color: #912323;
}

.paragraph-9 {
  color: #611616;
  margin-bottom: 215px;
}

.heading-4 {
  color: #900b0d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

.section-10 {
  background-image: url('../images/section1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  height: 100px;
  margin-top: -102px;
  display: flex;
}

.button-3 {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#900d0d, #900d0d);
  border: 2px #881818;
  width: 200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-bottom: 12px;
  font-family: Tahu, sans-serif;
  font-size: 27px;
  display: block;
  position: fixed;
  top: 144px;
  bottom: 0;
  right: -4px;
}

.button-3:hover {
  color: #aa2d27;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-width: 3px;
  padding-top: 13px;
}

.button-3.enternow {
  display: none;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  margin-bottom: 20px;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-family: Tahu, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.heading-5 {
  text-align: center;
  font-family: Tahu, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-template: ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr;
  width: 50%;
}

.grid-3 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  grid-template-areas: "."
                       ".";
}

.div-block-8 {
  background-image: url('../images/logo2-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.div-block-9 {
  background-image: url('../images/gallery08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.grid-4 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  grid-template-areas: "."
                       ".";
}

.div-block-10 {
  background-image: url('../images/banner_logobg.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  height: 150px;
}

.div-block-11 {
  background-image: url('../images/Thora-Boloka-Exterior.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.grid-5 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  grid-template-areas: "."
                       ".";
}

.div-block-12 {
  background-image: url('../images/fairview-21-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  height: 150px;
}

.grid-6 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  grid-template-areas: "."
                       ".";
}

.div-block-13 {
  background-image: url('../images/images.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.div-block-14 {
  background-image: url('../images/hotel-slide-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 545px;
  height: 200px;
}

.image-5 {
  height: 200px;
}

.div-block-15 {
  background-image: url('../images/Magoebaskloof-Standard-Room-View.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 200px;
}

.grid-7 {
  grid-row-gap: 0px;
  grid-template: "."
  / 1fr;
}

.div-block-16 {
  background-image: url('../images/images.jpg');
  background-position: 50% 12%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.div-block-17 {
  background-image: url('../images/rondaval.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.section-11 {
  background-image: url('../images/bottom.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: 0;
}

.section-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0f1922, #0f1922);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.section-12.contactus {
  padding-bottom: 32px;
}

.columns-3 {
  max-height: auto;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.div-block-18 {
  background-image: url('../images/zz2-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 85px;
}

.div-block-19 {
  background-image: url('../images/rsa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 75px;
}

.div-block-20 {
  background-image: url('../images/download-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
}

.div-block-21 {
  background-image: url('../images/Corruseal-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90px;
}

.div-block-22 {
  height: 100px;
  display: none;
}

.div-block-23 {
  background-image: url('../images/SeekPng.com_50-png_1088877.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
}

.container-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-8 {
  background-color: #0000;
}

.navbar-2 {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.navbar-3 {
  background-color: #0000;
}

.container-4 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link-9:hover {
  color: #7a0909;
  font-weight: 700;
}

.nav-link-9.w--current {
  color: #7c1010;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-link-10 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link-10:hover {
  color: #7c1010;
  font-weight: 700;
}

.nav-link-10.w--current {
  color: #7a0909;
  font-weight: 700;
}

.nav-link-11 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link-11:hover {
  color: #7c1010;
  font-weight: 700;
}

.nav-link-11.w--current {
  color: #7e1010;
  font-weight: 700;
}

.nav-link-12 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link-12:hover {
  color: #7c1010;
  font-weight: 700;
}

.nav-link-12.w--current {
  color: #860d0d;
  font-weight: 700;
}

.nav-link-13 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link-13:hover {
  color: #7c1010;
  font-weight: 700;
}

.nav-link-13.w--current {
  color: #9c1919;
  font-weight: 700;
}

.nav-link-14 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link-14:hover, .nav-link-14.w--current {
  color: #7c1010;
  font-weight: 700;
}

.nav-link-14.current {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link-14.current.w--current {
  color: #af0c0c;
}

.navbar-4 {
  display: none;
}

.navbar-5 {
  background-color: #0000;
}

.navbar-5:hover {
  color: #aa2c27;
}

.bold-text-8 {
  margin-top: 20px;
}

.nav-link-15 {
  background-image: url('../images/facebook-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  display: inline-block;
}

.nav-menu-2 {
  position: static;
}

.button-4 {
  text-align: center;
  background-color: #900b0d;
  border: 3px solid #900a0d;
  width: 200px;
  margin: 15px auto;
  font-family: Tahu, sans-serif;
  font-size: 25px;
  display: block;
}

.button-4:hover {
  color: #aa2d27;
  background-color: #fff;
}

.bold-text-9 {
  font-family: Tahu, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.link-block-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-3.w--current {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5, .link-block-6, .link-block-7, .link-block-8, .section-13 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-3 {
  text-decoration: none;
}

.body {
  height: 100px;
}

.column-5 {
  height: auto;
}

.columns-4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-8, .grid-9 {
  grid-template: "."
  / 1fr;
}

.image-6 {
  text-align: center;
  height: 75px;
}

.grid-10, .grid-11, .grid-12, .grid-13 {
  grid-template: "."
  / 1fr;
}

.grid-14 {
  grid-template: "." minmax(auto, 2.25fr)
  / 1fr;
}

.columns-5 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-6, .columns-7 {
  width: 60%;
  margin-top: 5px;
}

.link-block-9 {
  width: 100%;
}

.heading-6 {
  color: #900b0d;
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
}

.link-block-10 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menutab:hover {
  color: #ad2924;
}

.menutab2:hover {
  color: #b62b25;
}

.js-clock {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 127px;
  display: flex;
  position: relative;
  top: -101px;
}

.js-clock.hide {
  display: none;
}

.box {
  flex-direction: column;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.clock-number {
  text-align: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 60px;
}

.clock-label {
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-5 {
  background-color: #aa2d27;
  font-family: Tahu, sans-serif;
}

.button-6 {
  z-index: 99999;
  color: #fff;
  text-align: center;
  background-color: #aa2d27;
  border: 2px solid #aa2d27;
  width: 200px;
  padding: 19px 18px 14px;
  font-family: Tahu, sans-serif;
  font-size: 27px;
  display: none;
  position: relative;
}

.button-6:hover {
  color: #aa2d27;
  background-color: #0000;
}

.column-6 {
  display: block;
}

.div-block-25 {
  z-index: 99999;
  width: 100%;
  position: absolute;
}

.column-7 {
  padding-right: 10px;
}

.column-8 {
  display: none;
}

.div-block-26 {
  background-color: #a1915ccc;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.announcemnet {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
}

.inner_bold {
  font-weight: 800;
}

@media screen and (min-width: 1280px) {
  .section {
    justify-content: center;
    height: 100vh;
  }

  .image-2.home {
    margin-top: -159px;
  }

  .image-3 {
    width: 25%;
    height: auto;
  }

  .image-3.inner {
    width: 65%;
    height: auto;
  }

  .section-6 {
    height: 320px;
  }

  .button-3.enternow {
    display: none;
  }

  .js-clock {
    z-index: 99999;
    margin-top: 117px;
    position: relative;
    top: -143px;
  }

  .button-6 {
    border: 2px solid #aa2d27;
  }

  .button-6:hover {
    color: #aa2d27;
    background-color: #0000;
    border: 2px solid #aa2d27;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    justify-content: center;
  }

  .image-3 {
    width: 25%;
  }

  .js-clock {
    top: -137px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    justify-content: center;
  }

  .section.location {
    height: 35vh;
  }

  .image-3 {
    width: 20%;
  }

  .paragraph {
    font-size: 55px;
  }

  .section-6 {
    height: 350px;
  }

  .button-3.enternow {
    display: none;
  }

  .section-11 {
    background-position: 50% 0;
    height: 350px;
  }

  .section-12.contactus {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .js-clock {
    top: -188px;
  }

  .announcemnet {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    justify-content: space-around;
    height: 70vh;
  }

  .section.location {
    height: 28vh;
    display: flex;
  }

  .section.contact {
    height: 50vh;
  }

  .image-2.home {
    margin-top: -115px;
    display: block;
  }

  .image-3 {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .image-3.inner {
    width: 55%;
  }

  .paragraph {
    margin-top: 42px;
  }

  .button, .button:hover {
    margin-top: 0;
  }

  .button.contactbotton {
    margin-top: 100px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    margin-top: 31px;
  }

  .bold-text {
    font-size: 22px;
  }

  .nav-menu {
    position: static;
  }

  .paragraph-4 {
    width: 80%;
  }

  .section-6 {
    height: 200px;
  }

  .navbar {
    display: block;
    position: static;
  }

  .columns {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .column-2 {
    position: static;
  }

  .columns-2 {
    width: 90%;
  }

  .paragraph-8 {
    padding-top: 14px;
    font-family: Montserrat, sans-serif;
  }

  .button-3 {
    z-index: 1;
  }

  .grid-2 {
    width: 80%;
  }

  .div-block-13 {
    background-size: contain;
  }

  .section-11 {
    height: 200px;
  }

  .map {
    z-index: 0;
  }

  .columns-3 {
    width: 90%;
  }

  .div-block-18 {
    background-size: contain;
    width: 100%;
    height: 80px;
  }

  .div-block-19 {
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-20 {
    background-size: contain;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-21 {
    background-size: contain;
  }

  .div-block-22 {
    background-size: contain;
    height: 80px;
  }

  .div-block-23 {
    text-align: center;
    background-size: contain;
    height: 75px;
  }

  .navbar-3 {
    display: block;
  }

  .container-4 {
    justify-content: flex-start;
  }

  .menu-button-2.w--open {
    background-color: #900a0d;
  }

  .nav-link-9, .nav-link-10, .nav-link-11, .nav-link-12 {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-13 {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .nav-link-14 {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-4 {
    z-index: 9999999;
    background-color: #0000;
    width: 100%;
    display: block;
  }

  .navbar-5 {
    display: none;
  }

  .menu-button-3 {
    background-color: #0000;
  }

  .menu-button-3.w--open {
    background-color: #aa2d27;
  }

  .nav-link-16 {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-17 {
    text-align: center;
  }

  .nav-link-18 {
    color: #fff;
    text-align: center;
  }

  .nav-link-19 {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .nav-link-20 {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-21 {
    color: #fff;
    text-align: center;
  }

  .nav-menu-3 {
    background-color: #aa2d27;
  }

  .nav-link-22 {
    color: #fff;
    text-align: center;
  }

  .bold-text-9 {
    line-height: 32px;
  }

  .nav-menu-4 {
    background-color: #900a0d;
  }

  .columns-5, .columns-6 {
    width: 85%;
  }

  .columns-7 {
    width: 85%;
    margin-top: 10px;
  }

  .js-clock {
    margin-top: 173px;
  }

  .div-block-25 {
    z-index: 888888;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    justify-content: center;
    height: 60vh;
  }

  .section.location {
    height: 35vh;
  }

  .section.contact {
    height: 50vh;
  }

  .image-2.home {
    height: 150px;
  }

  .image-3 {
    width: 25%;
    height: auto;
    margin-top: 0;
    padding-top: 20px;
  }

  .image-3.inner {
    width: 50%;
    margin-top: 10px;
  }

  .paragraph {
    width: 90%;
    margin-top: 81px;
  }

  .button, .button:hover {
    margin-top: 0;
  }

  .button.contactbotton {
    margin-top: 100px;
  }

  .nav-link {
    display: none;
  }

  .nav-link-5 {
    padding-left: 0;
  }

  .nav-link-6 {
    display: none;
  }

  .paragraph-2 {
    width: 90%;
  }

  .grid {
    width: 100%;
  }

  .div-block-6 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-6 {
    height: 150px;
  }

  .section-6.home {
    background-image: url('../images/bottom.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .section-7 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-5 {
    margin-top: 0;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-9 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .navbar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 12px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .columns {
    flex-direction: column;
    align-items: center;
  }

  .column {
    justify-content: center;
    margin-top: 0;
  }

  .paragraph-8 {
    margin-bottom: 17px;
    font-family: Montserrat, sans-serif;
  }

  .section-10 {
    margin-top: -73px;
  }

  .button-3 {
    height: 50px;
    margin-top: 51px;
    padding: 15px 0 0;
    display: block;
    position: static;
    top: 144px;
    bottom: auto;
    right: -4px;
    overflow: visible;
  }

  .button-3:hover {
    padding-top: 15px;
  }

  .button-3.enternow {
    padding-bottom: 15px;
  }

  .column-3 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .grid-2 {
    width: 85%;
  }

  .div-block-10 {
    background-size: contain;
    height: 120px;
  }

  .div-block-13 {
    background-position: 50%;
    background-size: contain;
  }

  .div-block-16 {
    background-position: 0 -13px;
  }

  .section-11 {
    background-image: url('../images/bottom.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
  }

  .section-12 {
    background-image: linear-gradient(#0f1922, #0f1922);
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .section-12.contactus {
    padding-bottom: 18px;
  }

  .map {
    margin-bottom: 20px;
  }

  .columns-3 {
    padding-right: 0;
  }

  .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22 {
    margin-bottom: 10px;
  }

  .div-block-23 {
    background-size: auto;
  }

  .menu-button {
    display: flex;
  }

  .menu-button.w--open {
    align-items: center;
  }

  .navbar-3, .container-4 {
    display: block;
  }

  .menu-button-2 {
    top: 0;
    right: 0;
  }

  .menu-button-2.w--open {
    background-color: #900a0d;
  }

  .nav-link-9 {
    color: #fff;
    text-align: center;
    background-color: #900a0d;
  }

  .nav-link-10 {
    color: #fff;
    text-align: center;
    background-color: #90080d;
  }

  .nav-link-11, .nav-link-12 {
    color: #fff;
    text-align: center;
    background-color: #90070d;
  }

  .nav-link-13 {
    color: #fff;
    text-align: center;
    background-color: #90060d;
    display: block;
  }

  .nav-link-14 {
    color: #fff;
    text-align: center;
    background-color: #90050d;
  }

  .navbar-4 {
    padding-right: 20px;
    top: -71px;
  }

  .link-block-5.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-5, .columns-6, .columns-7 {
    width: 70%;
  }

  .js-clock {
    color: #fff;
    width: 90vw;
  }

  .container-5 {
    position: static;
    top: -95px;
  }

  .icon {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    justify-content: center;
    height: 65vh;
    display: flex;
  }

  .section.location {
    height: 30vh;
    display: block;
  }

  .section.contact {
    justify-content: space-between;
    height: 45vh;
  }

  .image-2.home {
    height: 120px;
    margin-top: -108px;
  }

  .image-3 {
    width: 45%;
    margin-top: 0;
    padding-top: 0;
  }

  .image-3.inner {
    margin-top: 0;
  }

  .paragraph {
    width: 100%;
    margin-top: 49px;
  }

  .button, .button:hover {
    margin-top: 65px;
  }

  .button.contactbotton {
    margin-top: 100px;
  }

  .button.contactbotton.enternow {
    display: none;
  }

  .button.enternow {
    margin-top: -82px;
    display: none;
  }

  .paragraph-3 {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .heading {
    font-family: Montserrat, sans-serif;
  }

  .section-6 {
    padding-bottom: 0;
  }

  .paragraph-6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-6.contacttext {
    width: 90%;
  }

  .section-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-7 {
    width: 90%;
  }

  .navbar {
    display: none;
  }

  .paragraph-8 {
    text-align: justify;
    margin-bottom: 20px;
  }

  .heading-4 {
    margin-top: 20px;
  }

  .section-10 {
    margin-top: -72px;
  }

  .button-3 {
    margin-top: 145px;
    position: absolute;
    top: 144px;
    left: -4px;
    right: -4px;
  }

  .heading-5 {
    margin-top: 40px;
  }

  .grid-2 {
    width: 90%;
  }

  .div-block-8 {
    height: 100px;
  }

  .div-block-9 {
    background-position: 50%;
  }

  .div-block-10 {
    background-size: contain;
    height: 100px;
  }

  .div-block-11 {
    background-position: 78%;
  }

  .div-block-12 {
    background-size: contain;
    height: 100px;
  }

  .div-block-13 {
    background-size: contain;
    height: 100px;
    margin-top: 10px;
  }

  .div-block-14 {
    background-position: 23%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .div-block-15 {
    background-position: 0%;
  }

  .div-block-16 {
    background-position: 47%;
  }

  .div-block-17 {
    margin-top: 2px;
  }

  .columns-3 {
    padding-right: 0;
  }

  .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22 {
    margin-bottom: 10px;
  }

  .navbar-3 {
    display: block;
  }

  .container-4 {
    justify-content: center;
    display: flex;
  }

  .menu-button-2 {
    background-color: #0000;
    background-image: none;
  }

  .menu-button-2.w--open {
    background-color: #900a0d;
  }

  .navbar-4 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
    top: 0;
  }

  .menu-button-3 {
    padding: 10px;
  }

  .link-block-5.w--current {
    margin-top: 20px;
  }

  .section-13 {
    margin-bottom: 23px;
  }

  .body {
    height: 100vh;
  }

  .columns-5 {
    width: 95%;
  }

  .columns-6 {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .columns-7 {
    width: 95%;
    margin-top: 5px;
  }

  .link-block-10 {
    text-align: center;
  }

  .div-block-24 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .js-clock {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    margin-top: 184px;
    display: flex;
    top: -117px;
  }

  .box {
    width: 60px;
    height: 60px;
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 10px;
  }

  .clock-number {
    font-size: 24px;
  }

  .clock-label {
    font-size: 14px;
    font-weight: 700;
  }

  .button-6 {
    flex-direction: column;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-25 {
    flex: 0 auto;
    padding-top: 20px;
  }

  .bold-text-10 {
    display: none;
  }

  .div-block-26 {
    padding: 20px;
  }

  .announcemnet {
    font-size: 14px;
    line-height: 22px;
  }
}

#w-node-b8f5cf92-112b-7cbb-fe4f-838689eabbaf-d38d232f, #w-node-e697b561-5cc3-718b-b177-8a80670d414d-76eb20bd, #w-node-_58cb78f4-3fa5-0bf2-e775-bd3c5fe8f8cf-76eb20bd, #w-node-d9d105b4-246e-e100-98a0-9eba53f11762-76eb20bd, #w-node-_3faaf128-caab-2bad-2563-cc0cc5dc6920-76eb20bd {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-d9d105b4-246e-e100-98a0-9eba53f11762-76eb20bd, #w-node-_3faaf128-caab-2bad-2563-cc0cc5dc6920-76eb20bd {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a65d0fd-2034-43ec-96c4-913bc695a8e2-d38d232f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aabfc8e0-285e-6ad6-d3bf-82f60f3ca59c-d38d232f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e697b561-5cc3-718b-b177-8a80670d414d-76eb20bd, #w-node-_58cb78f4-3fa5-0bf2-e775-bd3c5fe8f8cf-76eb20bd, #w-node-d9d105b4-246e-e100-98a0-9eba53f11762-76eb20bd, #w-node-_3faaf128-caab-2bad-2563-cc0cc5dc6920-76eb20bd {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Tahu!';
  src: url('../fonts/Tahu.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tahu';
  src: url('../fonts/Tahu.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}