/*** Navbar ***/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300);
body {
  margin: 0%;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
/* nav.fill ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #aaa;
	height: 1px;
} */
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
  /* width: 70px; */
  text-align: center;
}

/* nav.fill ul li a:after {
	text-align: left;
	content: '.';
	margin: 0;
	opacity: 0;
} */
nav.fill ul li a:hover {
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #71b643;
  }
}
/* .block1 {
	margin: 68px;
} */
.block1 h1 {
  font-family: "Lucida Grande", Tahoma;
  font-size: 80px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 10px;
}
p.lead {
  font-size: 24px !important;
}
.block1 p {
  font-family: "Lucida Grande", Tahoma;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
/* Navbar */

.navbar .nav-link.active {
  color: #71b643 !important;
  font-weight: 800;
  border-bottom: 1px solid #71b649;
}
.navbar .nav-link {
  outline: none !important;
  font-size: 16px;
  color: #71b643 !important;
  margin: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar .cta-btn a {
  width: 130px;
  background: #71b643;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 15px 20px !important;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.navbar .cta-btn a:hover {
  background: #289924;
  color: #fff !important;
  -webkit-box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
}
.navbar-brand img {
  width: 80px;
}
label {
  display: block;
  margin-top: 10px;
}

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="file"],
select,
textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  height: 100px;
}

button {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}

fieldset {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

legend {
  font-weight: bold;
}
.captcha-button{
  padding-top: 8px;
  padding-bottom: 13px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
}

.front-card {
  width: 100%;
  height: 100%;
  background-color: #151515;
  background-image: url(../img/remi-muller-LlHgaeBwYVE-unsplash.jpg);
  background-repeat: no-repeat;
  background-position: center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 804 px;
  position: relative;
}
.home-content-table {
  top: 20%;
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  text-align: center;
}
.intro {
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  margin: 0 0 0.9 rem 0;
}
.a-intro {
  margin-top: 2rem;
  color: white;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  letter-spacing: -0.1rem;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.445);
}
.a-intro h1 {
  /* font-size: 3rem; */
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: white;
  letter-spacing: -0.1rem;
  font-weight: bold;
}

/* 7 */
.btn-7 {
  margin-top: 2rem;
  background: linear-gradient(
    0deg,
    rgba(255, 151, 0, 1) 0%,
    rgba(251, 75, 2, 1) 100%
  );
  line-height: 32px;
  padding: 10px;
  border: none;
  text-decoration: none;
}
.btn-7 span {
  border-color: #ffffff;
  color: #ffffff;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-7.sec span {
  color: #71b643;
}
.btn-7 span:hover {
  color: white;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: white;
  transition: all 0.3s ease;
}

.btn-7:hover {
  color: white;
  border-color: #71b643;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  width: 100%;
}

.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: -10;
  top: -10;
  background: white;
  transition: all 0.3s ease;
}

.btn-7 span:hover:before {
  height: 155%;
}
.btn-7 span:hover:after {
  width: 110%;
}
.custom-btn.sec {
  color: #71b643;
  border: 3px solid #71b643;
}
.custom-btn {
  z-index: 20;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  height: 5.4 rem;
  color: #fff;
  font-weight: 500;
  background: transparent;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}

.custom-btn-turn {
  z-index: 20;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;

  color: #fff;
  font-weight: 500;
  background: green;
  border: 3px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  height: 60px;
}

.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 18%;
  bottom: -1px;
}
.bgTop {
  /* z-index: 15; */
  opacity: 0.5;
}
.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}
.bgBottom {
  /* z-index: 5; */
}
.wave {
  position: absolute;
  left: 0;
  width: 206%;
  height: 118%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.waveTop {
  background-size: 70% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.waveMiddle {
  background-size: 70% 120px;
}
.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}
.waveBottom {
  background-size: 70% 90px;
}
.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

.container {
  /* padding: 75px 0; */
  margin: 0 auto;
  max-width: 1140px;
}

h1 {
  position: relative;
  font-family: "Oswald", sans-serif;
  /* font-size: 44px; */
  text-transform: uppercase;
  color: #424242;
}

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70vh;
}

.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
}
.item:hover {
  flex: 7;
}

.item-1 {
  background-image: url("https://source.unsplash.com/random/potrait/?cold%20drinks");
}

.item-2 {
  background-image: url("https://source.unsplash.com/random/?orientation=potrait&amp;soft%20drinks");
}

.item-3 {
  background-image: url("https://source.unsplash.com/random/?orientation=potrait&amp;mocktail");
}

.item-4 {
  background-image: url("https://source.unsplash.com/random/?orientation=potrait&amp;smoothies");
}

