
/* My styles for new-sidebar styles 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&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&display=swap');*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

li {
  list-style: none;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #000316;
}

.container {
  display: flex;
}
/*----- Navigation area start -----*/
.my-btn {
  border: #fff 2px solid;
  border-radius: 15000px;
  color: #fff;
}

.my-btn:hover {
  background-color: yellow;
}

.display-inline {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}

.logo {
 padding-right: 5px;
}

form {
    position: relative;
    max-width: fit-content;
    height: 40px;
    margin-left: 20px;
    margin-top: 10px;
}

.my-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    padding-bottom: 20px;
    font-size: 20px;
    border: none;
    background: none;
}

.my-search i {
    color: #8611e6;
}

.input-group {
    width: 300px;
}

input {
  width: 100%;
  height: 70%;
  display: block;
  border-radius: 25px;
  font-size: 16px;
  padding: 8px 40px 8px 20px;
  border: none;
  box-shadow: 0 2px 8px 3px rgb(253, 252, 252);
}

input:focus {
  outline: none;
}
/*----- Navigation area end -----*/

/*----- Offcanvas start -----*/

.offcanvas-title {
  font-size: 16px;
}

hr {
  margin-top: -15px;
}

.bi-share-fill {
  font-size: 24px;
}

.icon {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
}

.icon:hover {
    border: solid;
    border-width: 2px;
    border-radius: 100px;
    border-color: #f0530a;
}

.dropdown-menu.show {
    display: block;
    background-color: transparent;
    border: none;
    text-align: center;
}

p.ebible-links {
  margin-top: -15px;
}

.social {
  margin-bottom: 3px;
}

a {
  color: #000;
  font-size: 14px;
  font-weight: bolder;
}

a:hover {
  color: #8611e6;
  transition: color .325s;
}

.offcanvas-size-xl {
    --bs-offcanvas-width: min(95vw, 600px) !important;
}
.offcanvas-size-xxl {
    --bs-offcanvas-width: min(95vw, 90vw) !important;
}
.offcanvas-size-md { /* add Responsivenes to default offcanvas */
    --bs-offcanvas-width: min(95vw, 400px) !important;
}
.offcanvas-size-sm {
    --bs-offcanvas-width: min(95vw, 210px) !important;
}

/*.offcanvas {
     width: 30% !important;
}*/

.offcanvas-start, .offcanvas-header, .offcanvas-body {
  background-color: yellow;
 }

.container {
  justify-content: center;
}

.left {
  text-align: center;
}

.top {
  margin-top: -35px;
  text-align: center;  
}

.email a {
  color: #000;
}

.address {
  color: #000;
  font-size: 0.7rem;
  float: right;
}

.current-year {
  font-size: 0.8rem;
  font-weight: 300;
}
/*----- Offcanvas end -----*/

/*---- Header start -----*/
.display-inline {
  justify-content: center;
}

.header {
  margin-bottom: -25px;
  padding: 1.5em;
  /* Set the height of the header to 100% of the viewport height */
  max-height: fit-content;
  text-align: justify;
}

.summary {
  text-align: justify;
  font-style: italic;
}

.strong-chinese {
  font-size: 1.5em;
  font-weight: 540;
  color: #fff;
}

.verse-chinese {
  text-align: justify;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 500;
  color: #fff;
}

.verse {
  text-align: justify;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
}

.verse em {
    color: #999;
}

.fallen-text {
  margin-top: 15px;
  font-family: "Leelawadee", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  font-variation-settings: 'wght' 100;
  justify-content: center;
  color: #fff;
}

.world-divided a:hover {
  color: #8611e6;
  transition: color .325s;
}

.world-divided a {
  margin: 15px;
  font-family: "Josefin Sans", serif;
  font-size: 2em;
  font-weight: 700;
  color: #fff;
}

.world-text {
  text-align: justify;
}

.world-text, .excerpt-text {
  color: darkgrey;
}

.living-text {
  font-style: italic;
  color: #fff;
  margin-top: -10px;
  text-align: center;
  word-spacing: .5rem;
}

