body {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

/*heading container-p*/
.heading_container-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container-p h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 1px;
  padding-top: 10px;
  
  text-transform: uppercase;
  text-align: center;
  justify-items: center;
}

.heading_container-p h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 55px;
  height: 5px;
  background-color: #ff2953;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/*end heading container-p*/

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  height: 5px;
  background-color: #ff2953;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/*herotb*/
.herotb_area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/us-bgtb1.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.herotb1_area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/trainer-bgtb.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.herotb2_area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/trainer-bgtbnew.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.sub_page .herotb2_area {
  height: auto;
}

.sub_page .herotb1_area {
  height: auto;
}


.sub_page .herotb_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

/*end herotb
/*header section*/
.hero_area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/hero-bgtb.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}


.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 10px 30px;
  padding: 0;
  padding-bottom: 3px;
  color: #ffffff;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
  display: block;
  background-color: #ff2953;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  color: #ffffff;
  margin: 10px 30px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navbar-brand span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.slider_section img {
  width: 200px;
  border-radius: 50%;
  aspect-ratio: 1;
  box-shadow: 0 0 5px 1px grey;
  margin-top: 50px;
}
.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .box {
  margin: 125px 0;
}

.slider_section .detail-box {
  text-align: center;
}

.slider_section .detail-box h1,
.slider_section .detail-box h2,
.slider_section .detail-box h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.slider_section .detail-box h2 {
  font-size: 2.5rem;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .5rem;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.slider_section #carouselExampleIndicators .carousel-indicators {
  position: unset;
  margin: 0;
  margin-top: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #carouselExampleIndicators .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.slider_section #carouselExampleIndicators .carousel-indicators li.active {
  border: 4px solid #ffffff;
}

.us_section {
  background-image: url(../images/us-bgtb1.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
padding: 5%;
}

.us_section h2 {
  margin-bottom: 95px;
}

.us_section img {
border-radius: 50%;
aspect-ratio: 1;
box-shadow:0 0 5px 1px rgb(70, 62, 62);
margin-bottom: 50px;
width: 50%;

}



.us_section .us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 25px 10px 0 10px;
}


.us_section .us_container .box .img-box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.us_section .us_container .box .img-box img {
  max-width: 100%;
}

.us_section .us_container .box .detail-box h5 {
  font-weight: bold;
  
}

.heathy_section {
  background-image: url(../images/healthy-bgtb.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
}

.heathy_section h2 {
  font-weight: bold;
}

.heathy_section p {
  margin-top: 35px;
}

.heathy_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.heathy_section .btn-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
}

