@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Jost:ital,wght@0,100..900;1,100..900&amp;family=Lora:ital,wght@0,400..700;1,400..700&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-family: "Inter", sans-serif;
  font-family: "Lora", serif;
  font-family: "Jost", sans-serif;
  font-family: "Poppins", sans-serif;
}

:root {
  --primary-color: #000;
  --seconday-color: #e08337;
  --tertiary-color: #f3ece5;
  --main-btn: #29f649;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

li {
  font-size: 20px;
}

p {
  font-size: 20px;
}

.bg-color {
  background-color: var(--seconday-color);
}

.bg-secondary-color {
  background-color: var(--seconday-color);
}

.bg-tartiary-color {
  background-color: var(--tertiary-color);
}

.all-btn {
  background-color: var(--main-btn);
}

.bg-color-img {
  background-image: url("../images/burn-peak-official.webp");
  background-size: contain;
 
}

/* navbar section */
.navbar-container {
  background-color: var(--seconday-color);
}

.navbar-container ul li {
  padding: 0 15px;
}

/* title */
.title-container {
 background-image: radial-gradient(circle 971px at 10.4% 51.2%, rgba(236, 105, 65, 1) 0%, rgb(236 95 65) 52.1%, rgb(236 146 65) 99.3%);
}

.navbar-toggler {
  background-color: #ffff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* footer section */
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.footer-menu li {
  list-style-type: none;
}

.footer-menu li a {
  color: #fff;
}
.footer-menu li a:hover {
  color: #000;
  transition: 0.5s;
}

/* mobile views */
@media screen and (max-width: 1000px) {
  .navbar-container ul li {
    padding: 0px;
  }
  .bg-color-img {
    background-image: url(../images/burn-peak-official.webp);
    background-size: cover !important;
    background: #000;
}
}

/* faq section */
.faq-container {
  background: var(--seconday-color);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 30px;
  transition: transform 0.3s ease;
}

.faq.open .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq.open .faq-answer {
  max-height: 200px;
}
.btn:hover {
    color: #fff;
    background-color: var(--bs-btn-hover-bg);
    border-color: #000000;
    background: #198754;
}
a {
    color: rgb(0 0 0);
    text-decoration: underline;
}
.rating-box {
height: 15px;
width: 80px;
margin-top: 4px;
background-repeat: no-repeat;
background-size: contain;
background-image: url('../../rating.png');
}


.njs-sticky-side.image_button_cover.placement-right {
    right: 0;
}
.njs-sticky-side.image_button_cover {
    position: fixed;
    top: 62%;
    box-shadow: none;
    z-index: 99999;
    transition: transform .3s cubic-bezier(0,0,0,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,0,1);
}

.njs-sticky-side.image_button_cover.placement-right.now-show a {
    transform: translate3d(4px, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}
.njs-sticky-side.image_button_cover.placement-right a {
    border-radius: 3px 3px 0 0;
    transform: translate3d(200%, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}
.njs-sticky-side.image_button_cover a {
    padding: 6px 15px 12px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    color: white;
    font-weight: 100;
    top: -106.5px;
    letter-spacing: .1em;
    font-weight: 600;
    text-decoration: none;
    background: #ff4f01;
}
