body {
  margin: inherit;
  margin-top: 0;
  /* font-family: 'Courgette', cursive; */
  /* font-family: 'Roboto', sans-serif; */
  font-family: "Changa", sans-serif;
  background-color: #1e1d1d;
}
.price.hideprice {
  opacity: 0;
  height: 20px;
}

.links {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: space-around;
  padding-block: 20px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  margin: auto;
}
.links a {
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.black {
  background: black;
}
.price .promo {
  text-decoration: line-through;
  text-decoration-color: red;
}
.head {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  background-color: black;
  color: white;
  margin: auto;
}
.hero {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #FD151B; */
  background: #ff9000;
  color: white;
}
h1,
h2 {
  text-align: center;
  line-height: 30px;
}
.hero h1 {
  /* max-width: 710px;
  margin: auto;
  font-size: clamp(18px, 2vw, 32px); */
  max-width: 710px;
  margin: auto;
  font-size: clamp(16px, 1.6vw, 32px);
}
h2 {
  margin: auto;
}
.content {
  width: 90%;
  max-width: 1800px;
}

.slides {
  padding: 30px 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slides h1,
.performance h1,
.faq h1 {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: clamp(15px, 2.5vw, 32px);
}
.demo-item .demo-head {
  position: relative;
  width: 100%;
  height: 400px;
  border: 2px solid #ffde01;
}
.demo-item .demo-title {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  text-transform: uppercase;
  background: black;
  padding: 4px 10px;
  border-radius: 7px;
  font-weight: 700;
}
.demo-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.whatsapp a {
  margin-inline: auto;
  text-transform: lowercase;
  font-size: 20px;
}
.whatsapp a:hover {
  transition: 0.3s;
  /* background: #027063; */
}
.head .email a {
  text-decoration: none;
}
.actions {
  display: flex;
  justify-content: space-between;
}

.demos {
  gap: 15px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.demo-item {
  height: 100%;
  border: 0px solid;
  background: #1b252f;
  /* padding: 5px; */
}
.demo-item .detail {
  /* height: 220px; */
  color: white;
  padding: 15px;
}

.price {
  margin: auto;
  color: #ffde01;
  font-family: "Montserrat", Sans-serif;
  font-size: 23px;
  font-weight: 700;
  font-style: normal;
}

.demo-item .detail ul {
  padding-inline-start: 20px;
  list-style: none;
  position: relative;
  /* height: 130px; */
}
.demo-item .detail ul li {
  position: relative;
}
.demo-item .detail ul li::before {
  content: "✓";
  left: -20px;
  position: absolute;
  top: -3px;
}

.actions button,
.actions a {
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #04050e;
  background-color: #ffde01;
  padding: 7px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}

.preview {
  opacity: 0;
}

.performance-items {
  width: 90%;
  display: flex;
  margin: auto;
  gap: 20px;
  margin-bottom: 50px;
  max-width: 1800px;
}
.performance-items img {
  flex: 1;
  width: 0;
  border-radius: 20px;
  border: 2px solid #ff9000;
}

/* .performance1 .performance-items {
  margin-bottom: 50px;
} */

.performance2 .performance-items img {
  height: 500px;
  object-position: top left;
  object-fit: cover;
}

.faq-container {
  width: 90%;
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.faq-container #accordion {
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.faq-container > * {
  flex: 1;
}
.questionlist {
  padding: 0;
  margin-bottom: 0;
}
#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  position: relative;
}
.panel-collapse {
  background-color: #1e1d1d;
}
#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  background: #1e1d1d;
}
/* .collapse {
  display: none;
  height: 0;
  transition: .3s;
} */
.questionlist .panel-title {
  border: 1px solid #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
#accordion .panel-title a {
  display: block;
  padding-block: 10px;
  padding-inline: clamp(40px, 4vw, 60px) clamp(20px, 2vw, 30px);
  margin: 0;
  /* background: #fff; */
  font-size: clamp(14px, 1.8vw, 18px) !important;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  border-radius: 0;
  position: relative;
  text-decoration: none;
}

#accordion .panel-title a.collapsed:before {
  content: "\f105";
  background: #fff;
  border: 1px solid #fff;
  color: white;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 100%;
  line-height: 40px;

  border-radius: 3px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.questionlist .panel-title a:before,
.questionlist .panel-title a.collapsed:before {
  background: transparent !important;
  border: none !important;
  color: white !important;
}

.questionlist .panel:last-child {
  margin-bottom: 0 !important;
}
#accordion .panel-body {
  padding-block: 10px;
  padding-inline: clamp(20px, 2vw, 30px);
  margin-left: clamp(20px, 3vw, 40px);
  background: #1e1d1d;
  border-top: none;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
}
/* .collapse.in {
  display: block;
  height: auto;
  transition: .3s;
} */
.questionlist p {
  font-weight: 500;

  color: #ffffff !important;
}
.faq-container .whatsapp {
  border: 1px solid;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: white;
}
.whatsapp-icon i {
  font-size: 73px;
  margin-bottom: 15px;
  color: #0cc243;
}
.whatsapp h3 {
  font-size: clamp(20px, 3vw, 36px);
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 20px;
}

.whatsapp p {
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (max-width: 1240px) {
  .demos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .demos {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .faq-container {
    display: flex;
    flex-direction: column;
  }
  .whatsapp h3 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .performance2 .performance-items {
    margin-bottom: 50px;
  }
  .head {
    /* font-size: 20px; */
    width: 90%;
  }
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 18px;
  }
  .content {
    width: 90%;
  }
  .performance-items {
    display: flex;
    flex-direction: column;
  }
  .performance-items img {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .demos {
    grid-template-columns: repeat(1, 1fr);
  }
  /* .demo-item img {
    height: auto;
  } */
  .hero {
    height: auto;
    padding-block: 20px;
  }
}
