body {
  background-color: #F7F7F7;
}

/* header area */
.top-header-bar {
  padding: 9px 0px;
  color: #ffffff;
  background-color: #133929;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.bottom-header-bar {
  background-color: #ffffff;
  padding: 15px;
  font-weight: bold;
}

.bottom-header-bar img {
  width: 40%;
}

.nav-bar-inner-container {
  background-color: #F7F7F7;
  position: absolute;
}

.slider-container {
  position: relative;
}

.slider-background-col {
  background-color: #000000;
}

.front-thumb-box {
  position: relative;
}

.front-thumb-body {
  position: absolute;
  bottom: 0px;
}

.front-thumb-body h5 {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}

.front-thumb-body p {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}

.front-more-detail-btn {
  border-radius: 20px;
}

.front-about-container {
  background-color: #ffffff;
  padding: 50px;
}
.front-about-container h2{
  font-size: 48px;
  color: #1E1E1E;
  font-weight: 700 !important;
}

.front-about-container p {
  font-size: 16px;
  color: #878787;
}

.front-about-container button {
  background-color: #133929;
  border-radius: 30px;
  border-color: #133929;
  height: 60px;
}
/* end header area */

/* body area */
.slider-overlay {
  background-color: #1e1e1e;
  opacity: 0.5;
}

.heading-type-a {
  font-size: 48px;
  color: #1E1E1E;
  font-weight: 700 !important;
}

.heading-type-b {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700 !important;
  text-align: center;
}

.para-type-a {
  font-size: 15px;
  color: #878787;
}

.button-type-a {
  background-color: #133929;
  border-color: #133929;
  color: #ffffff;
  font-size: 15px;
  border-radius: 100px 100px 100px 100px;
  padding: 10px 24px 10px 24px;
  font-weight: 700;
}

.button-type-b {
  background-color: #133929;
  border-radius: 30px;
  border-color: #133929;
  height: 60px;
}

.product-container {
  background-image: url('../../images/templates/index-produt-bg.png'); 
  background-color: #ffffff;
  padding: 100px;
}

.sec-container {
  background-image: url('../../images/templates/back-pain.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-section {
  background-color: #133929;
  background-image: url(https://templatekits.themewarrior.com/sleepy/wp-content/uploads/sites/61/2022/08/noise.png);
  background-position: center center;
  background-size: cover;
}

.tours-card {
  font-size: 16px;
}

.text-shadow-def {
  text-shadow: 2px 2px 10px #133929;
}

.slider-arrow {
  color: #123929; 
  font-size: 40px;
}

/* end body area */

/* start footer area */

.footer-background-overlay {
  background-image: url(https://templatekits.themewarrior.com/sleepy/wp-content/uploads/sites/61/2022/08/line-footer.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
}

.footer-section {
  color: #ffffff;
}

.footer-section p {
  font-size: 12px;;
}

/* end footer area */