/*! ------------------------------------------------
 * Project Name: Touring Bird
 * Version: 2.0.3
 * Build Date: Jan 2025
 * Last Update: Jan 2025
 * File name: additional.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  1. Info Box styles
 *  2. Accordion styles
 *  3. FAQ styles
 *  4. YouTube iframe
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */


@import "../node_modules/bootstrap/scss/bootstrap";




/* ------------------------------------------------*/
/* Info Box styles start */
/* ------------------------------------------------*/
.info-box {
  line-height: 6.4rem;
  padding: 30px 30px 30px 35px;
  border: 2px solid #333;
  margin-top: 40px;
  margin-bottom: 70px;
}

.key-info {
  display: block;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  font: italic 300 1.8rem/1.2 "Libre Baskerville", serif;

  line-height: 3.6rem;
  color: #fff;
  text-transform: none;
}

@media only screen and (min-width: 300px) {
  .key-info {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    font: italic 300 1.8rem/1.2 "Libre Baskerville", serif;
    font-size: 1.5rem;
    line-height: 3.6rem;
    color: #fff;
    text-transform: none;
  }
}

@media only screen and (min-width: 768px) {
  .key-info {
    font-size: 1.9rem;
    }
}


.key-info i {
  margin-right: 3px;
  color: #c850b8;
}


.disclainmer {
  margin-top: 1.5rem;
  font: normal 200 1.4rem "Poppins", sans-serif;
  color: rgb(156, 156, 156);
  font-style: italic;
}

/* ------------------------------------------------*/
/* Info Box styles end */
/* ------------------------------------------------*/





/* ------------------------------------------------*/
/* Accordian styles start */
/* ------------------------------------------------*/

.accordion {
  margin-top: 20px;
}

.accordion-item {
  background-color: transparent;
}

.accordion-flush {
  border-bottom: 1px solid #232323;
}

.accordion-body {
  padding: 2px 0;
  font-size: 16px;
  color: #c5c5c5;
  cursor: pointer;
  margin-left: 10px;
  background-color: transparent;
  padding-bottom: 30px;
  width: 90%;
}

.accordion-button {
  font-size: 20px;
  color: #c850b8;
  background-color: transparent;
  border-top: 1px solid #232323;
}

.accordion-button:focus {
  z-index: 3;
  border-top: 1px solid #232323;
}

.accordion-button:not(.collapsed) {
  color: #c850b8;
  background-color: transparent;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


/* ------------------------------------------------*/
/* FAQ Start */
/* ------------------------------------------------*/

.faq-list {
  padding-top: 15px;
  padding-left: 15px;
}


/* ------------------------------------------------*/
/* FAQ End */
/* ------------------------------------------------*/






/* ------------------------------------------------*/
/* YouTube iframe Start */
/* ------------------------------------------------*/

iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: auto;
}


iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
}

/* ------------------------------------------------*/
/* YouTube iframe End */
/* ------------------------------------------------*/