.heathy_section .btn-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.trainer_section {
  background-image: url(../images/trainer-bgtb.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  align-self: start;
  padding: 5%;
}

.trainer_section .box {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.trainer_section .box .name h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

.trainer_section .box .img-box {
  border-radius: 15px;
  justify-items: center;
  overflow: hidden;
}

.trainer_section .box .img-box img {
  width: 100%;
}

.trainer_section .box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  width: 180px;
  padding: 12px 45px;
  background-color: #b6b5b0;
  border-radius: 50px;
  margin-top: -25px;
}
/*---trainer approve*/
.trainer_sectionapp {
  background-image: url(../images/trainer-bgtb.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  align-self: start;
  padding: 5%;
}


/*---trainer tb*/
.trainer_sectiontb {
  background-image: url(../images/trainer-bgtbnew.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #e2e62c;
  align-items: center;
padding-top: 40px;
padding-bottom: 50px;
  }
  
  
  .trainer_sectiontb .containertbnew .img-boxtb{
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
    gap: 15px;
    margin-top: 50px;
  }

 .trainer_sectiontb .containertbnew .img-boxtb img {
  border-radius: 15px;
  width: 370px;
  height: 450px;
  justify-items: center;
 } 

.trainer_sectiontb .box .name h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

.trainer_sectiontb .box .img-box {
  border-radius: 35px;
  overflow: hidden;
  justify-content: center;
}

.trainer_sectiontb .box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
          justify-items: center;
  width: 100px;
  padding: 12px 45px;
  background-color: #ffffff;
  border-radius: 50px;
  margin-top: -25px;
}

.boxtbtablelist {
  width: 50px;
  /* padding: 12px 45px; */
  background-color: #585856;
  text-align: center;
}
.boxtbtablelist a{
/* justify-items: center; */
  color: white;
}
/*--end trainertb--*/

.contact_section {
  position: relative;
  background-color: #27223f;
  color: #ffffff;
}

.contact_section .heading_container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.contact_section .heading_container h2::before {
  text-align: center;
 
  -webkit-transform: none;
          transform: none;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .img-box img {
  width: 100%;
height:750px;
}

.contact_section .img-boxinput img {
  width: 100%;
  justify-content: center;
}

.contact_section .form_container {
  padding: 45px 0 45px 15px;
}

.contact_section input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  margin-top: 25px;
  padding: 12px;
}

.contact_section input::-webkit-input-placeholder {
  color: #2a2a2c;
}

.contact_section input:-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::placeholder {
  color: #2a2a2c;
}

.contact_section input.message-box {
  padding: 45px 12px;
}

.contact_section button {
  padding: 10px 65px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #ff2953;
  margin: 45px 0 0 auto;
  text-transform: uppercase;
}
/*contact_sectionpreview*/
.contact_sectionpreview {
  position: relative;
  background-color: #27223f;
  color: #ffffff;
 
}
.contact_sectionpreview .heading_container-p h2 {
 margin: 10px auto;
}


.contact_sectionpreview .heading_container-p h2::before {
  text-align: center;
  -webkit-transform: none;
          transform: none;
}

.contact_sectionpreview .containertb {
  display:flex;
  justify-content:space-around;
  margin:20px auto;
  padding: 20px;
  box-sizing: border-box;
}

.contact_sectionpreview .containertb .formtb {
  width: 45%;
}



.contact_sectionpreview .containertb .formtb input,select {
  width: 100%;
  border: none;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  margin-top: 2px;
  padding: 12px;
 
}

.contact_sectionpreview .containertb .previewtb {
  width: 45%;
}

.contact_sectionpreview .containertb .previewtb  h2{
  text-align: center;
}

.contact_sectionpreview .containertb .previewtb img {
 width: 100%;
 height: 400px;
background-color: #ffffff;
border-radius: 2%;
}

.contact_sectionpreview input::-webkit-input-placeholder {
  color: #2a2a2c;
}

.contact_sectionpreview input:-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_sectionpreview input::-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_sectionpreview input::placeholder {
  color: #2a2a2c;
}

.contact_sectionpreview input.message-box {
  padding: 45px 12px;
}

.contact_sectionpreview button {
  padding: 10px 65px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #ff2953;
  margin:5px auto;
  text-transform: uppercase;
 
}
/*end contact_sctionpreview*/

.preview {
  text-align: center;
}

.preview-container img {
  width: 300px;
  height:300px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);



}


.custom-select {
  appearance: none; /* Menghilangkan tampilan default */
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  color: #000000;
  border: none;
  padding: 12px;
  cursor: pointer;
  width: 100%;
  height: 50px;
  margin-top: 2px;
  margin-left: 30px;
}

.container-vaction {
  margin: 0;
    background: black;
    text-align: center;
    color: #ffffff;
      /* display: flex; */
      justify-content: center;
      align-items: center;
      height: auto;
  padding-top: 0px;
  font-family: 'Poppins','Arial',Helvetica, sans-serif; 
  
}

.container-vaction span{
  /* padding-bottom: 5px; */
  padding-top: 2px;
  /* width: 90vw; */
  font-size: 65px;
  color: grey;
      /* height: auto;
      max-width: 1500px; */
/* max-width:1000px ; */
/* width: 90vw; */
}

.container-vaction video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
    }


 .gallery-section {
  padding: 40px 20px;
  background: #1f1f1f;
  color: #fff;
  text-align: center;
  position: relative;
}

.gallery-section h2{
  font-size: 15vh;
  font-weight: bold;
}

.gallery-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}

.gallery-track {
  display: flex;
  transition: transform 0.5s ease;
}

.gallery-track img {
  width: 100%;
  max-width: 450px;
  margin: 0 10px;
  border-radius: 8px;
  flex-shrink: 0;
  height: 80vh;
}



.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  font-size: 28px;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
  transition: background 0.3s ease;
}

.arrow-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

/* Responsif untuk HP */


.info_section {
  background-color: #252233;
}

