@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&family=Quicksand:wght@300;400;500;600;700&display=swap");
/* Define standard variables and values for website */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #FFEA58;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-moz-selection {
  color: #000;
  background: #FFEA58;
}

::selection {
  color: #000;
  background: #FFEA58;
}

body {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow-x: hidden;
  position: relative;
}

.bigContainer {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.heroHead {
  width: 100%;
  float: left;
  background-image: url(../site_images/heroImg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.headInner {
  width: 100%;
  float: left;
  margin: 200px 0 80px 0;
}

.headerImg {
  float: right;
}

.headerImg picture {
  width: 100%;
  float: left;
  position: relative;
  height: 600px;
  background: #ddd;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px 0 80px 0;
  overflow: hidden;
}

.headerImg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.headerText {
  float: left;
  margin: 130px 0 20px 0;
}

.headerText h1 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #fff;
  font-weight: 300;
  margin: 0 0 0 0;
  font-size: 50px;
}

.headerText p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0 0 0;
  line-height: 26px;
}

header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header nav {
  width: 100%;
  float: left;
}

header nav a.hLogo {
  width: 150px;
  float: left;
}

header nav a.hLogo img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header nav .navListing {
  width: auto;
  float: right;
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
}

header nav .navListing li {
  float: left;
  list-style-type: none;
  padding: 15px 15px;
}

header nav .navListing li a {
  width: 100%;
  float: left;
  color: #fff;
  font-family: Poppins;
  text-transform: capitalize;
  position: relative;
  text-decoration: none !important;
}

header nav .navListing li a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header nav .navListing li a:hover::after {
  opacity: 1;
  bottom: -3px;
}

header nav .navListing li:last-child {
  margin: -7px 0 0 0;
}

header nav .navListing li:last-child a {
  background: #FF5796;
  padding: 6px 17px;
  border: 2px solid #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  color: #fff !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header nav .navListing li:last-child a::after {
  display: none;
}

.section2Wrap {
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 50px 0 0 0;
  background-image: url(../site_images/circle.png), url(../site_images/circle.png);
  background-repeat: no-repeat;
  background-position: 106% 0px, 105% 290px;
  background-size: 290px, 142px;
}

.section2Wrap .sliderWrap {
  float: left;
  margin: 0 0 0 -160px;
}

.section2Wrap .sliderWrap .slideInner {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 8px;
}

.section2Wrap .sliderWrap .slideInner a {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.section2Wrap .sliderWrap .slideInner picture {
  width: 100%;
  float: left;
  height: 410px;
  overflow: hidden;
}

.section2Wrap .sliderWrap .slideInner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section2Wrap .sliderWrap .slideInner article {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(transparent, #000);
  padding: 52px 12px 18px 12px;
}

.section2Wrap .sliderWrap .slideInner article h4 {
  width: 100%;
  float: left;
  font-family: Poppins;
  margin: 0 0 0 0;
  font-size: 22px;
}

.section2Wrap .sliderWrap .slideInner article p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  margin: 15px 0 0 0;
  font-size: 13px;
  font-weight: 600;
}

.ownerText {
  float: left;
  margin: 118px 0px 0 60px;
}

.ownerText h1 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: black;
  font-weight: 400;
  margin: 0 0 0 0;
  font-size: 47px;
  position: relative;
  padding: 0 0 45px 0;
}

.ownerText h1::after {
  content: '';
  position: absolute;
  background: #5D3AA7;
  width: 141px;
  height: 3px;
  left: 0;
  bottom: 21px;
}

.ownerText p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0 0 0;
}

.aboutWrap {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}

.aboutWrap .aboutText {
  float: left;
  margin: 80px 0px 0 0px;
}

.aboutWrap .aboutText h1 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: black;
  font-weight: 400;
  margin: 0 0 0 0;
  font-size: 47px;
  position: relative;
  padding: 0 0 45px 0;
}

.aboutWrap .aboutText h1::after {
  content: '';
  position: absolute;
  background: #5D3AA7;
  width: 141px;
  height: 3px;
  left: 0;
  bottom: 21px;
}

.aboutWrap .aboutText p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 600;
  margin: 25px 0 0 0;
}

.aboutWrap .aboutImg {
  float: right;
}

.aboutWrap .aboutImg picture {
  width: 90%;
  float: left;
  overflow: hidden;
  border-radius: 20px;
}

.aboutWrap .aboutImg picture img {
  width: 100%;
}

.listedClub {
  width: 100%;
  float: left;
  background: #FFEA58;
  margin: 60px 0;
  padding: 60px 0;
}

.listedClub h1 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: black;
  font-weight: 400;
  text-align: center;
  font-size: 47px;
  position: relative;
  margin: 0 0 35px 0;
}

.listedClub .listClubBlock {
  width: 100%;
  float: left;
  padding: 0 10px;
}

