html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

main {
  min-height: 68vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  padding: 0;
}

h1, h2 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #333;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 70%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 60%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 70%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 30%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 30%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 810px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 82px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.contact-bg {
  background: url("../../images/contact-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.join-bg {
  background: url("../../images/join-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo-watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 24%;
  }
}

.submit-btn, .link-pdf, .return-btn, .btn-search, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-search:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-search, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #A887DE;
  background: #91d1eb;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.btn-main:hover {
  background: #A887DE;
  border: 1px solid #A887DE;
  color: #000;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #feff95;
  background: #feff95;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.btn-main2:hover {
  background: #91d1eb;
  border: 1px solid #91d1eb;
  color: #000;
  text-decoration: underline;
}

.btn-search {
  border: 1px solid #fff;
  background: #91d1eb;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  font-size: 13px;
  padding: 0.4rem 1rem;
}
@media (min-width: 768px) {
  .btn-search {
    font-size: 20px;
  }
}
.btn-search:hover {
  background: #A887DE;
  border: 1px solid #A887DE;
  color: #000 !important;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #91d1eb;
  background: #91d1eb;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #A887DE;
  border: 1px solid #A887DE;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #A887DE;
  background: #A887DE;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #91d1eb;
  border: 1px solid #91d1eb;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #A887DE;
  background: #A887DE;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #A887DE;
  border: 1px solid #A887DE;
  color: #000;
  text-decoration: underline;
}

