body {
  font-size: 18px;
  font-family: "poppins";
  color: #ffffff;
}

.path-user .temphalla-header {
  display: none;
}
/*
#block-temphalla-socialmedia {
  text-align: right;
}
*/
#block-temphalla-socialmedia a {
  text-decoration: none;
  margin-right: 25px;
  margin-left: 0px;
}

#block-temphalla-socialmedia h2 {
  font-size: 24px;
  color: #a6a6a6;
  font-weight: 600;
  line-height: 21px;
  font-family: "archivo";
  margin-bottom: 1rem;
}

/* common button class */
.common-button-class {
  background-color: #ffffff;
  color: #000000 !important;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #ffffff;
  font-weight: 800;
}
.common-button-class:hover {
  background-color: #f47521;
  color: #ffffff !important;
  border: 1px solid #f47521;
}

/*home page*/
.text-orange {
  color: #f47521;
}
h2 {
  font-size: 42px;
  font-weight: 700;
}

p,li {
  font-family: "Avenir";
  font-weight: 400;
}

a {
  font-family: "Avenir";
  font-weight: 800;
  font-size: 16px;
}

.blog-456-4298-container-wrapper .card-body {
  display: flex;
  justify-content: start;
  align-items: center;
}

.section-453-4311-inner-wrapper {
  width: 50%;
}

.section-453-4311-inner-wrapper p {
  font-size: 32px !important;
  font-family: "Avenir" !important;
}

.customblock-vertical-line {
  border-left: 2px solid #f47521;
  height: 80px;
  margin: 0 10px;
}

.package-container-wrapper {
  font-family: "Avenir";
  font-weight: 400;
  width: 90%;
}

.layout-31-inner-wrapper {
  border-radius: 7px !important;
}
/*
.section-453-4313-outer-wrapper {
  background-image: url("/themes/temphalla/images/Top-left.png");
  background-repeat: no-repeat;
  background-position: left top;
}

.section-453-4330-outer-wrapper {
  background-image: url("/themes/temphalla/images/Right-1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.section-453-4347-outer-wrapper {
  background: url("/themes/temphalla/images/Right-2.png") right top repeat,
    url("/themes/temphalla/images/Bottom-left.png") left bottom repeat;
  background-repeat: no-repeat;
  background-color: #1c1c1c;
}
*/
.layout-31-inner-wrapper:hover {
  background-color: white !important;
  color: black;
  background-image: url("/themes/temphalla/images/hover-arrow.png");
  background-repeat: no-repeat;
  background-position: top right;
}

/* private fitness */
/*
.section-464-4372-outer-wrapper {
  background-image: url(/themes/temphalla/images/Top-left1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.section-464-4393-outer-wrapper {
  background-image: url(/themes/temphalla/images/Top-left2.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.section-464-4410-outer-wrapper {
  background-image: url("/themes/temphalla/images/Right-1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
*/
/* gallery */
#galleryModal .modal-content {
  justify-content: center;
}

#galleryModal #controls button.close {
  right: 26% !important;
}

#galleryModal .modal-content {
  width: 100vw;
}

.gallery-footer-controls {
  width: 60% !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* overview */

.boost-pack-container {
  /* background-color: #2d2d2d;
  color: #ffffff;
  width: 250px;
  padding: 20px 20px; */
}
.boost-title {
  font-size: 28px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: 700;
}

.blog-design10-wrapper:hover {
  background-color: #ffffff;
  color: #1c1c1c;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 255, 255, 0.4) 10%,
    rgba(255, 255, 255, 0.7) 20%,
    #fff 50%,
    rgba(255, 255, 255, 0.7) 80%,
    rgba(255, 255, 255, 0.4) 90%,
    transparent 100%
  );
  /* transition: background 0.3s ease, height 0.3s ease; */
}

.blog-design10-wrapper:hover .horizontal-line {
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 10%,
    rgba(0, 0, 0, 0.7) 20%,
    #000 50%,
    rgba(0, 0, 0, 0.7) 80%,
    rgba(0, 0, 0, 0.4) 90%,
    transparent 100%
  );
  height: 1px;
}

.boost-text {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-family: "avenir";
}

.boost-text,
.horizontal-line {
  margin-bottom: 20px;
}

.overview-anchor {
  text-align: center;
}

.overview-anchor a {
  color: #f47521;
  text-decoration: none;
  font-family: "avenir";
  font-weight: 800;
}

.bold-800 {
  font-weight: 800;
}

.bold-900 {
  font-weight: 900;
}

/* overview-detail-page */

.boost-detail-wrapper {
  display: flex;
  justify-content: space-around;
  width: 70%;
  background-color: #1c1c1c;
  color: #ffffff;
}
.common-detail-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vertical-line {
  width: 3px;
  height: 170px;
  background-color: #f47521;
}
.boost-value {
  font-size: 48px;
  color: #f47521;
  margin-bottom: 0;
  font-weight: 800;
}
.boost-value-text {
  font-size: 24px;
  margin-top: 5px;
  font-weight: 800;
}

.enquire-now p {
  font-size: 30px;
  font-weight: 700;
}

.enquire-now .section-content-link-wrapper {
  margin-top: 0 !important;
}

/*responsive for 1366 width*/
@media (max-width: 1366px) {
  .temphalla-main-menu #block-temphalla-main-menu ul li a {
    font-size: 15px !important;
  }

  .temphalla-main-menu #block-temphalla-main-menu ul li {
    padding-left: 18px !important;
  }

  #navbarSupportedContent {
    justify-content: end;
  }

  .typing-banner-title {
    font-size: 58px !important;
  }

  /* test */
  .layout-22-4-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 110px;
  }
}

.captcha__description, .captcha__title{
   display: none;
}

/* background image class */

.bg-image-class {
  position: relative;
  display: inline-block;
}

.main-image {
  width: 100%;
  height: auto;
}

.top-right-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: auto;
  z-index: 2;
}
.top-left-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: auto;
  z-index: 2;
}

.img-border-radius {
  border-radius: 0 !important;
}
.img-fit-cover{
width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-media-position{
   justify-content: flex-end;
}

.section-484-4777-outer-wrapper,
.section-484-4777-outer-wrapper .block_page_overview{ padding: 0px;}

.blog-465-4382-container-wrapper{ background-color: transparent !important; }