.excerpt-text {
  text-align: center;
  font-size: small;
  font-style: italic;
  color: darkgrey;
}
/*----- Header end ------*/

/*--------Cards start--------*/
.card {
  border: 3px solid yellow;
}

.card-body {
  text-align: left;
}

.card-body {
  background-color: #030931;
  color: #fff;
}

.card-text {
  font-size: .9rem !important;
}

.a-links {
  color: #fff;
  font-weight: 500;
}

.timeline {
  display: inline-block;
  max-width: 100%;
  height: 50%;
}

.forty-years {
  font-family: "Josefin Sans", serif;
  font-weight: 700;
}

.btn-primary {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}
/*--------Cards end--------*/

.tracts {
  color: #fff;
  font-family: "Josefin Sans", serif;
  font-size: 2em;
  font-weight: 700;
  padding-bottom: 0.2rem;
}

.end-section {
    font-style: italic;
    font-size: 12px;
    color: blue;
    padding-top: 5px;
}

audio::-webkit-media-controls-panel {
  background-color: #56AEFF;
}

audio::-webkit-media-controls-play-button {
  background-color: #B1D4E0;
  border-radius: 50%;
}

audio::-webkit-media-controls-play-button:hover {
  background-color: rgba(177,212,224, .7);
}

/*-------Accordion ------------->*/
.accordion-button {
  font-size: .5em;
  font-weight: 200;
  color: #fff;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
    background-color: #8a8bb9;
    border-color: #fff;
    color: #fff;
}

.accordion-body {
  margin-top: -5px;
  margin-bottom: -15px;
  border: none !important;
}

.accordion-button.collapsed {
  background: blue;
}

.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 END------------->*/
/*-------Test New start------------->*/
/*.header h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
}*/

.small-text {
  text-align: center;
  font-size: .9em;
  font-style: oblique;
  padding: 2px;
  color: cadetblue;
}

.may {
  padding: 0 15px;
  color: red;
}

.border {
 margin-bottom: 70px;
 }

 .col-sm-2 {
  margin: 5px 15px;
}

.col-2 {
  padding-left: 12px;
}

/*-------Footer----------->*/
.footer {
  position: fixed;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #00008b;
  color: #fff;
}

.contact a {
  color: #fff;
  text-decoration: none;
}

/*----- Amharic tract styles -----*/
.amharic-stretch {
  font-size: larger;
  text-decoration: underline;
  font-style: italic;
}

.summary-amharic {
  justify-content: center;
}
/*------ Arabic tract styles -----*/
.arabic-one, .punjabi-one {
  margin-top: 10px;
  font-family: "Bona Nova SC", serif;
  direction: rtl;
  font-size: 3rem;
  color: #fff;
}

.arabic-summary, .punjabi-summary, .body-content {
  font-family: "Bona Nova SC", serif;
  direction: rtl;
  text-align: right;
  font-size: 1.5rem;
}

.row .mt-2 {
  justify-content: center;
}

.arabic-stretch, .punjabi-stretch {
  font-size: 24px;
  color: blue;
}

.arabic-summary, .punjabi-summary {
  direction: rtl;
  font-size: 1.5rem;
  color: #fff;
}

.arabic-verse {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 0.5em;
  font-size: 1.75rem;
  font-weight: 500;
}

.arabic-info, .punjabi-info a {
  word-wrap: break-word;
  font-size: 1.3rem;
  font-weight: 100;
  color: #fff;
}

.chinese-summary {
  align-content: center;
  text-align: left;
}

/* New Right Side Bar */
.scroll-div {
 position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 35px;
  scrollbar-color: white rgb(34, 0, 128);
  color: #fff;
  width: 100px;
}

.scroll-div a {
  color: #fff;
  font-weight: 300;
}

.footer .fixed-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #00008b;
    color: #fff;
}

.col-xs {
  max-width: 90%;
}

audio {
  width: 250px;
}







/*  Left Side Bar */