.listedClub .listClubBlock a {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.listedClub .listClubBlock a picture {
  width: 100%;
  float: left;
  position: relative;
  height: 355px;
  overflow: hidden;
}

.listedClub .listClubBlock a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.listedClub .listClubBlock a picture span {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 20px;
  top: 20px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
}

.listedClub .listClubBlock a picture span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.listedClub .listClubBlock a article {
  width: 100%;
  position: absolute;
  background: #fff;
  bottom: 0;
  padding: 12px 12px;
  border-radius: 18px;
}

.listedClub .listClubBlock a article h4 {
  width: 100%;
  float: left;
  color: #000;
  font-family: Poppins;
  font-size: 17px;
  font-weight: 600;
}

.listedClub .listClubBlock a article h4 small {
  width: 100%;
  float: left;
  font-size: 11px;
  color: #137B0F;
  margin: 10px 0 1px 0;
  font-weight: 500;
}

.listedClub .listClubBlock a article p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #414141;
  font-weight: 600;
  margin: 0 0 0 0;
  font-size: 13px;
}

.appSection {
  width: 100%;
  float: left;
  background-color: #FFEA58;
  margin: 180px 0;
  position: relative;
}

.appSection .dWmark {
  position: absolute;
  font-family: Poppins;
  color: rgba(0, 0, 0, 0.08);
  left: 63px;
  text-transform: capitalize;
  top: -7px;
  font-weight: 900;
  font-size: 60px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.appSection .SmallContainer {
  max-width: 900px;
  margin: 0 auto;
}

.appSection .SmallContainer .appSectionInner {
  width: 100%;
  float: left;
  margin: 0px 0;
}

.appSection .SmallContainer .appSectionInner picture {
  width: 25%;
  float: left;
  position: relative;
}

.appSection .SmallContainer .appSectionInner picture img {
  width: 100%;
  -webkit-transform: scale(1.9);
          transform: scale(1.9);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  margin: 20px 0 0 85px;
}

.appSection .SmallContainer .appSectionInner article {
  width: 55%;
  float: right;
  margin: 56px 0 73px 0;
}

.appSection .SmallContainer .appSectionInner article h2 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #000;
  font-size: 33px;
}

.appSection .SmallContainer .appSectionInner article h2 span {
  color: #5D3AA7;
  width: auto;
  float: none;
}

.appSection .SmallContainer .appSectionInner article h2 small {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}

.appSection .SmallContainer .appSectionInner article p {
  width: 100%;
  float: left;
  color: #000;
  font-family: Poppins;
  margin: 12px 0px 0 0;
  font-weight: 500;
  font-size: 17px;
}

.appSection .SmallContainer .appSectionInner article span {
  width: 100%;
  float: left;
}

.appSection .SmallContainer .appSectionInner article span a {
  width: auto;
  float: left;
  margin: 20px 10px 0 0px;
}

.appSection .SmallContainer .appSectionInner article span a img {
  width: auto;
  height: 40px;
}

footer {
  width: 100%;
  float: left;
  position: relative;
  background-color: #1D1D1D;
}

footer .footerInner {
  width: 100%;
  float: left;
  margin: 95px 0;
}

footer .footerInner .footBlock {
  float: left;
}

footer .footerInner .footBlock article {
  width: 100%;
  float: left;
}

footer .footerInner .footBlock article a.footLogo {
  width: 150px;
  float: left;
  margin: 0 0 21px 0;
}

footer .footerInner .footBlock article a.footLogo img {
  width: 100%;
}

footer .footerInner .footBlock article p {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #D5D5D5;
  margin: 0 0 0 0;
  font-size: 13px;
}