.bday-party .btn {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 8px;
  border-radius: 30px;
  border: none;
  background-image: linear-gradient(120deg, #FEFF95 0%, #ffd700 100%);
  color: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.bday-party .btn > * {
  display: inline-block;
  transition: all ease-in-out 0.5s;
}
.bday-party .btn__visible {
  padding: 0.5rem;
  text-align: center;
}
.bday-party .btn__invisible {
  width: 100%;
  position: absolute;
  padding: 0.8rem 0;
  left: 0;
  top: -100%;
}
.bday-party .btn:hover {
  background-image: linear-gradient(120deg, #FEFF95 0%, #ffd700 100%);
}
.bday-party .btn:hover .btn__visible {
  transform: translateY(100%);
}
.bday-party .btn:hover .btn__invisible {
  top: 0;
}
.bday-party .btn:focus {
  outline: none;
}

.groups, .about-us {
  /* Modified code from @gagan-gv */
}
.groups .button, .about-us .button {
  padding: 0.6em 1em;
  font-size: 17px;
  background: #FE6663;
  border-radius: 50px;
  border: none;
  position: relative;
  color: #000;
  z-index: 1;
  text-transform: uppercase;
  cursor: pointer;
}
.groups .button::after,
.groups .button::before, .about-us .button::after,
.about-us .button::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
}
.groups .button::before, .about-us .button::before {
  transform: translate(0%, 0%);
  width: 141px;
  height: 100%;
  background: #91d1eb;
  border-radius: 50px;
}
.groups .button::after, .about-us .button::after {
  transform: translate(0px, 0px);
  width: 10px;
  height: 10px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  border-radius: 50px;
}
.groups .button:hover::before, .about-us .button:hover::before {
  transform: translate(5%, 20%);
  width: 10px;
  height: 10px;
}
.groups .button:hover::after, .about-us .button:hover::after {
  border-radius: 50px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}
.groups .button:active::after, .about-us .button:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

footer .bt {
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  background-color: #feff95;
  border-radius: 5px;
  transition: all 0.2s ease;
  position: relative;
}
footer .msg {
  height: 0;
  width: 0;
  border-radius: 2px;
  position: absolute;
  left: 15%;
  top: 25%;
}
footer .bt:active {
  transition: all 0.001s ease;
  background-color: #5d9fcd;
  box-shadow: #97989a 0 0 0 0;
  transform: translateX(1px) translateY(1px);
}
footer .bt:hover .msg {
  animation: msgRun 2s forwards;
}
@keyframes msgRun {
  0% {
    border-top: #d6d6d9 0 solid;
    border-bottom: #f2f2f5 0 solid;
    border-left: #f2f2f5 0 solid;
    border-right: #f2f2f5 0 solid;
  }
  20% {
    border-top: #d6d6d9 14px solid;
    border-bottom: #f2f2f5 14px solid;
    border-left: #f2f2f5 20px solid;
    border-right: #f2f2f5 20px solid;
  }
  25% {
    border-top: #d6d6d9 12px solid;
    border-bottom: #f2f2f5 12px solid;
    border-left: #f2f2f5 18px solid;
    border-right: #f2f2f5 18px solid;
  }
  80% {
    border-top: transparent 12px solid;
    border-bottom: transparent 12px solid;
    border-left: transparent 18px solid;
    border-right: transparent 18px solid;
  }
  100% {
    transform: translateX(150px);
    border-top: transparent 12px solid;
    border-bottom: transparent 12px solid;
    border-left: transparent 18px solid;
    border-right: transparent 18px solid;
  }
}

:root {
  --theme-secondary-opacity-color: rgb(0, 71, 106, 0.8);
  /* theme secondary color ok*/
}

/* Top Bar
-------------------------------------------------------------- */
#top-bar {
  position: relative;
  z-index: 1;
  background-color: #feff95;
}
#top-bar .top-bar-content {
  display: flex;
  text-align: center;
}
@media (min-width: 768px) {
  #top-bar .top-bar-content {
    display: block;
  }
}
#top-bar .top-bar-content a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
}
#top-bar .top-bar-inner-wrap {
  padding: 25px 0px 38px 0px;
}
@media (min-width: 768px) {
  #top-bar .top-bar-inner-wrap {
    padding: 38px 0px 38px 0px;
  }
}
#top-bar .top-bar-content {
  text-align: right;
  justify-content: center;
}
@media (min-width: 768px) {
  #top-bar .top-bar-content {
    align-items: center;
    justify-content: end;
    justify-content: flex-end;
    display: flex;
  }
}
#top-bar .top-bar-content .inner {
  align-items: center;
  display: block;
  justify-content: end;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #top-bar .top-bar-content .inner {
    display: flex;
    margin: 0;
  }
}
#top-bar .top-bar-content .location {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #top-bar .top-bar-content .location {
    margin-bottom: 0;
  }
}
#top-bar .top-bar-content .location a {
  font-size: 1rem;
}
#top-bar .icons i {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0px 9px;
  color: #000;
  font-size: 25px;
}
#top-bar .icons i:last-child {
  padding-right: 0px !important;
}
#top-bar .icons i:hover {
  color: #ff7029;
}
#top-bar .content:first-child {
  position: relative;
  letter-spacing: 0.3px !important;
  display: block;
  padding: 0px 19px 0px 17px;
  color: #000;
}
@media (min-width: 768px) {
  #top-bar .content:first-child {
    display: inline;
    margin: 0px;
  }
}
#top-bar .content:last-child {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 27px;
  color: #000;
}
#top-bar .content:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  font-size: 19px;
}

/* Header
-------------------------------------------------------------- */
#site-header {
  position: relative;
  background-color: #91d1eb;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#site-header .wrap-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}

#site-header-inner {
  position: relative;
}

/* Site Logo */
#site-logo {
  margin: 0 auto;
  padding: 28 0px 16px 0px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  #site-logo {
    margin: -11px 0px 0px 0px;
  }
}
@media (min-width: 1024px) {
  #site-logo {
    position: absolute;
    margin: -34px 0px 0px 0px;
  }
}
#site-logo img {
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #site-logo img {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #site-logo img {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  #site-logo img {
    width: 54%;
  }
}

#site-logo-inner {
  text-align: center;
}

/* Main Nav */
#main-nav ul {
  margin: 0px;
}

