.section-josh-banner {
    /* background: url(/assets/images/josh-top-banner.png);
    background-repeat: no-repeat;
    background-size: cover; */
    background-position: center;
    position: relative;
    height: calc(100vh - 100px);
  }
  
  .section-josh-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .section-josh-banner .content-cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000000B2;
  
  }
  
  .section-josh-banner h1 {
    font-family: "Lato", sans-serif;
    font-size: 6rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
  }
  
  .section-josh-banner h2 {
    font-family: "Lato", sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: #fff;
  }
  
  @media (max-width: 767.98px) {
    .section-josh-banner h1 {
      font-size: 4rem;
    }
  
    .section-josh-banner h2 {
      font-size: 1.5rem;
    }
  }
  
  @media (max-width: 575.98px) {
    .section-josh-banner h1 {
      font-size: 3rem;
    }
  
    .section-josh-banner h2 {
      font-size: 1.25rem;
    }
  }
  .navbar-brand img {
    max-width: 80px;
  }
  .josh_header {
    background: black;
  }
  .navbar-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 1rem 1.5rem;
    justify-content: flex-end;
  }
  
  a.nav-link {
    color: white;
    font-weight: 700;
  }
  a.nav-link:hover {
    color: lightgrey;
  }
  .josh-banner-bg {
    background: url(../img/josh-top-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 88vh;
    width: 100%;
  }
  ::ng-deep .cJosh > .p-button {
      color: white!important;
  }
  /* loader css */
.joshLoader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
  }
  
  .joshLoader img {
    width: 100px;
    transition: transform 0.3s ease;
    animation: jumpAnimation 0.65s infinite ease-in-out;
  }
  
  @keyframes jumpAnimation {
    0%, 100% {
      transform: translateY(0); /* Initial and final position (no vertical translation) */
    }
    50% {
      transform: translateY(-10px); /* Move the image gently upward */
    }
  }
  
  .josh_blogs {
    background: url("../img/our-pleasure-talk-bg.png") top center/cover no-repeat;
    padding: 5rem 0 5rem;
  }
  
  .josh_blogs .divider {
    min-height: 400px;
  }
  
  .josh_blogs h2 {
    font-size: 3.375rem;
    color: #1e1e1e;
    text-transform: uppercase;
    font-weight: 300;
  }
  
  .josh_blogs h2 strong {
    font-weight: 700;
  }
  
  .josh_blogs h2+p {
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .josh_blog_card{
    cursor: pointer;
  }
  .josh_blog_card .img_wrapper {
    background: #eff1f3;
  }
  
  .josh_blog_card .blog_title {
    padding: 0.875rem;
    background: #fff;
    border-bottom: 1px solid #cbcbcb;
  }
  
  .josh_blog_card .blog_title h3 {
    font-size: 0.875rem;
    color: #666666;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 1px;
  }
  
  .josh_blog_card .blog_title h3 span {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  
  .josh_blog_card .content {
    padding: 0.875rem 1rem;
    background: #fff;
  }
  
  .josh_blog_card .content p {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
  }
  
  .josh_blog_card .content p a {
    color: #333333;
    font-style: italic;
    text-decoration: underline;
  }
  
  .video-banner-bg {
    background-image: url("../img/josh-video-banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
  }
  .video-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: hidden;
}
.fireVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
    background-position: center;
}
.overlay{
    position: absolute;
    top: 40%;
    left: 50%;
    background: linear-gradient(180deg, rgb(145 22 23) 0%, rgb(0 0 0 / 0%) 80%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.overlay > img{
    top: 10rem;
}
.sign{
    width: 100%;
    letter-spacing: 8px;
    word-spacing: 5px;
    text-transform: uppercase;
    font-size: 8rem;
    color: #ffefe6;
    text-shadow: 0 0 0.6rem #fff2e6, 0 0 1.5rem #ffbc65, -0.2rem 0.1rem 1rem #ffaa65, 0.2rem 0.1rem 1rem #ffb765, 0 -0.5rem 2rem #ff8e24, 0 0.5rem 3rem #ff8e24;
    animation: _ngcontent-fkx-c56_shine 2s forwards, _ngcontent-fkx-c56_flicker 3s infinite;
}
  .video_box {
    border: 5px solid #ededef;
  }
  
  .video-banner-bg h2 {
    font-family: "Lato", sans-serif;
    font-size: 4.25rem;
  }
  
  .video-banner-bg p {
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
  }
  
  .talk_with_mathira {
    background-image: url("../img/empty.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }
  
  @media (max-width: 991.98px) {
    .display-1 {
      font-size: 4rem;
    }
  
    .display-3 {
      font-size: 3rem;
    }
  
    .video-banner-bg h2 {
      font-size: 3rem;
      margin-top: 2rem;
    }
  }
  
  @media (max-width: 767.98px) {
    .josh_blogs {
      padding-top: 0;
    }
  
    .josh_blogs .divider {
      min-height: 150px;
      background: url("/assets/images/our-pleasure-talk-bg.png") top center/cover no-repeat;
    }
  
    .josh_blogs h2 {
      font-size: 2.5rem;
    }
  
    .josh_blog_card {
      margin-bottom: 1.75rem;
    }
  }
  
  @media (max-width: 575.98px) {
    .display-1 {
      font-size: 3.125rem;
    }
  
    .video-banner-bg h2 {
      font-size: 2.5rem;
    }
  
    .display-3 {
      font-size: 2rem;
    }
  }
  
  
  .insta-section {
    padding: 3rem 0 0;
    overflow: hidden;
    position: relative;
    margin: 0;
  }
  
  .insta-section h2 {
    font-family: "Lato", sans-serif;
    font-size: 3rem;
    font-weight: 600;
  }
  
  .insta-section h2+p {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    color: #010407;
    font-weight: 400;
  }
  
  @media (max-width: 991.98px) {
    .insta-section h2 {
      font-size: 2rem;
    }
  
    .insta-section h2+p>br {
      display: none;
    }
  }
  .popular-product {
    background: url("../img/josh-pp.png") center/cover no-repeat;
    padding: 4rem 0;
    font-family: "Lato", sans-serif;
    color: #fff;
  }
  
  .popular-product h2 {
    text-transform: uppercase;
    font-size: 3.25rem;
    font-weight: 300;
    color: #fff;
    margin: 0;
  }
  
  .popular-product h2 strong {
    font-weight: 700;
  }
  
  .popular-product h2+p {
    color: #8a8a8a;
    font-size: 1.125rem;
    font-family: "Lato", sans-serif;
  }
  
  .tab-heading {
    position: relative;
    font-family: "Lato", sans-serif;
    display: inline-block;
  }
  
  .tab-text {
    bottom: 10px;
    padding: 5px;
  }
  
  .selectec-tab {
    filter: invert(48%) sepia(52%) saturate(2380%) hue-rotate(1deg) brightness(104%) contrast(103%) !important;
  }
  
  .navi:hover {
    background-color: #ff7a00 !important;
  }
  
  @media (max-width: 767.98px) {
    .popular-product h2 {
      font-size: 2.5rem;
    }
  }
  :host ::ng-deep .extreme-carousel .slick-track {
    padding: 3rem 0 0rem;
}

.product-item {
    position: relative;
}

/* .product-item .lottie_wrap {
    transition: 0.3s ease-in-out;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    transform: scale(0.75);
} */

:host ::ng-deep .extreme-carousel .slick-active.slick-current .product-item .lottie_wrap {
    transform: scale(1.125);
    z-index: 1;
}

:host ::ng-deep .extreme-carousel .slick-active.slick-current .product-item .content {
    opacity: 1;
}

/* .content {
    opacity: 1;
    text-align: center;
    margin-top: 3rem;
} */

.content h3 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}
.touch-button:hover{
  background-color: #FFF;

}

.content h3 strong {
    font-weight: 700;
}

/* .content p {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
} */

@media (max-width: 767.98px) {
    :host ::ng-deep .extreme-carousel .slick-track {
        padding: 0;
    }

    :host ::ng-deep .extreme-carousel .slick-active.slick-current .product-item .lottie_wrap {
        transform: scale(1);
        z-index: 1;
    }

    .product-item .content {
        margin-top: 1rem;
    }
}
.home-section-four {
  background-color: black;

}

.home-section-four .row {
  --bs-gutter-x: 0rem !important;
}
.khelo-josh {
  background: url(../img/khylo-josh-k-sath.png) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  font-family: "Lato", sans-serif;
  min-height: 650px;
  text-align: center;
}

.heading-1 {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.heading-1 strong {
  display: block;
  font-size: 4.625rem;
}

.heading-2 {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.heading-3 {
  color: #fff;
  font-size: 2.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.khelo-josh img {
  margin-top: 2rem;
  max-width: 125px;
}

.joshse {
  background: url(../img/joshse-bg.png) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  font-family: "Lato", sans-serif;
  min-height: 650px;
  text-align: center;
}

.joshse button {
  background: #000000;
  padding: 0.5em 1.5em;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}

.product-josh {
  background: url(../img/josh-products.png) center/cover no-repeat;
  min-height: 850px;
  padding: 2rem;
  display: flex;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}

.product-josh ul {
  margin-top: 1.75rem;
}

.cTab {
  background-color: #d80d0f;
  padding: 0.875rem 1.5rem;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  border-radius: 6px;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  cursor: pointer;
}

.cTab i {
  height: 2.125rem;
  width: 2.125rem;
  display: inline-grid;
  place-items: center;
  color: #d80d0f;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d80d0f;
  font-size: 1rem;
  margin-left: auto;
}

.cTab.active {
  background: linear-gradient(90deg,
      rgba(25, 25, 25, 1) 0%,
      rgba(219, 43, 44, 1) 100%);
}



.product-preview {
  background: url(../img/joshPr.png) center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 850px;
  padding: 2rem;
}

.product-preview.active {
  display: flex;
}

.product-preview h3 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #fff;
}

.product-preview .img_wrap {
  text-align: center;
  margin: 1rem 0;
}

.product-preview img {
  margin-right: -5rem;
}

.product-preview p {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 1.125rem;
}

.jost-contact {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.jost-contact .form-group .form-controls {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  padding: 10px 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #000000;
  background: rgb(255 255 255/75%);
}

.jost-contact .btn-orange {
  background: #e06a00;
  font-size: 1.125rem;
  padding: 0.75rem 2rem;
  color: #fff;
  
}

@media (max-width: 767.98px) {

  .khelo-josh,
  .product-preview,
  .joshse,
  .product-josh {
    min-height: 400px;
    padding: 3rem 2rem;
  }
}

@media (max-width: 575.98px) {

  .heading-3,
  .heading-1 {
    font-size: 2rem;
  }

  .heading-1 strong {
    font-size: 3.125rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .cTab {
    font-size: 1.125rem;
  }
}
/* accordian */

.faq_section {
  background: url("../img/faq-bg.png") center/100% 100% no-repeat;
  padding: 5rem 0;
}
.faq_section h2 {
  font-size: 2.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #101828;
}
.accordion-title {
  font-weight: 500;
}
.accordion .accordion-item {
  border-bottom: 1px solid #eaecf0;
}
.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #ff7a00;
  background: #f0f5fa;
}
.accordion button {
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
  text-align: left;
  width: 100%;
  padding: 1em 0.5rem;
  color: #101828;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #ff7a00;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #ff7a00;
  border: 1px solid #ff7a00;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 33%;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: #ff7a00;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s linear, max-height 0.3s linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #667085;
  margin: 2em 0;
}

.question-sec {
  padding: 0rem 0 6rem;
}
.question-cont {
  background: #ff7a00;
  border-radius: 16px;
  padding: 2rem 0;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.question-cont h3 {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-top: 1rem;
  color: #fff;
}
.question-cont p {
  font-size: 1rem;
  color: #fff;
  font-family: "Lato", sans-serif;
}

.question-cont a {
  font-family: "Lato", sans-serif;
  background: #fff;
  font-weight: 500;
  border-radius: 8px;
  font-size: 1rem;
  color: #000000;
}
