/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 15, 2024 */

@font-face {
  font-family: "poppinsregular";
  src: url("fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsbold";
  src: url("fonts/poppins-bold-webfont.woff2") format("woff2"),
    url("fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinslight";
  src: url("fonts/poppins-light-webfont.woff2") format("woff2"),
    url("fonts/poppins-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EB-garamond";
  src: url("fonts/ebgaramond12-regular-webfont.woff2") format("woff2"),
    url("fonts/ebgaramond12-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: "poppinsbold";
  font-size: 3rem;
  margin-bottom: 50px;
}
h1 span,
h2 span,
h3 span {
  font-family: "EB-garamond";
}
h2 {
  font-family: "poppinsregular";
}
p {
  font-family: "poppinslight";
  line-height: 150%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "poppinsregular";
  color: #606161;
  overflow-x: hidden;
}
body.active{
  overflow: hidden;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #606161;
}
p{
  font-size: 1.2rem;
}
ul {
  list-style: none;
  margin: 0px;
}
.exploreButton {
  border: 1px solid #eaad21;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 30px;
  transition: 0.2s linear;
  display: inline-block;
}
.exploreButton:hover {
  background: #eaad21;
  color: #fff;
}
header {
  position: fixed;
  top: 0;
  width: 100vw;
  float: left;
  z-index: 9;
  background: #fff;
}
.width50 {
  width: 50%;
}
.width100 {
  width: 100%;
}
.headWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 3px 37px -14px #eaad21;
}
.headWrapper .logoWrapp {
  max-width: 150px;
  padding: 0 2rem;
}
.headWrapper nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.headWrapper nav ul li {
  font-size: 1.2rem;
  margin: 0 2rem;
  line-height: 100%;
}
.headWrapper nav ul li a {
  text-transform: uppercase;
  font-weight: 600;
}
.headWrapper nav ul li a:hover,
.headWrapper nav ul li a.active {
  color: #eaad21;
}
.headWrapper .joinWrapp {
  max-width: 200px;
  font-size: 1.2rem;
  background-color: #eaad21;
}
.headWrapper .joinWrapp a {
  font-family: "poppinsbold";
  color: #fff;
  padding: 2rem;
  display: inline-block;
}
.headWrapper .joinWrapp a:hover {
  color: #fff;
}
section {
  width: 100%;
  float: left;
}
.introWrapp{
  margin-bottom: 50px;
}
.introWrapp h1{
  margin-bottom: 0;
}
.banner {
  position: relative;
  min-height: 80vh;
  text-align: center;
  background-color: #606161;
}
.banner img {
  width: 100%;
}
 .banner .banner-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 0px 15px;
}
.banner .banner-copy h1 {
  text-shadow: #ccc 1px 1px;
  color: #eaad21;
  margin-bottom: 15px;
} 
.banner .banner-copy p{
  color: #ffffff;
}
.row {
  width: 100%;
  display: flex;
  align-items: center;
}
.container {
  max-width: 93%;
  margin: 0 auto;
}
.content {
  margin-top: 50px;
}
.content .row {
  display: flex;
}
.content .row .coloumn {
  width: 50%;
}
.content .row .coloumn img {
  width: 100%;
}
.content .row .contentBox {
  padding: 3rem 6rem 3rem 6rem;
}
.content .row .contentBox h2 {
  margin-bottom: 30px;
  font-size: 2rem;
}
.content .row .contentBox p {
  margin-bottom: 50px;
  font-size: 1.2rem;
  line-height: 150%;
}
.threeTiles {
  float: left;
  background: #eaad21;
  color: #fff;
  padding: 3rem 0 2rem;
}
.threeTiles .threeTilesWrapp {
  width: 100%;
  float: left;
}
.threeTilesWrapp .tilesContent {
  text-align: center;
  padding: 0 30% 2%;
}
.threeTilesWrapp .tilesContent h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.threeTilesWrapp .tilesContent p {
  margin-top: 20px;
}
.threeTilesWrapp .tilesPicture {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.threeTilesWrapp .tilesPicture .imgTile:nth-child(2) {
  margin: 0 20px;
}
.facilityBtn {
  text-align: center;
  margin-top: 30px;
}
.facilityBtn .exploreButton {
  background: #fff;
  padding: 1rem 2rem;
}
.facilityBtn .exploreButton:hover {
  color: #eaad21;
  background: #fff;
}
footer {
  float: left;
  width: 100%;
  padding: 2rem 0;
}
.addressCol {
  width: 15%;
  float: left;
}
.addressCol .addressRow {
  margin-top: 20px;
}
.addressCol .social-link ul {
  display: flex;
  align-items: baseline;
}
.addressCol .social-link ul li {
  color: #000;
  font-size: 1.5rem;
  margin-right: 1rem;
}
.formCol {
  width: 50%;
  float: left;
  margin: 20px 10%;
  text-align: center;
}
.formCol p {
  text-align: center;
  margin-bottom: 20px;
}
.formCol .formWrapp {
  width: 100%;
}
.formCol .formWrapp form {
  width: 100%;
}
.formCol .formWrapp form .formRow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
}
.formCol .formWrapp form .formRow input,
textarea {
  width: 100%;
  padding: 10px 5px;
}
textarea {
  resize: none;
  min-height: 60px;
}
.formCol .formWrapp form .formRow .width50,
.formCol .formWrapp form .formRow .width100 {
  padding: 10px;
}
.formCol .formWrapp form .formRow .width100 .submitBtn{
   display: inline-block;
   color: #fff;
   text-decoration: none;
   background-color: #eaad21;
   padding: 10px 20px;
   font-size: 16px;
   text-transform: uppercase;
   border-radius: 5px;
}
.footerNav {
  width: 10%;
  float: left;
  margin-top: 20px;
  margin-left: 5%;
}
.footerNav p {
  margin-bottom: 20px;
  font-family: "poppinsbold";
}
.footerNav ul li {
  margin-bottom: 15px;
}
.slideForMob {
  display: flex;
}
.live-review-img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  /*background: #fff;*/
  background-color: #eaad21;
  border-radius: 100%;
  animation: dumble 5s infinite linear;
  position: relative;
}
#fake-hand {
  position: absolute;
  height: 30px;
  width: 21px;
  bottom: 0px;
  left: 41px;
  /*border-right: 5.9px solid black;
  border-left: 2px solid black;*/
}
#fake-hand {
  height: 55px;
  width: 31px;
  /*border-right: 5.9px solid black;
  border-left: 2px solid black;*/
  left: 62px;
}
.live-review-img img {
  /*padding-top: 40px;*/
  padding-top: 0;
  width: 100%;
}
@keyframes dumble {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.about-Content{
  position: relative;
  top: -150px;
  background: #fff;
}
.community{
  margin-top: 50px;
  text-align: center;
  background: #eaad21;
  color: #fff;
  padding: 3rem 0 2rem;
  position: relative;
}
.community h2, .ourProgram h2{
   font-size: 2rem;
   margin-bottom: 20px;
}
.community p{
  padding: 0 5rem 2rem;
}
.sliderWrapp button {
   position: absolute;
   top: 50%;
   z-index: 2;
   background-color: #fff;
   transform: translateY(-50%);
   height: 50px;
   width: 50px;
   border: none;
   cursor: pointer;
}
.sliderWrapp .slide{
  margin: 0px 10px;
}
.sliderWrapp button.slick-next {
  background: url(../images/right-arrow.png) no-repeat center center #fff;
  right: 0;
}
.sliderWrapp button.slick-prev {
  background: url(../images/left-arrow.png) no-repeat center center #fff;
  left: 0;
}
.gallary{
  width: 100%;
}
.gallary .col{
  width: 31%;
  float: left;
  margin: 1%;
  overflow: hidden;
}
.gallary .col img{
 transition: 0.5s;
}
.gallary .col img:hover{
  transform: scale(1.2);
}
@media screen and (max-width: 1024px) {
  .headWrapper {
    position: relative;
  }
  .headWrapper nav ul {
    display: block;
  }
  .container,
  .content .row .coloumn,
  .addressCol,
  .formCol,
  .footerNav {
    width: 100%;
  }
  .content .row {
    flex-direction: column;
  }
  .content .row .contentBox {
    padding: 3rem 1rem 3rem 1rem;
    order: 2;
  }
  .formCol {
    margin: 30px 0;
  }
  .copyRight {
    position: absolute;
    bottom: 0;
  }
  .footerNav {
    margin: 0px 0px 30px;
  }
  footer {
    position: relative;
  }
  h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .content .row .contentBox h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .content .row .contentBox p {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .threeTilesWrapp .tilesContent {
    padding: 0 3% 5%;
  }
  .threeTiles .threeTilesWrapp {
    margin-top: 20px;
  }
  .content {
    margin-top: 30px;
  }
  .threeTilesWrapp .tilesPicture {
    display: block;
    overflow: hidden;
  }
  .headWrapper .logoWrapp {
    margin-top: 5px;
    float: right;
    padding: 0 0rem 0 0.5rem;
    max-width: 60px;
  }
  .iphone .headWrapper .logoWrapp{
    margin-top: 5px;
  }
  .headWrapper .joinWrapp {
    position: absolute;
    top: 0px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }
  .headWrapper {
    box-shadow: none;
  }
  .headWrapper nav {
    float: right;
    margin: 0px 15px 0 0px;
  }
  .mobileBurger {
    z-index: 99;
    position: relative;
  }
  .headWrapper nav ul {
    display: none;
  }
  .main {
    margin-top: 60px;
  }
  .mobileBurger {
    width: 50px;
    top: 5px;
  }
  .mobileBurger span {
    width: 100%;
    margin-bottom: 10px;
    height: 1px;
    background-color: #606161;
    display: block;
    transition: 0.5s;
  }
  .mobileBurger.active span:nth-child(2) {
    display: none;
  }
  .mobileBurger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px);
  }
  .mobileBurger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px);
  }
  .headWrapper nav ul.active {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(255, 255, 255);
    height: 100vh;
    width: 100vw;
    z-index: 9;
    text-align: center;
    transform: translateY(5.7%);
  }
  .headWrapper nav ul.active li {
    margin: 4rem 0;
  }
  .threeTilesWrapp .tilesPicture .imgTile img {
    width: 100%;
  }
  .slideForMob {
    width: 100%;
    float: left;
    margin-bottom: 50px;
  }
  .threeTilesWrapp .tilesPicture .imgTile:nth-child(2) {
    margin: 0px;
  }
  .slideForMob.slick-slider button, .sliderWrapp button {
    position: absolute;
    bottom: -50px;
    z-index: 2;
    background-color: #fff;
    height: 50px;
    width: 50px;
    border: none;
    transform: none;
    top: initial;
  }
  .slideForMob.slick-slider .slick-next {
    right: 0;
    background: url(../images/right-arrow.png) no-repeat center center #fff;
  }
  .slideForMob.slick-slider .slick-prev {
    background: url(../images/left-arrow.png) no-repeat center center #fff;
  }
  .addressCol .copyRight {
    width: 90%;
    text-align: center;
  }
  .addressCol .copyRight p {
    font-size: 12px;
  }
  /*header{position: relative;}*/
  .community p {
  padding: 0 2rem 2rem;
}
.banner .banner-copy{
  width: 100%;
}
.about-Content{
  top: 0;
}
.gallary .col{
  width: 100%;
}

.joinWrapp{
  display:none;
}

body.active nav .joinWrapp{
  display: block;
  margin-top: 20px;
  left: 0;
  z-index: 9;
  padding: 0px;
  top: 35px;
}

[data-aos], html, body {
  overflow-x: hidden;
} 

.joinWrapp{
  display:none;
}

body.active nav .joinWrapp{
  display:block;
  margin-top:20px;
}
 .facilityBtn{
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
 }
 .threeTiles{
  position: relative;
  padding-bottom: 0;
 }
 .threeTiles .facilityBtn{
  bottom: 0;
 }
 
 .sliderWrapp {
    overflow: hidden;
    position: relative;
}
.sliderWrapp button{
  bottom: 0;
}
.formCol p{
  text-align: left;
}
.slick-dots{
  display: none !important;
}
}
@media screen and (max-width: 380px) {
  .headWrapper nav ul.active {
    transform: translateY(7%);
  }
}
