/* Google Font - Poppins
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* default
================================================== */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #6D6D6D;
}
p {
  font-size: 16PX;
  line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #000;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h4 {
    font-size: 32px;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
   h2{
    font-size: 32px;
  }
}

@media only screen and (max-width: 600px) {
  h2{
    font-size: 24px;
  }
}


/* general
================================================== */
.img-cover {
    object-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.bg-cover {
  background-repeat: no-repeat !important;
  background-size: cover !important; 
  background-position: center center !important;
}

.bg-dark {
  background-color: #23221A;
  color: #ECECEC;
}

.bg-pale {
  background-color: #faf2e9;
}

.bg-pale-75 {
  background: linear-gradient(to left, #fff 25%, #faf2e9 25.1%, #faf2e9 100%);
}

.bg-grey {
  background-color: #f7f7f7;
}

.bg-custom {
  background-color: #E8C199;
}

.btn-custom {
  background-color: #E8C199;
  font-weight: 500;
}

.btn-custom:hover {
  border: 1px solid #E8C199;
}

@media only screen and (max-width: 768px) {
  .bg-pale-75 {
  background: linear-gradient(to left, #faf2e9 25%, #faf2e9 25.1%, #faf2e9 100%);
  }
}



/* id - blockMenu
================================================== */
.navbar-default{
  transition:500ms ease;
  background:transparent;
  /*background-color: rgb(253 238 195);*/
}

.navbar-default.scrolled{
  background-color: rgba(0, 0, 0, 0.7);
  /*background-color: rgb(253 238 195);*/
}

.nav-link {
  color: #fff;
  /*color: #735a3c;*/
  font-size: 18px;
  font-weight: 500;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff;
  /*color: #735a3c;*/
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #fff;
  /*color: #735a3c;*/
  text-decoration: underline;
}

.navbar-toggler {
  border: 0px;
  color: transparent;
}

.dropdown-menu {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

a.dropdown-item {
  font-size: 16px;
}


/* id - blockCarousel
================================================== */
.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:#000;
  opacity: 0.3;
  z-index: 1;
}

.carousel-caption {
  z-index: 2;
  left:15%;
  top: 40%;
  text-align: left;
  max-width: 800px;
}

.carousel-caption h2 {
  color: #fff;
}

.carousel-caption p {
  font-size: 16px;
}


/* id - blockHeaderIntro
================================================== */
#blockHeaderIntro p {
  color: #ECECEC;
}

#blockHeaderIntro .header {
  background-color: #E8C199;
  position: relative;
  top: -85px;
  z-index: 2;
}


/* id - blockTrade
================================================== */
#blockTrade h4 {
  color: #fff;
}


/* id - blockConnection
================================================== */
#blockConnection h3, #blockConnection p {
  color: #ECECEC;
}

#blockConnection .float:first-child img {
  position: relative;
  top: -85px;
  left: -85px;
  z-index: 2;
}

#blockConnection .float:last-child img {
  position: relative;
  top: -85px;
  left: 85px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  #blockConnection .float:first-child img {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #blockConnection .float:last-child img {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
  }
}


/* id - blockForum
================================================== */
#blockForum img {
  position: relative;
  height: 140%;
  z-index: 2;
}


/* id - blockPageAbout
================================================== */
#blockPageAbout h4 {
  font-size:  32px;
  color: #6D6D6D;
  font-weight: 500;
}

#blockPageAbout p {
  font-size: 18px;
  color: #6D6D6D;
  font-weight: 500;
}


/* id - blockGrowth
================================================== */
#blockGrowth h2 {
  font-size: 32px;
  line-height: 42px;
  color: #FFF;
}

#blockGrowth h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #FFF;
  display: inline;
  padding: 5px 0 0 15px;
}

#blockGrowth p {
  color: #ECECEC;
}


/* id - blockLeader
================================================== */
#blockLeader p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

#blockLeader img {
  position: relative;
  height: 140%;
  z-index: 2;
}


/* id - blockPageJoin
================================================== */
#blockPageJoin h4 {
  color: #fff;
}


/* id - blockPageServiceIntro
================================================== */
#blockPageServiceIntro h1 {
  color: #fff;
}

#blockPageServiceIntro p {
  color: #6b6966;
}

#blockPageServiceIntro img {
  position: relative;
  top: 100px;
  height: 140%;
  z-index: 2;
}

/* id - blockPageServiceConnect
================================================== */
#blockPageServiceConnect p {
  color: #fff;
}

#blockPageServiceConnect h4 {
  font-size:  32px;
  color: #fff;
  font-weight: 500;
}

#blockPageServiceConnect .border-end {
  border-right: 15px solid #fff !important;
}

#blockPageServiceConnect .start {
  border-left: 15px solid #fff !important;
}

@media only screen and (max-width: 768px) {
   
   #blockPageServiceConnect .border-end {
    border-right: 0 solid #fff !important;
    margin-bottom: 1rem !important;
  }

  #blockPageServiceConnect .start {
    border-left: 0 solid #fff !important;
    margin-bottom: 1rem !important;
  }

}

/* id - blockMembershipShowcase
================================================== */
#blockMembershipShowcase p {
    font-size: 18px;
    color: #6D6D6D;
    font-weight: 500;
}


/* id - blockMembershipShowcase
================================================== */
#blockMembershipShowcase .div-relative {
  position: relative;
  top: -113px;
}


/* id - blockSignup
================================================== */
#blockSignup .form-control {
  border: 0px;
}

#blockSignup label {
  color: #000;
  font-weight: 600;
}

#blockSignup input::placeholder {
  color: #ccc;
}


/* id - blockContactDetails 
================================================== */
@media only screen and (max-width: 768px) {
  #blockContactDetails .col-md-1 {
    display: none !important;
  }
}

#blockContactDetails .vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: #000;
    opacity: 1;
    max-height: 3em;
    height: 3em;
    top: 30%;
    position: relative;
}

/* id - blockContactForm 
================================================== */
#blockContactForm .form-control {
  border: 0px;
  background-color: transparent;
  border-bottom: 2px solid #CCC;
  border-radius: 0;
}


/* back to top
================================================== */
:root {
  --red: #da2c4d;
  --yellow: #f8ab37;
  --grey: #ecedf3;
  --black-blue: #1f2029;
  --black-blue-light-3: #4b4d64;
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--grey);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--grey);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
body.light .progress-wrap {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}
body.light .progress-wrap::after {
  color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
  stroke: var(--black-blue);
}
.switch,
.circle {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.switch {
  width: 80px;
  height: 4px;
  border-radius: 27px;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  position: fixed;
  right: 50px;
  top: 75px;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  z-index: 33333;
  transition: all 300ms linear;
}
.circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--black-blue-light-3);
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  animation: border-transform 10s linear infinite alternate forwards;
}
.circle:hover {
  box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.circle:before {
  position: absolute;
  font-family: "unicons";
  content: "\eac1";
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  opacity: 1;
  color: var(--grey);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.circle:after {
  position: absolute;
  font-family: "unicons";
  content: "\eb8f";
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  color: var(--yellow);
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.switched {
}
.switched .circle {
  left: 45px;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: var(--black-blue);
}
.switched .circle:hover {
  box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.switched .circle:before {
  opacity: 0;
}
.switched .circle:after {
  opacity: 1;
}