.info_items {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.info_items .item .detail-box {
  margin-top: 5px;
  color: #fff;
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.info_items .item .img-box.box-1 {
  background-image: url(../images/location-white.png);
}

.info_items .item .img-box.box-2 {
  background-image: url(../images/telephone-white.png);
}

.info_items .item .img-box.box-3 {
  background-image: url(../images/envelope-white.png);
}

/* footer section*/
.footer_section {
  background-color: #fbfdfd;
  padding: 20px;
  font-weight: 500;
}

.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #292929;
}

.table-responsive .table {
  border-radius: 10px;
  overflow: hidden;
}
.table-responsive .table tbody {
color: white;
}


.table-responsive .table thead tr {
  background: linear-gradient(135deg, #3b82f6, #9333ea);
  color: white;
}

.table-responsive .table .table-dark thead tr th {
  text-align: center;
  justify-content: center;
}


.table-responsive .table tbody tr:hover {
  background-color: #f3f4f6;
}

.table-responsive .btn {
  transition: all 0.3s ease-in-out;
}

.table-responsive .btn:hover {
  transform: scale(1.05);
}

/*------*/
.table-responsivesabuk .table {
  border-radius: 10px;
  overflow: hidden;
}
.table-responsivesabuk .table tbody {
color: white;
}


.table-responsivesabuk .table thead tr {
  background: linear-gradient(135deg, #3b82f6, #9333ea);
  color: white;
}

.table-responsivesabuk .table .table-dark thead tr th {
  text-align: center;
  justify-content: center;
}


.table-responsivesabuk .table tbody tr:hover {
  background-color: white;
}

.table-responsivesabuk .btn {
  transition: all 0.3s ease-in-out;
}

.table-responsivesabuk .btn:hover {
  transform: scale(1.05);
}


/* List Group */
.list-group {
    list-style: none;
    padding: 0;
    /* background-color: #e6dede; */
}

.list-group h{
    color: green;
}




.list-item {
    /*background-color: #e6dede;*/
    border-bottom: 1px solid #e6dede;
    margin-bottom: 3px;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.2s ease;
    /*color: #000000;*/
}

.list-item:hover {
    background-color: #8a8b83;
}

.detail img {
  /*width: 320px;*/
  width:100%;
  height: 300px;
  border-radius: 5%;
  padding:0;
  margin:0;
 /*margin-left: 5%;*/
 
}

.detail p {
    margin:4px 0;
}

.detail {
    margin-top: 2px;
}

.hidden {
    display: none;
}

.containertbbutton {
  display: flex;
 gap: 10px;
 justify-content: center;
}

.video-slider {
  background: #111;
  color: #fff;
  padding: 0px 20px;
  text-align: center;
  /* height: 100vh; */
}

.slider-title {
  font-size: 2rem;
  margin-bottom: 20px;
}

.slider-container {
  position: relative;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
}

.slide video {
  width: 100%;
  aspect-ratio: 16/10;   /* Tetap proporsional */
   object-fit: cover;
  border-radius: 12px;
  /* display: block;
  border-radius: 15px; */
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}

/* Tombol navigasi */
.arrow-btnvideo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 28px;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.left-btn { left: 15px; }
.right-btn { right: 15px; }

.arrow-btnvideo:hover {
  background: rgba(0,0,0,0.8);
}

/* Thumbnail container */
.thumbnail-wrapper {
  position: relative;
  max-width: 100%; /* biar fleksibel */
  margin: auto;
  padding: 0 30px; /* ruang buat tombol */
}

.thumbnail-container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 5px;
  scroll-behavior: smooth;
}

.thumbnail-container::-webkit-scrollbar {
  display: none; /* sembunyikan scrollbar */
}

.thumbnail {
  width: 100px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
  border: 2px solid transparent;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.thumbnail.active {
  opacity: 1;
  border-color: #ff6600;
}

.thumb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  font-size: 20px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 2;
}

.thumb-arrow:hover {
  background: rgba(0,0,0,0.9);
}

.thumb-arrow.left {
  left: 5px;
}

.thumb-arrow.right {
  right: 5px;
}



@media (max-width: 600px){
.hero_area{
  background-position: -150px;
  }
    
.heathy_section {
    background-position: -500px;
} 

.trainer_sectiontb{
background-position: -500px    
}

.navbar {
  width: 350px; ;
left: -30px;
}

.navbar-brand img{
width: 50px;
height:50px ;
}
  
.trainer_sectiontb img {
margin-left: 0px;
padding: 0%;
justify-content: left;
width: 100%;
height:350px;
}

.us_section img {
  margin-bottom: 150px;
  margin-top: 140px;
  width: 70%;
}

.us_section .detail-box {
margin-top: 70px;
margin-bottom: 100px;
}

.contact_section .container-fluid .row .img-box img{
width:100%;
height:350px;
}

.contact_sectionpreview .containertb {
display: block;
}

.contact_sectionpreview .containertb .formtb {
  width: 100%;
}

.contact_sectionpreview .containertb .previewtb {
  width: 100%;
}

.table-responsive .table {
  display: none;
}

.table-responsiveapp {
display:none;
}

.thumbnail {
    width: 80px;
    height: 50px;
  }
  .thumb-arrow {
    font-size: 16px;
    padding: 6px 10px;
  }
 
.container-vaction span{
  /* padding-bottom: 5px; */

  /* width: 90vw; */
  font-size: 25px;

      /* height: auto;
      max-width: 1500px; */
/* max-width:1000px ; */
/* width: 90vw; */
}


.gallery-section h2{
  font-size: 5vh;
  font-weight: bold;
}

.gallery-track img {
  height: 60vh;
}  

}

@media (min-width: 601px) {
    .list-group {
        display: none;
    }
}
/* end footer section*/
/*# sourceMappingURL=style.css.map */