/* Google Font CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500;600&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "montserrat" , sans-serif;
  color: #28c6f6;
}
.faq-sec{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #000000;
  padding: 40px;
  width: 100%;
  position: relative;
  background-image: url(../img/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
  background-position: center;
  z-index: 1;
  height: 100vh;
}
::selection{
  background: #28c6f6;
  color: #fff;
}
.accordion{
  display: flex;
  max-width: 1200px;
  width: 100%;
  border: 2px solid;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  padding: 45px 50px 45px 25px;
  border-image: linear-gradient(271deg, #fd68c0, #d33acc, #7b68f9, #6dcefa) 1;
  box-shadow: 0px 0px 0px #6e38e4, 0 0 11px #6e38e4, 0 0 13px #6e38e4;
}
.accordion .image-box{
  width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.accordion .image-box img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.accordion .accordion-text{
  width: 55%;
}
.accordion .accordion-text .title{
  font-size: 30px;
  font-weight: 700;
  font-family: 'montserrat', sans-serif;
  background: linear-gradient(288deg, #f63868, #b328ad, #5841ed, #3cb8f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0px 0px 20px 0px;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-left: 25px;
}
.accordion .accordion-text .faq-text{
  margin: 5px 5px 5px 25px;
  /* height: 263px; */
  overflow-y: auto;
}
.faq-text::-webkit-scrollbar{
  display: none;
}
.accordion .accordion-text li{
  list-style: none;
  cursor: pointer;
}
.accordion-text li .question-arrow{
  display: flex;
  padding-bottom: 5px;
  padding-top: 5px;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.accordion-text li .question-arrow .question{
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
}
.accordion-text li .question-arrow .arrow{
  font-size: 20px;
  color: #595959;
  transition: all 0.3s ease;
}
.accordion-text li.showAnswer .question-arrow .arrow{
  transform: rotate(-180deg);
}
.accordion-text li:hover .question-arrow .question,
.accordion-text li:hover .question-arrow .arrow{
  color: #28c6f6;
}
.accordion-text li.showAnswer .question-arrow .question,
.accordion-text li.showAnswer .question-arrow .arrow{
  color: #28c6f6;
}
.accordion-text li .line{
  display: block;
  height: 2px;
  width: 100%;
  margin: 7px 0;
  background: rgb(255 255 255 / 10%);
}
.accordion-text li p{
  width: 92%;
  font-size: 15px;
  font-weight: 500;
  color: #9d9d9d;
  display: none;
  line-height: 1.8em;
}
.accordion-text li.showAnswer p{
  display: block;
}

@media (max-width: 994px) {
  
  body{
    padding: 40px 20px;
  }
  .accordion{
    max-width: 100%;
    padding: 35px 40px 35px 40px;
  }
  .accordion .image-box{
    height: 360px;
    width: 220px;
  }
  .accordion .accordion-text{
    width: 63%;
  }

  .accordion-text li .question-arrow .question {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease;
}


.accordion-text li .question-arrow {
  display: flex;
  padding-bottom: 5px;
  padding-top: 5px;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}



}
@media (max-width: 820px) {

  .accordion .accordion-text .title {
    font-size: 30px;
    font-weight: 700;
    font-family: 'montserrat', sans-serif;
    background: linear-gradient(288deg, #f63868, #b328ad, #5841ed, #3cb8f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px 0px 20px 0px;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-left: 5px;
}

  .accordion .accordion-text .faq-text {
    margin: 5px 5px 5px 5px;
    /* height: 263px; */
    overflow-y: auto;
}

  .accordion{
    flex-direction: column;
  }
  .accordion .image-box{
    height: 360px;
    width: 300px;
    /* background: #28c6f6; */
    width: 100%;
    border-radius: 25px;
    padding: 30px;
  }
  .accordion .accordion-text{
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 538px) {
  .accordion{
    padding: 25px;
  }
  .accordion-text li p{
    width: 98%;
  }
}



@media (max-width: 767px) {



  .accordion .accordion-text .title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    font-family: 'montserrat', sans-serif;
    background: linear-gradient(288deg, #f63868, #b328ad, #5841ed, #3cb8f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px 0px 10px 0px;
    text-transform: uppercase;
    line-height: 1.1em;
}


.accordion .accordion-text {
    width: 100%;
    margin-top: -16px;
}

.accordion-text li .question-arrow .question {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}

.accordion-text li .line {
  display: block;
  height: 2px;
  width: 100%;
  margin: 7px 0;

}

.accordion {
  max-width: 100%;
  padding: 15px 20px 15px 20px;
}

}



@media (max-width: 1199px) {

  .accordion .accordion-text .title {
    font-size: 23px;
    font-weight: 700;
    font-family: 'montserrat', sans-serif;
    background: linear-gradient(288deg, #f63868, #b328ad, #5841ed, #3cb8f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px 0px 20px 0px;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-left: 25px;
}

.accordion-text li .question-arrow .question {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
}


.accordion-text li p {
  width: 92%;
  font-size: 13px;
  font-weight: 500;
  color: #9d9d9d;
  display: none;
  line-height: 1.8em;
}


}