.item-5 {
  background-image: url("https://source.unsplash.com/random/?orientation=potrait&amp;lemonade");
}
.container1 {
  background-image: url("../img/events_bg.png");
  border-radius: 0px 0px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 90%;
  border-radius: 4px;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-info-form {
  position: relative;
}

.circle {
  border-radius: 50%;
  background-image: url("../img/depositphotos_24512117-stock-illustration-golf-texture.jpg");
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

form {
  /* padding: 2.3rem 7.2rem; */
  z-index: 10;
  overflow: hidden;
  position: relative;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}

.title {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.social-input-containers {
  position: relative;
  margin: 1rem 0;
}
.title-1 {
  font-weight: bold;
  margin: 50px;
  margin-bottom: 15px;
}
.container h3 {
  margin: 40px;
  text-align: center;
  margin-top: 0px;
  color: white;
}
.input {
  width: 100%;
  outline: none;
  border: 2px solid #ffffff;
  background: white;
  padding: 0.6rem 1.2rem;
  color: grey;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 4px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 4px;
  resize: none;
  overflow-y: auto;
}

.social-input-containers label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.social-input-containers.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btns {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #71b643;
  font-size: 0.95rem;
  color: #71b643;
  line-height: 1;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.btns:hover {
  background-color: transparent;
  color: #71b643;
}

.social-input-containers span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.social-input-containers span:before,
.social-input-containers span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #289924;
  top: 50%;
  transform: translateY(-50%);
}

.social-input-containers span:before {
  left: 50%;
}

.social-input-containers span:after {
  right: 50%;
}

.social-input-containers.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.social-input-containers.focus span:before,
.social-input-containers.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #ffffff;
}

.text {
  color: rgb(255, 255, 255);
  margin: 1.5rem 0 2rem 0;
}

.social-information {
  display: flex;
  color: rgb(255, 255, 255);
  /* margin: 0.7rem 0; */
  align-items: center;
  font-size: 0.95rem;
  padding-top: 15px;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: rgb(255, 255, 255);
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 43px;
  background: linear-gradient(45deg, #289924, #289924);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #289924;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.social-information i {
  font-size: 22px;
  margin-bottom: 23px;
  margin-right: 8px;
  color: #289924;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #289924, #289924);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-info-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .navbar-dark .navbar-toggler {
    margin-left: 200px;
  }
  /* .navbar .cta-btn a {
		display: none;
	} */
  .gallery-wrap {
    flex-direction: column;
    height: 75vh;
  }

  .btn-7 {
    top: 50px;
  }
  .a-intro {
    top: 60px;
    font-size: 44px;
  }
  .btn-nav {
    display: none;
  }
  .block2 {
    display: none;
  }

  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .social-information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}
.blocks {
  padding-bottom: 0px;

  display: flex;
}
.block2 {
  margin-top: 68px;
  padding-left: 140px;
}
.waves {
  border: 1px solid red;
}
.content-sm {
  background-image: url("../img/events_bg.png");
}
.main-content {
  background: #fff;
  margin-top: 120px;
}
.bi {
  font-size: 26px;
  color: white;
}

.blue-bg {
  background-color: #ee2424;
  color: #289924;
  height: 100%;
}

.circle {
  background-size: cover;
  padding: 15px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.how-it-works.row {
  display: flex;
}
.how-it-works.row .col-6 p {
  font-family: "Lucida Grande", Tahoma;
  font-size: 16px;
  color: #666666;
}
.how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #289924;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #289924;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #289924;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
.img-fluid {
  height: 100%;
  border: 1px solid white;
}
.splide__list {
  height: 45%;
}
.con-sm {
  width: 90%;
  padding-top: 120px;
}

.home-sm {
  margin-top: 200px;
  background-color: #afd9ad;
  height: 90%;
  background-image: url("../img/events_bg.png");
}
.home-content-sm {
  margin: 100px;
}
.about {
  padding: 80px 0;
  overflow: hidden;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  color: #424242;
}
.section-title p {
  margin-bottom: 0;
  font-size: 16px;
  color: #919191;
}
.btn-7sm {
  background-color: transparent;
  border: 2px solid #71b643;
}
.btn-7sm span {
  color: #71b643;
}
.btn-7sm span:hover {
  color: #289924;
}
.p-sm {
  font-family: "Lucida Grande", Tahoma;
  font-size: 16px;
  color: #666666;
}
.listing {
  display: block;
}
.listing h1 {
  text-transform: capitalize;
  width: 100%;
  font-family: "Lucida Grande", Tahoma;
  font-size: 70px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  color: white;
}
.listing h2 {
  width: 100%;
  font-family: "Lucida Grande", Tahoma;
  font-size: 50px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  color: white;
}
.list-sm ul,
.listing p {
  font-family: "Lucida Grande", Tahoma;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  width: 100%;
  list-style: none;
  padding: 0;
}
.list-sm ul {
  padding-top: 30px;
  display: flex;
  color: white;
}
.list-sm ul li img {
  width: 20%;
  padding-right: 10px;
}
.listing-sm h2 {
  font-family: "Crimson Text", Georgia, "Times New Roman", serif;
  font-size: 50px;
}
.img-sm {
  max-width: 70%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  border-radius: 5px;
  border: 1px solid white;
}
.merg {
  margin-top: 100px;
}
.btn-s,
.btn-s span {
  border-color: white;
  color: white;
}
.fade-sm h2 {
  color: white;
}
.fade-sm p {
  font-family: "Lucida Grande", Tahoma;
  font-size: 16px;
  color: #ffffff;
}
.text-h h1 {
  font-family: "Crimson Text", Georgia, "Times New Roman", serif;
  font-size: 50px;
  color: white;
}
.member-img img {
  border-radius: 10px;
  width: 100%;
  height: 250px;
}
.btn-s span:hover {
  color: #b2b4b2;
}

/* Page Title */
.page-title {
  background: url(../img/events_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0 0px;
  text-align: start;
}

.page-title h2 {
  text-align: center;
  color: white !important;
}

/* Club Pricing & Services */

#club-pricing-services {
  position: relative;
  background: rgba(0, 0, 0, 0.6) url(../img/PRICING_SERVICES.jpg)
    center center/cover no-repeat;
  background-blend-mode: darken;
}

#club-pricing-services .container {
  z-index: 2;
}
section[id] {
  scroll-margin-top: 120px;
}

.show {
  display: block;
}

.title-2 {
  font-size: 43px !important;
}

.text-justify {
  text-align: justify !important;
}
@media only screen and (max-width: 600px) {
  .front-card {
  height: 70% !important;
    
  }
  .home-content-table {
    top: 10% !important;
}
.btn-7 {
    top: 0px;
}
}
