html,
body {
  font-size: 19px;
}
.menu1,.menu2,.menu3,.menu4 {
  height:3rem;
}
.fa-home {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-top:12px;
  background: white;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image:url("./icon/home.svg");
}

.fa-langbox {
  display: block;
  width: 25px;
  height: 25px;
  margin-top:6px;
  mask-border-width: 2px;
  background: white;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image:url("./icon/langbox.svg");
}

.fa-text {
  display: inline-grid;
  width: 22px;
  height: 22px;
  background: white;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image:url("./icon/texticon.svg");
}
.fa-language {
  display: inline-grid;
  width: 22px;
  height: 22px;
  background: white;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image:url("./icon/langicon.svg");
}
p {
  text-align: justify;
}
.resize-the-font {
  /* font-size: 19px; */
}
.resize-the-font-by-map {
  /* font-size: 19px; */
}
.grid-container {
  max-width: 1200px !important;
}

.chapter-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.chapter-title .main {
  color: black;
  font-size: 1.5rem;
  font-weight: 400;
}
.chapter-title .sub {
  color: #942911;
  letter-spacing: normal;
}

.slick-prev,
.slick-next {
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  color: #ab8786;
  font-size: 40px;
  /* display: none; */
}
.slick-prev {
  /* position: fixed !important; */
  top: 225px;
  left: 8px;
}
.slick-next {
  /* position: fixed !important; */
  top: 225px;
  right: 24px;
}

.slick-sticky {
  position: fixed !important;
  top: 50% !important;
}
#slick-btn-author {
  position: absolute;
  top: 225px;
}

@media (min-width: 992px) {
  #slick-btn-author {
    position: absolute;
    top: 280px;
  }
  .slick-prev:before,
  .slick-next:before {
    display: block;
  }
  .slick-prev {
    top: 225px;
    left: 0;
  }
  .slick-next {
    top: 225px;
    right: 24px;
  }
}

.slick-slide > div > div {
  display: flex;
  justify-content: center !important;
}

.speaker img {
  width: 40px;
  height: 40px;
  display: none;
}

.chapter-selector-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
  /* background-color: transparent; */
  padding: 10px;
}
.chapter-selector-item {
   max-height: 100px; 
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;

  cursor: pointer;
  margin-right: 10px;
}
.chapter-selector-item.active {
  outline: 2px solid #a0100e;
}
.chapter-selector-item img {
  max-width: 100%;
}

.chapter-selector-hr {
  color: #c8a497 !important;
  border-color: #c8a497 !important;
}

.font-resize {
  font-size: 16px !important;
  right: 0 !important;
}
@media (min-width: 768px) {
  .font-resize {
    font-size: 16px !important;
    right: 100px !important;
  }
}

@media (max-width: 991px) {
  #chapter-selector {
    display: none;
  }
}

.text-indent {
  text-indent: 2.3em;
}

.article_12 {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .imagevideo .next {
    margin-top: 1rem;
  }
}


.iswebanswer {
  display: none;
}
.pt-subtitle {
  letter-spacing: normal;
  color: #942911;
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 8px;
}

.tebiedeli {
  border-bottom: 1px solid #d6d2d2;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top:8px;
}


.dropdown-item:hover {
   background-color: #9b3914;
}

.tebiedeli > div {
  padding-left:1.5rem;
  font-weight: bold;
  color:white;
  width:30rem;
}

.menu-box:hover {
  background-color: #9b3914;
}
.
/*.tebiedeli:active {
  background-color: #9b3914;
}

.tebiedeli:active a {
  background-color: #9b3914;
  cursor: pointer;
}*/

.dropdown-item:active {
   background-color: #9b3914;
}

.block-hidden {
  display: none;
}

.largevideo {
  width:760px;
}

.smallvideo {
  width:100vw;
  margin:auto;
}
@media (max-width: 640px) {
 .tebiedeli > div{
  width:100%;
 }
 .dropdown-item:hover {
     background-color: #8a4491;
  }
}