@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt/Prompt-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

.navbar {
  background-color: #343434;
}
.navbar-nav .nav-item .nav-link {
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
  color: #81e503 !important;
  border-bottom: 2px solid #81e503;
}

.nav-link.active {
  color: #81e503 !important;
  border-bottom: 2px solid #81e503;
}

.navbar a {
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  color: white !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.085em;
}
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #b6b6b6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

p {
  line-height: 1.4 !important;
  letter-spacing: 0.03em;
  font-family: "Prompt", sans-serif;
  color: #dddddd;
  font-size: 1.03em;
}

h1,
h4,
h5,
h6 {
  font-family: "Prompt", sans-serif;
}

h2 {
  color: #81e503;
  font-family: "Prompt", sans-serif;
}

h3 {
  font-family: "Prompt", sans-serif;
  color: #bbbbbb;
}

h4 {
  font-size: 1.8em;
  line-height: 1;
  color: #81e503;
}

.form-group label {
  font-family: "Prompt", sans-serif;
  color: #ffffff;
}

.form-group small {
  font-family: "Prompt", sans-serif;
}

.flip-card {
  background-color: transparent;
  height: 250px;

  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;

  box-shadow: 0 0 2px 0.1rem rgba(7, 255, 7, 0.25) !important;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  border: 2px solid #81e603;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card .flip-card-inner .flip-card-back .back-style {
  display: flex;
  height: 250px;
  padding: 20px;
 
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}


.flip-card-front {
  background-color: #201c1c;
  color: black;
}

.flip-card-back {
  border: 6px solid #609d13;
  background-color: #77bc1f;
  color: white;

  transform: rotateY(180deg);
}

.bg-0 {
  background-image: url("../image/bg-0.jpg");
  min-height: 860px;
}

.banner-heigth {
  height: 860px;
}
.banner-heigth3 {
  height: 680px;
}

.bg-1 {
  background-image: url("../image/bgflipbox.jpg");
  padding: 5% 0px;
  background-position: 50% 50%;
}

.bg-2 {
  background-image: url("../image/bg-2.png");
  min-height: 300px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  top: auto;
}

.bg-3 {
  background-color: #090909;
  background-image: url("../image/bg-3.jpg");
  background-repeat: no-repeat;
}

/* .bg-4{
  background-image: url("http://www.fitnowthailand.com/wp-content/uploads/2018/03/bg-gym-dark.jpg");
 min-height: 800px;
 position: absolute;
 transform: translate3d(0px, 0px, 0px) scale(1.2, 1.2);
transform-origin: 0% 0% 0px;
} */

/* .bg-5 {
  background-image: url("http://www.fitnowthailand.com/wp-content/uploads/2018/03/bg-VDO.jpg");
  min-height: 300px;
  background-position : 50% -6px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
    padding: 0px;

} */

.x-feature-list {
  margin: 0 0 2.15em;
  padding: 1px 0;
  list-style: none;
  counter-reset: xFeatureListNum;
}

.x-feature-list li {
  color: #dddddd;
  line-height: 1.3 !important;
  font-size: 0.8em !important;

  letter-spacing: 0.03em;
  position: relative;
  margin: 0 auto 2.15em;
  display: flex;
  margin-bottom: 0;
  counter-increment: xFeatureListNum;
  max-width: none;

  line-height: 1.8;
  color: #dddddd;
  font-size: 0.5rem !important;
  box-sizing: border-box;
  padding: 1px 0;
  counter-reset: xFeatureListNum;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.x-feature-box-graphic-inner {
  width: 1em;
}
.x-feature-box-graphic-outer,
.x-feature-box-graphic-inner {
  position: relative;
  z-index: 2;
}

.x-feature-box-graphic i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  text-align: center;
}

.x-feature-box-graphic i.circle,
.x-feature-box-graphic img.circle {
  border-radius: 100em;
}
.x-feature-box-graphic i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  text-align: center;
}

.x-feature-box-graphic i:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1em;
  margin-top: -0.5em;
  font-size: 0.395em;
  line-height: 1;
}

.x-feature-list .x-feature-box.top-text > div {
  padding: 0 0 0.7em;
}

li {
  line-height: 1.3 !important;
  font-size: 1.2em !important;
}

.x-feature-box-content {
  font-style: normal;
  font-family: "Prompt", sans-serif !important;
  color: #dddddd;
  list-style: none;
  line-height: 1.3 !important;
  font-size: 1.2em !important;
  font-weight: 100;
  letter-spacing: 0.03em;
  text-align: left;
  box-sizing: border-box;
  flex: 1 0 0%;
  padding: 0 0 0.7em;
}

.x-feature-box-title {
  list-style: none;
  text-align: left;
  box-sizing: border-box;
  text-rendering: optimizelegibility;
  font-family: "Prompt", sans-serif !important;
  text-transform: uppercase;
  margin: 0;
  margin-top: 2px;
  line-height: 1.2;
  font-size: 1.75em;
  color: #dddddd;
}