footer .footerInner .footBlock article ul {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

footer .footerInner .footBlock article ul li {
  width: 50%;
  float: left;
  list-style: none;
  margin: 15px 0 0 0;
}

footer .footerInner .footBlock article ul li a {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .footerInner .footBlock article ul li a:hover {
  text-decoration: none;
  color: #FFEA58;
}

footer .footerInner .footBlock article h5 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #fff;
  text-align: right;
  margin: 19px 0 10px 0;
  font-size: 16px;
}

footer .footerInner .footBlock article span {
  width: 100%;
  float: left;
  text-align: right;
}

footer .footerInner .footBlock article span a {
  position: relative;
  margin: 9px 0px 0 8px;
  display: inline-block;
}

footer .footerInner .footBlock article span a i {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 19px;
  display: inline-block;
  padding: 10px 0 0 0;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .footerInner .footBlock article span a i:hover {
  color: #000;
  background: #FFEA58;
}

footer .footerInner .footBlock article span a img {
  width: auto;
  height: 34px;
}

.footerBottom {
  width: 100%;
  float: left;
  color: #c3c3c3;
  font-family: Poppins;
  border-top: 1px solid #4e4e4e;
  margin: 30px 0 0 0;
  padding: 15px 0 0 0;
  text-align: right;
}

.footerBottom a {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footerBottom a:hover {
  text-decoration: none;
  color: #FFEA58;
}

.appUserWrap {
  width: 100%;
  float: left;
  background-image: url(../site_images/circle.png), url(../site_images/circle.png);
  background-repeat: no-repeat;
  background-position: -110px 0px, 14px 231px;
  background-size: 245px, 134px;
  margin: 35px 0 0 0;
}

.appUserWrap h2 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #1A1A1A;
  text-align: center;
  margin: 0 0 0 0;
  font-size: 30px;
  font-weight: 700;
}

.appUserWrap h2 small {
  width: 100%;
  float: left;
  font-family: Quicksand;
  font-size: 13px;
  font-weight: 600;
  margin: 22px 0 30px 0;
  color: #353535;
}

.appUserWrap .userBlock {
  float: left;
  margin: 20px 0 0 0;
}

.appUserWrap .userBlock main {
  width: 100%;
  float: left;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  padding: 30px 30px;
  height: 240px;
  margin: 20px 0 0 0;
}

.appUserWrap .userBlock main h4 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0;
}

.appUserWrap .userBlock main h4 img {
  width: 24px;
  margin: 0 11px 0 0px;
}

.appUserWrap .userBlock main p {
  width: 100%;
  float: left;
  color: #6D6D6D;
  font-family: Quicksand;
  margin: 30px 0 0 0;
  font-size: 14px;
  font-weight: 600;
}

.appUserWrap .userBlock:nth-child(even) main {
  background: #FFEA58;
}

.appUserWrap .userBlock:nth-child(odd) main {
  background: #5D3AA7;
}

.appUserWrap .userBlock:nth-child(odd) main h4 {
  color: #fff;
}

.appUserWrap .userBlock:nth-child(odd) main p {
  color: #bbadda;
}

.getTouchWrap {
  width: 100%;
  float: left;
  margin: 0 0 70px 0;
}

.getTouchWrap .smallContainer {
  max-width: 900px;
  margin: 0 auto;
}

.getTouchWrap .smallContainer .mainTouch {
  width: 100%;
  float: left;
  background: #5D3AA7;
  background-image: url(../site_images/contact.png);
  background-repeat: no-repeat;
  background-position: 89% bottom;
  background-size: 280px;
}

.getTouchWrap .smallContainer .mainTouch .contactForm {
  float: left;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
}

.getTouchWrap .smallContainer .mainTouch .contactForm main {
  width: 100%;
  float: left;
  padding: 40px 50px;
}

.getTouchWrap .smallContainer .mainTouch .contactForm main h3 {
  width: 100%;
  float: left;
  font-family: Poppins;
  margin: 0 0 15px 0;
  font-weight: 700;
}

.getTouchWrap .smallContainer .mainTouch .contactForm main form {
  width: 100%;
  float: left;
}

.getTouchWrap .smallContainer .mainTouch .contactForm main form .usr {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #B1B1B1;
  color: #000;
  padding: 15px 15px;
  margin: 15px 0 0 0;
  font-family: Poppins;
  outline: none !important;
}

.getTouchWrap .smallContainer .mainTouch .contactForm main form textarea.usr {
  height: 120px;
  outline: none !important;
}

.getTouchWrap .smallContainer .mainTouch .contactForm main form input[type="submit"] {
  width: 100%;
  float: left;
  background: #FFEA58;
  color: #000;
  font-family: Poppins;
  outline: none !important;
  border: 0;
  text-align: center;
  padding: 15px 0;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
}

.getTouchWrap .smallContainer .mainTouch .contactDetails {
  float: left;
  margin: 130px 0 0 0;
}

.getTouchWrap .smallContainer .mainTouch .contactDetails p {
  width: 100%;
  float: left;
  color: #fff;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  margin: 7px 0;
}

.getTouchWrap .smallContainer .mainTouch .contactDetails p i {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #5D3AA7;
  font-size: 17px;
  text-align: center;
  border-radius: 100%;
  padding: 8px 0;
  margin: 0 7px 0 0px;
}

.getTouchWrap .smallContainer .mainTouch .contactDetails p i.fa-map-marker {
  float: left;
  margin-top: 3px;
}

.sticky_header {
  position: fixed;
  background: #ff5796;
  top: 0 !important;
  z-index: 999;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.sticky_header ul li a {
  font-weight: 500;
}

.sticky_header a.hLogo img {
  width: 76%;
  margin: 11px 0;
}

.sticky_header .navListing li:last-child a {
  background-color: #FFEA58;
  color: #000 !important;
}

.toggle_icon {
  display: none;
}
/*# sourceMappingURL=style.css.map */