#main-nav ul li {
  position: relative;
  list-style: none;
}

#main-nav > ul > li {
  float: left;
  padding: 35px 20px 35px 14px !important;
}

#main-nav > ul > li > a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1f242c;
  position: relative;
  line-height: 23px;
  font-family: "Rubik", sans-serif;
}

#main-nav ul li .active::after,
#main-nav ul li .active {
  color: #57b33c !important;
}

#main-nav ul li .down::after {
  content: "\f078";
  font-family: "FontAwesome", sans-serif;
  color: #1f242c;
  font-size: 12px;
  margin-left: 5px;
}

@media (min-width: 1024px) {
  header .logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
header .logo img {
  padding: 10px 0 5px 0;
}
@media (min-width: 768px) {
  header .logo img {
    width: 50%;
    padding: 5px 0;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  header .logo img {
    width: 60%;
    padding: 5px 0;
  }
}
header .navbar .nav-item a {
  color: #000;
  cursor: pointer;
  font-size: 14px;
}
@media (min-width: 768px) {
  header .navbar .nav-item a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  header .navbar .nav-item a {
    font-size: 16px;
  }
}
@media (min-width: 1080px) {
  header .navbar .nav-item a {
    font-size: 17px;
  }
}
@media (min-width: 1180px) {
  header .navbar .nav-item a {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  header .navbar .nav-item a {
    font-size: 18px;
  }
}
header .navbar .nav-item .dropdown-item {
  color: #000;
  text-shadow: none;
}
header .navbar .nav-item .dropdown-item:hover {
  color: #000;
  background: none;
}

.slider-wrapper {
  width: 100%;
  height: 163px;
  position: relative;
}
@media (min-width: 768px) {
  .slider-wrapper {
    height: 303px;
  }
}
@media (min-width: 810px) {
  .slider-wrapper {
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .slider-wrapper {
    height: 404px;
  }
}
@media (min-width: 1180px) {
  .slider-wrapper {
    height: 466px;
  }
}
@media (min-width: 1200px) {
  .slider-wrapper {
    height: 474px;
  }
}
@media (min-width: 1280px) {
  .slider-wrapper {
    height: 504px;
  }
}
@media (min-width: 1366px) {
  .slider-wrapper {
    height: 538px;
  }
}
@media (min-width: 1600px) {
  .slider-wrapper {
    height: 630px;
  }
}
@media (min-width: 1750px) {
  .slider-wrapper {
    height: 685px;
  }
}
@media (min-width: 1765px) {
  .slider-wrapper {
    height: 680px;
  }
}
@media (min-width: 1790px) {
  .slider-wrapper {
    height: 710px;
  }
}
.slider-wrapper .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .slider-wrapper .slider-text {
    padding-left: 75px;
    margin-top: -270px;
    text-align: left;
    width: 65%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .slider-wrapper .slider-text {
    padding-left: 125px;
    margin-top: -250px;
  }
}
@media (min-width: 1200px) {
  .slider-wrapper .slider-text {
    margin-top: -270px;
    padding-left: 305px;
  }
}
@media (min-width: 1366px) {
  .slider-wrapper .slider-text {
    margin-top: -280px;
    padding-left: 185px;
  }
}
@media (min-width: 1800px) {
  .slider-wrapper .slider-text {
    margin-top: -350px;
    padding-left: 185px;
  }
}
.slider-wrapper .slider-text h1 {
  font-weight: 700;
  font-size: 46px;
  color: #000;
  margin-bottom: 25px;
  margin-left: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .slider-wrapper .slider-text h1 {
    font-size: 35px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slider-wrapper .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slider-wrapper .slider-text h1 {
    font-size: 46px;
  }
}
.slider-wrapper .slider-text p {
  color: #000;
  font-weight: 40;
  margin-bottom: 40px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .slider-wrapper .slider-text p {
    color: #fff;
  }
}
.slider-wrapper .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slider-wrapper .overlay {
    height: 338px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1024px) {
  .slider-wrapper .overlay {
    height: 478px;
  }
}
@media (min-width: 1200px) {
  .slider-wrapper .overlay {
    height: auto;
  }
}
.slider-wrapper img {
  width: 100%;
  display: block;
  position: absolute;
}

.about-us {
  background-image: url(../../images/about-bg.jpg);
  background-size: cover;
  position: relative;
}
.about-us .card {
  background: #ffffffe3;
  border: 2px solid #ffdd15;
}
.about-us h2 {
  font-family: "Tilt Neon", cursive;
}
.about-us .btn-container {
  bottom: 30px;
  left: 30px;
}
.about-us .btn-container button {
  padding: 8px;
  margin: 0 0 8px 0;
  display: block;
  cursor: pointer;
  background: #91d1eb;
  border: 1px solid;
  font-size: 11px;
  text-transform: uppercase;
}

.bday-party h2 {
  font-family: "Unica One", cursive;
  font-weight: bold;
}
.bday-party .container {
  padding: 65px 55px;
}
.bday-party svg {
  position: absolute;
  height: 420px;
  width: 100%;
}
@media (min-width: 768px) {
  .bday-party svg {
    height: 310px;
  }
}

.groups {
  height: auto;
}
@media (min-width: 1200px) {
  .groups {
    height: 347px;
  }
}
.groups h2 {
  font-family: "Tilt Neon", cursive;
  font-weight: bold;
}
.groups .container {
  padding: 65px 55px;
}
.groups input[type=submit] {
  display: block;
  width: 100px;
  border: 0;
  line-height: 35px;
  height: 35px;
  color: #fff;
  background: mediumpurple;
  font-size: 18px;
  top: 30px;
  left: 350px;
  cursor: pointer;
}
.groups #stage {
  height: 431px;
  position: absolute;
  width: 100%;
  object-fit: cover;
  padding-top: 0;
}
@media (min-width: 768px) {
  .groups #stage {
    padding-top: 10px;
    height: 311px;
  }
}
@media (min-width: 1024px) {
  .groups #stage {
    padding-top: 34px;
    height: 287px;
  }
}
@media (min-width: 1200px) {
  .groups #stage {
    padding-top: 17px;
    height: 347px;
  }
}
.groups p {
  text-shadow: 0 0 3px #c0c0c0;
}

.events-home {
  background-image: url("../../images/event-home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  padding: 75px 0;
}
@media (min-width: 1200px) {
  .events-home {
    background-attachment: fixed;
  }
}
.events-home .card {
  background: #f2f3fae8;
}
.events-home h2 {
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-family: "Tilt Neon", cursive;
}
.events-home .event .event-date {
  background-color: #feff95;
  padding: 20px 20px;
  text-align: center;
  margin-right: 15px;
  color: #000;
  font-size: 25px;
}
.events-home .event-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #8F3A38;
  font-size: 25px;
}
.events-home .event-excerpt p {
  font-size: 16px;
}
.events-home .event-excerpt .keep-read {
  color: #2E4F5C;
}
.events-home .view-more-home .btn-main {
  font-size: 16px;
}

.map-home iframe {
  width: 100%;
  margin-bottom: -7px;
}

footer {
  background: #05161C;
  background-image: url(../../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer .logo img {
  width: 40%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .logo img {
    width: 45%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  footer .logo img {
    width: 40%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  footer .logo img {
    width: 50%;
    margin: 0 auto;
  }
}
footer ul {
  list-style: none;
}
footer .footer-main {
  padding: 35px 55px;
}
footer .sitemap {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  footer .sitemap {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  footer .sitemap {
    margin-top: 35px;
  }
}
footer .footer-nav {
  columns: 1;
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .footer-nav {
    columns: 4;
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-nav {
    columns: 3;
    text-align: left;
    margin-top: 17px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-nav {
    columns: 3;
    text-align: left;
    margin-top: 20px;
  }
}
footer .address {
  font-size: 15px;
  padding: 0 45px;
}
@media (min-width: 768px) {
  footer .address {
    font-size: 15px;
    padding: 0 0px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  footer .address {
    font-size: 13px;
    padding: 0 15px;
    display: block;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  footer .address {
    font-size: 13px;
    padding: initial;
  }
}
@media (min-width: 1400px) {
  footer .address {
    font-size: 14px;
    padding: initial;
  }
}
footer .address svg {
  color: #b7b7b7;
  font-size: 25px;
}
footer .phone {
  font-size: 15px;
}
@media (min-width: 1400px) {
  footer .phone {
    font-size: 14px;
  }
}
footer .phone a {
  color: #fff;
}
footer li a {
  color: #fff;
}
footer li a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  footer .footer-input {
    justify-content: center;
    align-content: center;
    display: flex;
  }
}
@media (min-width: 1200px) {
  footer .footer-input {
    justify-content: center;
    align-content: center;
    display: flex;
  }
}
footer .footer-input input {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
footer .footer-input input::placeholder {
  color: #fff;
}
footer .footer-input input:focus::placeholder {
  color: #bdbdbd;
}
footer .footer-input .form-control {
  font-size: 0.9rem;
  width: 100%;
}
@media (min-width: 768px) {
  footer .footer-input .form-control {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer .footer-input .form-control {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  footer .footer-input .form-control {
    width: 100%;
  }
}
footer .btn-main2 {
  padding: 0.3rem;
}
footer h2 {
  font-size: 19px;
}
@media (min-width: 768px) {
  footer h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  footer h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  footer h2 {
    font-size: 20px;
  }
}

.about-us-page img {
  width: 100%;
}
@media (min-width: 768px) {
  .about-us-page img {
    float: right;
    margin-left: 10px;
    width: 40%;
  }
}

.activities-page .card {
  background: aliceblue;
  border: 5px orange double;
}

:root {
  --bg: #fdfdfd;
  --highlight1: #ED4264;
  --highlight2: #FFEDBC;
  --color: #1a1e24;
  --font-number: Montserrat, Roboto, Helvetica, Arial, sans-serif;
  --font-head: "Space Mono", Consolas, Menlo, Monaco, "Courier New", monospace;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.plan-a-visit .card {
  background: aliceblue;
}
.plan-a-visit .res-button .btn-main {
  font-size: 18px;
}
.plan-a-visit .list {
  list-style: none;
  margin-bottom: 0;
  counter-reset: list-number 1;
}
.plan-a-visit .list .item {
  position: relative;
}
.plan-a-visit .list .item .number {
  font: bold 2.25rem/1 var(--font-number);
  width: 5rem;
  height: 5rem;
  float: left;
  margin: 0 1.5rem 0.75rem 0;
  color: var(--bg);
  background: var(--highlight1) linear-gradient(to bottom right, var(--highlight1) 25%, var(--highlight2));
  text-shadow: 0 0 2px var(--highlight1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  shape-outside: ellipse();
  z-index: 1;
}
.plan-a-visit .list .item .number:after {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--highlight1);
  z-index: -1;
  border-top-left-radius: 3px;
  display: none;
}
.plan-a-visit .list .headline {
  padding: 0rem 0 0 0;
  margin: 0 0 1rem 0;
  font: normal 2rem var(--font-head);
}

.calendar-photo img {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .calendar-photo img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .calendar-photo img {
    width: 50%;
  }
}

.single-upcoming-events-box {
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.single-upcoming-events-box .events-box {
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box {
    display: flex;
  }
}
.single-upcoming-events-box .events-box .events-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box .events-content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.single-upcoming-events-box .events-box .events-content .content {
  padding: 30px;
}
.single-upcoming-events-box .events-box .events-content .content h2 {
  font-size: 23px;
  font-weight: 600;
}
.single-upcoming-events-box .events-box .events-content .content h2 a {
  display: inline-block;
  color: black;
}
.single-upcoming-events-box .events-box .events-content .content p {
  margin-top: 12px;
}
.single-upcoming-events-box .events-box .events-content .content .location {
  display: block;
  color: #feff95;
  margin-top: 15px;
}
.single-upcoming-events-box .events-box .events-content .content .location i {
  color: #91d1eb;
  margin-right: 2px;
}
.single-upcoming-events-box .events-box .events-content .content .join-now-btn {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
  color: #614E7F;
}
.single-upcoming-events-box .events-box .events-content .content .join-now-btn::before {
  width: 100%;
  height: 1px;
  background: #A887DE;
  content: "";
  position: absolute;
  transition: 0.5s;
  left: 0;
  bottom: 0;
}
.single-upcoming-events-box .events-box .events-content .content .join-now-btn:hover {
  color: #E40028;
}
.single-upcoming-events-box .events-box .events-content .content .join-now-btn:hover::before {
  width: 0;
}
.single-upcoming-events-box .events-box .events-content .content a:hover {
  text-decoration: none;
}
.single-upcoming-events-box .events-box .events-date {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box .events-date {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.single-upcoming-events-box .events-box .events-date .date {
  width: 100%;
  height: 100%;
  background-color: #91d1eb;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}
.single-upcoming-events-box .events-box .events-date .date .d-date {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 55px 0;
}
@media (min-width: 768px) {
  .single-upcoming-events-box .events-box .events-date .date .d-date {
    padding: 0;
  }
}
.single-upcoming-events-box .events-box .events-date .date span {
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.single-upcoming-events-box .events-box .events-date .date span::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 4px;
  background: #fff;
  width: 1px;
  height: 30px;
  transform: rotate(40deg);
}
.single-upcoming-events-box .events-box .events-date .date h3 {
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 0 0 4px #000;
  font-size: 30px;
  font-weight: 700;
}
.single-upcoming-events-box .events-box .events-date .date p {
  color: #fff;
  line-height: initial;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-upcoming-events-box .events-box .events-date .date i {
  display: inline-block;
  font-size: 110px;
  color: #fff;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 60%;
  transform: translateY(-50%);
  opacity: 0.2;
}

.fancy-border {
  width: 100%;
  text-align: center;
  border-top: 5px solid;
  border-top-width: 5px;
  border-image: linear-gradient(to right, #91d1eb 0%, #91d1eb 20%, #FE6663 20%, #FE6663 20%, #FE6663 40%, #7ea030 40%, #7ea030 40%, #A887DE 40%, #A887DE 40%, #A887DE 40%, #A887DE 60%, #feff95 60%, #feff95 80%, #E40028 80%, #E40028 80%, #E40028 100%) 1 stretch repeat;
  border-width: 12px;
}

.events-detail-page .card {
  background: aliceblue;
}
.events-detail-page i {
  display: inline-block;
  font-size: 210px;
  color: #FE6663;
  position: absolute;
  z-index: 0;
  left: 80%;
  right: 0;
  margin: 0 auto;
  top: 60%;
  transform: translateY(-50%);
  opacity: 0.1;
}
.events-detail-page .lead {
  font-weight: lighter;
  font-size: 17px;
}
.events-detail-page h3 {
  font-size: 20px;
}
.events-detail-page h4 {
  font-size: 18px;
}

.photo-gallery-page .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photo-gallery-page .cat-topic a {
  color: #000;
  background-color: #FE6663;
  padding: 7px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  border-radius: 18px;
}
.photo-gallery-page .cat-topic a:hover {
  text-decoration: none;
}
.photo-gallery-page .cat-topic a.active-topic {
  background-color: #91d1eb;
  color: #000;
  white-space: normal;
  border: 1px solid #000;
}
.photo-gallery-page .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.photo-gallery-page .photo-g-img {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .photo-gallery-page .photo-g-img {
    height: 140px;
  }
}
@media (min-width: 1024px) {
  .photo-gallery-page .photo-g-img {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .photo-gallery-page .photo-g-img {
    height: 200px;
  }
}
.photo-gallery-page .photo-g-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.photo-gallery-page .card {
  background-color: aliceblue;
}

.our-story img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .our-story img {
    float: left;
    width: 30%;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.faqs-page .card-header {
  background: aliceblue;
}
.faqs-page .card-header h2 {
  font-size: 30px;
  font-weight: inherit;
}
.faqs-page .card-body {
  background-color: #ffffcf;
}
.faqs-page .question {
  font-weight: bold;
}

.bday-parties .team {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #fff;
  color: #000000;
  border-radius: 5px;
  /* Team caption */
  /* Team Name */
  /* Team Overlay effect */
}
.bday-parties .team * {
  box-sizing: border-box;
  transition: all 0.35s ease-in-out;
}
.bday-parties .team:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 120%;
  z-index: 1;
  left: 80%;
  background: rgba(255, 255, 255, 0.73);
  border: 1px solid #fff;
  transition: all 0.4s ease-in-out;
  transform: skewX(-30deg) translateX(-80%);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .bday-parties .team:before {
    background: rgba(255, 255, 255, 0.73);
    left: 80%;
  }
}
@media (min-width: 1200px) {
  .bday-parties .team:before {
    background: rgba(255, 255, 255, 0.9);
    left: -20%;
  }
}
@media (min-width: 1366px) {
  .bday-parties .team:before {
    background: rgba(255, 255, 255, 0.73);
    left: 80%;
  }
}
@media (min-width: 1600px) {
  .bday-parties .team:before {
    background: rgba(255, 255, 255, 0.9);
    left: -20%;
  }
}
.bday-parties .team .teamcaption {
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: 20%;
  width: 90%;
  z-index: 1;
  opacity: 1;
}
@media (min-width: 1200px) {
  .bday-parties .team .teamcaption {
    opacity: 0;
  }
}
@media (min-width: 1366px) {
  .bday-parties .team .teamcaption {
    opacity: 1;
  }
}
@media (min-width: 1600px) {
  .bday-parties .team .teamcaption {
    opacity: 0;
  }
}
.bday-parties .team .teamcaption p {
  margin: 0;
  text-align: left;
  padding: 5px 0 0;
  width: 100%;
}
.bday-parties .team .teamcaption a {
  opacity: 0.8;
}
.bday-parties .team .teamcaption a:hover {
  opacity: 1;
}
.bday-parties .team .teamname {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 15px 30px;
  font-size: 1.4em;
  opacity: 1;
  font-weight: 700;
  color: #fff;
  opacity: 0;
}
@media (min-width: 768px) {
  .bday-parties .team .teamname {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .bday-parties .team .teamname {
    opacity: 1;
  }
}
.bday-parties .team .teamname h2 {
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1366px) {
  .bday-parties .team .teamname h2 {
    opacity: 0;
  }
}
@media (min-width: 1600px) {
  .bday-parties .team .teamname h2 {
    opacity: 1;
  }
}
.bday-parties .team:hover .teamcaption, .bday-parties .team:hover .icons i {
  opacity: 1;
  transition-delay: 0.2s;
}
.bday-parties .team:hover .teamname {
  opacity: 0;
}
.bday-parties .team:hover:before,
.bday-parties .team.hover:before {
  transform: skewX(-30deg) translateX(0px);
}

.bday-party-detail ul {
  list-style-type: disc;
  list-style-position: inside;
  padding: 8px;
}
.bday-party-detail .card {
  background: aliceblue;
}
.bday-party-detail .card-header {
  background: #FE6663;
}
.bday-party-detail .card-body {
  background: #eee;
}
.bday-party-detail .btn-main {
  font-size: 22px;
}

.groups-page .card {
  background: aliceblue;
  height: auto;
}
@media (min-width: 768px) {
  .groups-page .card {
    height: 265px;
  }
}
.groups-page .product, .groups-page .product--blue {
  box-shadow: 1px 5px 15px #CCC;
  width: 100%;
  height: auto;
  border-radius: 3px;
  padding: 2em;
  margin: 1em;
  overflow: hidden;
  position: relative;
  flex: auto;
}
@media (min-width: 768px) {
  .groups-page .product, .groups-page .product--blue {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .groups-page .product, .groups-page .product--blue {
    width: 15em;
  }
}
.groups-page .product--blue {
  background: linear-gradient(-45deg, #91d1eb 50%, rgba(255, 255, 255, 0.5) 50%);
}
.groups-page .product_inner {
  display: flex;
  align-items: center;
  flex-flow: column wrap;
}
.groups-page .product_inner p {
  color: #000;
  text-align: center;
}
.groups-page .product_inner h2 a {
  color: #46591a;
}
.groups-page .product_inner button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #000;
  border-radius: 3px;
  padding: 0.5em;
  margin: 1em 0 0 0;
  background: #FE6663;
  cursor: pointer;
  transition: background ease-in 0.25s;
}
.groups-page .product_inner button:hover {
  background: #ffffff;
  color: #2B2D42;
}
.groups-page .product_inner button:hover:before {
  color: #2B2D42;
}

.groups-detail ul, .groups-detail ol {
  list-style-position: inside;
  padding: 8px;
}
.groups-detail .intro-text .card {
  background: #eee;
}
.groups-detail .card {
  background: aliceblue;
}
.groups-detail .btn-main {
  font-size: 20px;
}

.testimonials-page .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .testimonials-page .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .testimonials-page .card-columns {
    column-count: 2;
  }
}
.testimonials-page .card-columns .card {
  background: aliceblue;
}
.testimonials-page .card-columns .card:nth-child(even) {
  background: #F9DDDD;
}
.testimonials-page .card-columns .card .fa-quote-left {
  position: absolute;
  opacity: 0.1;
  font-size: 75px;
}
@media (min-width: 768px) {
  .testimonials-page .client_rating {
    float: right;
  }
}
.testimonials-page .client_rating i {
  color: gold;
  text-shadow: 0 0 2px #3d3d3d;
}
.testimonials-page p {
  font-style: italic;
}
.testimonials-page h2 {
  font-size: 15px;
}
.testimonials-page .testi-info h3 {
  font-size: 16px;
}
.testimonials-page .client-image img {
  width: 50%;
}
@media (min-width: 768px) {
  .testimonials-page .client-image img {
    width: 30%;
    float: right;
  }
}
.testimonials-page .coming-soon h2 {
  font-size: 25px;
}

.testimonial-modal .modal-header {
  background: #91d1eb;
}
.testimonial-modal .modal-body {
  background: #eee;
}
.testimonial-modal .modal-body ul {
  list-style: none;
}
.testimonial-modal label input {
  margin-right: 7px;
}
.testimonial-modal i {
  color: gold;
  padding-left: 10px;
}
.testimonial-modal .btn-main {
  font-size: 15px;
}
.testimonial-modal textarea {
  height: 200px;
}

.request-page {
  background: url(../../images/request-bg.jpg) no-repeat;
  background-size: cover;
}
.request-page .card {
  background: #ffffffde;
}
.request-page .btn-main {
  font-size: 20px;
}
.request-page select {
  color: #828a92;
}
.request-page .date input {
  color: #828a92;
}

.contact-map iframe {
  width: 100%;
  height: 270px;
}

.contact-us-page .card {
  background: #ffffffe0;
}
.contact-us-page .submit-btn {
  background: #feff95;
}
.contact-us-page .submit-btn:hover {
  background: #91d1eb;
}

.join-club .card {
  background: #ffffffad;
}

/*# sourceMappingURL=design.css.map */