.x-feature-box-connector {
  font-style: normal;
  font-family: "Prompt", sans-serif !important;
  color: #dddddd;
  list-style: none;
  line-height: 1.3 !important;
  font-weight: 100;
  letter-spacing: 0.03em;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 0;
  margin: 0 auto;
  z-index: 1;
  height: 100%;
  top: 0.5em;
  font-size: 30px;
  left: 0;
  right: calc(100% - 30px);
  border-left: 2px dotted hsla(0, 0%, 36%, 0.25);
}

.center {
  padding: 9.5%;
}

.cadio-style {
  font-family: "Prompt", sans-serif;
  font-size: 0.85em;
  line-height: 1.4 !important;
  letter-spacing: 0.03em;
}

.cadio-style li {
  line-height: 1.4 !important;

  margin-top: 5px;
  color: #dddddd;
}

.accordion .x-collapse {
  margin-top: 10px;
}
.table {
  font-family: "Prompt", sans-serif;
  color: #333333;
  font-size: 1.2em;
}

.btn-style {
  font-family: "Prompt", sans-serif;
  background-color: #81e503 !important;
  border-radius: 10px !important;
}
/*This is modifying the btn-primary colors but you could create your own .btn-something class as well*/
.btn-success {
  font-family: "Prompt", sans-serif;
  border-radius: 15px !important;
  color: #292b2c !important;
  background-color: #81e503 !important;
}
.btn-success:hover {
  font-family: "Prompt", sans-serif;

  color: #ffffff !important;
  background-color: #76d305 !important;
  border-color: #76d305 !important;
  box-shadow: 0 0 5px 0.2rem rgba(7, 255, 7, 0.25) !important;
}




/* @media (min-width: 960px) { 
  .container {
    position: relative  !important;
    max-width: 88% !important;
    margin: 0 auto;
  }
 } */

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.btm-footer {
  text-align: center;
  background-color: #343434;
}
.btm-footer a,
h5 {
  color: #7a7a7a;
}
.btm-footer .row a {
  padding-left: 10px;
  padding-right: 10px;
}

.btm-footer a:hover {
  color: #81e503;
}

.btm-footer span {
  font-size: 13px;
  font-weight: 600;
  color: #7a7a7a;
}

.fa-arrow-down-animated {
  animation-name: collapse-icon-animation;
  animation-duration: 0.15s;
  animation-direction: normal;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.fa-arrow-up-animated {
  animation-name: collapse-icon-animation-reverse;
  animation-duration: 0.25s;
  animation-direction: normal;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes collapse-icon-animation {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes collapse-icon-animation-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

.block-card-content {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
/* .card-image-content */
.accordion .card-image-content {
  background-color: #201c1c !important;
  border: 2px solid #81e603 !important;
  box-shadow: 0 0 4px 0.3rem rgba(7, 255, 7, 0.25) !important;
  margin-bottom: 30px;
}

.accordion .card-image-content .card-header {
  color: #81e503;
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  padding: 20px;
  font-weight: bold;
  text-align: center !important;
  border: 0px !important;
  border-bottom: 0.2px solid white !important;
}
.accordion .card-image-content .icon-content {
  font-size: 30px;
}
/* end-card-image-content */

/* card content */
.accordion .card-content {
  background-color: #201c1c !important;
  border: 2px solid #81e603 !important;
  border-radius: 10px;
  box-shadow: 0 0 4px 0.3rem rgba(7, 255, 7, 0.25) !important;
  margin-top: 20px;
}

.accordion .card-content .card-header {
  color: #81e503;
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  padding: 20px;
  font-weight: bold;
  text-align: center !important;
  border: 0px !important;
  border-bottom: 0.2px solid white !important;
}

.accordion .card-content .icon-content {
  font-size: 30px;
}

.btn-modal-style {
  font-family: "Prompt", sans-serif;
  width: 260px;
  color: #fff !important;
  background-color: #88c642 !important;
  border-color: #88c642 !important;
  border-radius: 30px !important;
  font-size: 18px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.modal .modal-content .modal-body label {
  font-family: "Prompt", sans-serif !important;
  color: #88c642;
}

.modal .modal-content .modal-body p {
  font-family: "Prompt", sans-serif !important;
  color: #656565;
}

.modal-title {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  color: #201c1c;
}


.content {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: #5f9419;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 40%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}







@media screen and (max-width: 767px) {
  .flip-card {
    width: 50%;
    height: 260px;
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {
  .banner-heigth {
    height: 960px;
  }

  .bg-0 {
    background-image: url("../image/bg-0.jpg");
    min-height: 960px;
  }
}

@media screen and (max-width: 480px) {
  .flip-card {
    width: 85%;
    height: 260px;
    margin: auto;
  }

  .banner-heigth3 {
    height: 580px;
  }

  .x-collapse .card-header .card-text span {
    line-height: 1.5;
  }
}

.mobileShow {
  display: none;
}
/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobileShow {
    display: block;
  }
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobileHide {
    display: none;
  }
}

#map {
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}

.thxShow {
  display: none;
}

@media only screen and (min-device-width: 0px) and (max-device-width: 480px) {
  .thxShow {
    display: block;
  }
}

@media only screen and (min-device-width: 0px) and (max-device-width: 480px) {
  .thxHide {
    display: none;
  }
}



