@font-face {
  font-family: yekanbakhthin;
  src: url(../Font/yekanbakhthin.ttf);
  src: url(../Font/yekanbakhlight.ttf);
  src: url(../Font/yekanbakhmedium.ttf);
  src: url(../Font/yekanbakhregular.ttf);
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "yekanbakhthin";
  direction: rtl;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-family: "yekanbakhthin" !important;
}

img {
  border-radius: 5px;
}

body {
  background-color: #14202a;
  overflow-x: hidden;
  background-image: url(../images/mainbackground.png);
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

.pageination__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageination__box .pagination a {
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  border: 2px solid #fff solid transparent;
  border-radius: 5px;
}

.pageination__box .pagination a:hover {
  border-color: #fff;
}

.body__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  position: absolute;
}

.header {
  width: 100%;
  background-image: url(../images/mainbackground.png);
  background-color: #14202a;
  background-blend-mode: overlay;
}

.topheader {
  width: 95%;
  margin: 1rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topheader__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 305px;
}

.topheader__right .logo {
  width: 100px;
  -webkit-animation: circle 10s infinite;
  animation: circle 10s infinite;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.topheader__right .logo2 {
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  width: 300px;
}

.topheader__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 10px;
  background-color: #5c656c4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topheader__left .navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topheader__left .navbar__list {
  list-style-type: none;
  padding: 1.5rem 8px;
}

.topheader__left .navbar__link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.topheader__left .navbar .navbar__list:hover .dropdown-content {
  display: block;
}

.topheader__left .navbar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
  top: 100px;
  border-radius: 5px;
}

.topheader__left .navbar .dropdown-content a {
  float: none;
  color: black !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  font-size: 13px;
}

.topheader__left .navbar .dropdown-content a:hover {
  background-color: #ddd;
}

.topheader__left__search {
  background-color: #14202a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 1rem;
  border-radius: 10px;
  width: 250px;
}

.topheader__left__search input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  outline: none;
  color: #fff;
}

.topheader__left__search ::-webkit-input-placeholder {
  color: #fff;
}

.topheader__left__search :-ms-input-placeholder {
  color: #fff;
}

.topheader__left__search ::-ms-input-placeholder {
  color: #fff;
}

.topheader__left__search ::placeholder {
  color: #fff;
}

.topheader__left__search button {
  cursor: pointer;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.responsive__topHeader {
  display: none;
  text-align: center !important;
}

#searchPopUp {
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 400;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#searchPopUp .searchCloseBtn {
  position: absolute;
  left: 20px;
  font-size: 25px;
}

#searchPopUp .topheader__left__search {
  width: 80%;
  height: 60px;
}

.header__text {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__text__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__text__right .dateAndspeech {
  background-color: #5c656c4d;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 15px;
  width: max-content;
}

@keyframes moveToRight {
  from {
    position: relative;
    left: -700px;
  }
  to {
    position: relative;
    left: 1000px;
  }
}

.header__text__right .dateAndspeech span {
  padding: 0 10px;
}

.header__text__right .speechText {
  overflow: hidden;
  width: 700px;
}

.moveToRight {
  animation: moveToRight 12s infinite linear;
}

.header__text__right .speechText span {
  padding-right: 10px;
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
}

.header__text__left .social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header__text__left .social__link {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding-right: 10px;
  margin-left: 5px;
}

.header__text__left .social__link img {
  width: 22px;
}

.header__text__left .social__link:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.slider {
  width: 100%;
  background-color: #5c656c4d;
  margin: 1.2rem 0;
}

.sGallery .slider {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

summary {
  list-style-type: none;
  font-weight: bold;
}

/* Slideshow container */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.slider__box {
  width: 85%;
  margin: 0 auto;
  padding: 3rem 0;
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr); */
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
}

.slider__box .slider__rightbox {
  grid-column: 1/8;
}

.slider__box .slider__rightbox img {
  width: 100%;
  border-radius: 10px;
}

.slider__box .slider__leftbox {
  color: #fff;
  grid-column: 8/-1;
}

.slider__box .slider__leftbox h4 {
  font-size: 20px;
  margin-bottom: 2rem;
}

.slider__box .slider__leftbox p {
  line-height: 3;
  opacity: 0.7;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-align: justify;
  -webkit-box-orient: vertical;
}

.endBoxSlider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.endBoxSlider a {
  margin-left: 3rem;
  font-size: 13px;
  cursor: pointer;
  margin-top: 1rem;
  color: #000;
  border-bottom: 1px solid transparent;
  padding: 0 5px;
  z-index: 400;
  transition: all ease 0.5s;
}

.endBoxSlider a:hover {
  border-bottom: 1px solid #000;
}

.slider__box .slider__leftbox .moreBtn__slider {
  width: 100%;
  text-align: left;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider__box .slider__leftbox .moreBtn__slider:hover {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.slider__box .slider__leftbox .moreBtn__slider a {
  font-size: 14px;
  color: #caa151;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-bottom: 1px solid transparent;
}

.slider__box .slider__leftbox .moreBtn__slider a:hover {
  border-bottom: 2px solid #caa151;
}

.main {
  width: 85%;
  margin: 0 auto;
}

.main .news {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.main .news__rightBox {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/ 9;
  grid-row: 1 /-1;
}

.main .news__rightBox .title {
  background-color: #5c656c4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
}

.main .news__rightBox .title .title__right {
  background-image: url(../images/Group1122.png);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 50px;
}

.main .news__rightBox .title .title__right img {
  width: 50px;
}

.main .news__rightBox .title .title__right p {
  position: relative;
  z-index: 100;
  color: #000;
  margin-left: 2rem;
}

.main .news__rightBox .title img {
  width: 150px;
}

.main .news__rightBox .title span {
  margin-left: 20px;
}

.main .news__rightBox .title span a {
  color: #fff;
}

.news__rightBox__cardBox {
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
}

.main .news__rightBox__cardBox {
  margin: 1rem 0;
  overflow-y: scroll;
}

.main .news__rightBox__cardBox::-webkit-scrollbar {
  display: none;
}

.news__card {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  column-gap: 5px;
  background-color: #5c656c4d;
  color: #fff;
  border-radius: 5px;
  position: relative;
}

.news__card__image {
  margin: 10px 0;
  width: 200px;
  height: 120px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.news__card__image img {
  width: 100%;
  height: 100%;
}

.news__card__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px 0;
  padding-left: 1rem;
  width: 100%;
}

.news__card__desc .text1 {
  color: #e7e7e7;
  font-size: 13px;
  opacity: 0.7;
}

.news__card__desc .text2 {
  height: max-content;
  margin: 10px 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px !important;
}
.news__card__desc .text2 a {
  color: #fff;
}

.news__card__desc .news__link {
  text-decoration: none;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #fff !important;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.news__card__desc .news__link:hover {
  background-color: #14202a;
}

.news__card__desc .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
}

.news__card__desc .date span {
  padding-right: 5px;
  font-size: 13px;
}

.main .news__rightBox .news__card {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  column-gap: 5px;
  background-color: #5c656c4d;
  color: #fff;
  border-radius: 5px;
  position: relative;
}

.main .news__rightBox .news__card__image {
  margin: 10px 0;
  width: 200px;
  height: 120px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.main .news__rightBox .news__card__image img {
  width: 100%;
  height: 100%;
}

.main .news__rightBox .news__card__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px 0;
  padding-left: 1rem;
  width: 100%;
}

.main .news__rightBox .news__card__desc .text1 {
  color: #e7e7e7;
  font-size: 13px;
  opacity: 0.7;
}

.main .news__rightBox .news__card__desc .text2 {
  font-size: 15px;
  height: max-content;
  margin: 10px 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .news__rightBox .news__card__desc .text2 a {
  color: #fff;
}

.main .news__rightBox .news__card__desc .news__link {
  text-decoration: none;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  padding: 5px 10px;
  border: 2px solid #fff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.main .news__rightBox .news__card__desc .news__link:hover {
  background-color: #14202a;
}

.main .news__rightBox .news__card__desc .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
}

.main .news__rightBox .news__card__desc .date span {
  padding-right: 5px;
  font-size: 13px;
}

.main .news__rightBox__cardBox {
  width: 100%;
  padding-right: 20px;
  height: 500px;
}

.main .news__rightBox__cardBox::-webkit-scrollbar {
  display: none;
}

.main .news__leftBox {
  grid-column: 9/ -1;
  width: 100%;
}

.main .news__leftBox .title {
  background-color: #5c656c4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}

.main .news__leftBox .title img {
  width: 150px;
}

.main .news__leftBox .title span {
  margin-left: 20px;
}

.main .news__leftBox .last__news__box {
  margin-top: 1rem;
  border-radius: 5px;
  width: 100%;
  background-color: #5c656c4d;
}

.main .news__leftBox .last__news__box p {
  font-size: 14px !important;
}

.main .news__leftBox .last__news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  color: #fff;
}

.main .news__leftBox .last__news__card img {
  width: 40px;
  -webkit-animation: sircle 2s infinite;
  animation: sircle 2s infinite;
}

.sMainTitle {
  background-color: #5c656c4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
}

@-webkit-keyframes sircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.main .news__leftBox .last__news__card p {
  font-size: 16px;
  margin-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main .news__leftBox .last__news__card p a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-left: 30px;
}

.main .bookBox {
  width: 100%;
  margin: 2rem auto 2rem auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .bookBox .bookBox__bgcImage {
  position: absolute;
  width: 400px;
  opacity: 0.5;
  left: 50%;
  right: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: sircle 30s infinite;
  animation: sircle 30s infinite;
}

.main .bookBox .swiper {
  width: 100%;
  height: 300px;
  border: 2px solid #ffa50061;
  border-radius: 20px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .bookBox .swiper .swiper-wrapper {
  margin-top: 2.1rem;
}

.main .bookBox .swiper-button-prev {
  right: 40px;
}

.main .bookBox .swiper-button-next:after,
.main .bookBox .swiper-button-prev:after {
  font-size: 15px;
  right: 20px;
}

.main .bookBox .talifImage {
  position: absolute;
  width: 200px;
  right: 43%;
  top: -20px;
  z-index: 200;
}

.main .bookBox .arciveImage {
  position: absolute;
  width: 200px;
  height: 40px;
  right: 43%;
  top: 279px;
  z-index: 200;
}

.main .bookBox .btns {
  width: 100px;
  position: absolute;
  top: 30px;
  left: 0;
}

.main .bookBox .slider__box {
  width: 85%;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 2rem auto;
  border-radius: 10px;
  padding: 0;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
}

.main .bookBox .slider__box .rightImage,
.main .bookBox .slider__box .leftImage {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0%;
}

.main .bookBox .slider__box .rightBox {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/ 5;
  width: 100%;
}

.main .bookBox .slider__box .rightBox .bookImage {
  width: 180px;
  height: 250px;
  position: absolute !;
  top: -25px;
  right: 100px;
}

.main .bookBox .slider__box .leftBox {
  text-align: right;
  grid-column: 5/ -1;
  width: 100%;
}
.swiper__sliderImage .swiper-wrapper .swiper-slide img {
  width: 70%;
  height: auto;
}

.fullSliderImage {
  width: 100%;
}

.main .bookBox .slider__box .leftBox h3 {
  margin-top: 22px;
  width: max-content;
  /* color: #caa151; */
}

.main .bookBox .slider__box .leftBox p {
  line-height: 2;
  padding-bottom: 5px;
  border-bottom: 2px solid #5c656c4d;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-left: 3rem;
}

.main .bookBox .slider__box .leftBox .leftBox__date {
  width: max-content;
  display: block;
  text-align: left;
  margin-top: 10px;
  padding-left: 60px;
  font-size: 14px;
}

.main .bookBox .leftbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .bookBox .rightImage {
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.main .bookBox .leftImage {
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title {
  background-color: #5c656c4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}

.title img {
  width: 150px;
}

.title span {
  margin-left: 20px;
}

.title span a {
  color: #fff;
}

.messages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (200px) [2];
  grid-template-rows: repeat(2, 200px);
  margin: 4rem 0;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.messages .title {
  background-color: #5c656c4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}

.messages .title img {
  width: 150px;
}

.messages .title span {
  margin-left: 20px;
}

.messages__rightBox {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/ 9;
  color: #fff;
  font-weight: bold;
  height: 400px;
  overflow: hidden;
}

.messages__rightBox .message__cardBox {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 400px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  overflow: none;

  overflow: scroll;
  padding-right: 20px;
  padding-bottom: 2.5rem;
  scrollbar-width: none;
  /* Firefox 64 */
}

::-webkit-scrollbar {
  display: none;
}

.messages__rightBox .message__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  background-color: #5c656c4d;
  margin: 10px 0;
  border-radius: 5px;
}

.messages__rightBox .message__card img {
  width: 90px;
  height: max-content;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.messages__rightBox .message__card p {
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}

.messages__rightBox .message__card p a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.messages__leftBox {
  grid-column: 9 / -1;
}

.messages__leftBox .khotbeh {
  width: 100%;
  background-color: #5c656c4d;
  border-radius: 5px;
  margin-top: 20px;
}

.messages__leftBox .khotbeh li {
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
}

.messages__leftBox .khotbeh a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.khotbeh li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.messages__leftBox .khotbeh a img {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-animation: zoom 1s infinite;
  animation: zoom 1s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  width: 50px;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.messages__leftBox .khotbeh a span {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.messages__leftBox .khotbeh a span:hover {
  -webkit-transform: translate(0px);
  transform: translate(0px);
}

.video_audio {
  width: 100%;
  padding: 2rem 0;
  background-color: #5c656c4d;
}

.video_audio .video_audio__box {
  width: 85%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}

.video_audio .video_audio__box .rightbox {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1/ 8;
  color: #fff;
}

.video_audio .video_audio__box .rightbox .card__video__rightbox {
  margin-top: 1rem;
  background-color: #5c656c4d;
}

.video_audio .video_audio__box .rightbox .card__video__rightbox img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  display: block;
}

.video_audio .video_audio__box .rightbox .card__video__rightbox .card__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 1rem 0;
  padding: 1rem;
  font-size: 16px;
}

.video_audio .video_audio__box .rightbox .card__video__rightbox .bottom__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 1rem;
  align-items: center;
}

.video_audio
  .video_audio__box
  .rightbox
  .card__video__rightbox
  .bottom__card
  .card__time {
  display: -webkit-box;
  margin: 1rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_audio__box .leftbox .desc {
  width: 100%;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video_audio
  .video_audio__box
  .rightbox
  .card__video__rightbox
  .bottom__card
  .card__time
  i {
  margin-left: 10px;
  font-size: 20px;
}

.video_audio
  .video_audio__box
  .rightbox
  .card__video__rightbox
  .bottom__card
  .card__link
  a {
  color: inherit;
  padding: 8px 5px;
  border: 1px solid #fff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 12px;
}

.video_audio
  .video_audio__box
  .rightbox
  .card__video__rightbox
  .bottom__card
  .card__link
  a:hover {
  background-color: #14202a;
}

.video_audio .video_audio__box .leftbox {
  grid-column: 8/-1;
  text-align: right;
}

.video_audio .video_audio__box .leftbox .card__leftbox__video {
  color: #fff;
  background-color: #5c656c4d;
  padding: 10px;
  margin-top: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
}

.video_audio .video_audio__box .leftbox .card__leftbox__video img {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  height: max-content;
  width: 100px;
  height: 100px;
}

.video_audio .video_audio__box .leftbox .card__leftbox__video .bottom__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video_audio .video_audio__box .leftbox .card__leftbox__video .card__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_audio .video_audio__box .leftbox .card__leftbox__video .card__time i {
  margin-left: 10px;
}

.video_audio .video_audio__box .leftbox .card__leftbox__video .card__link {
  margin-top: 1rem;
  border: 1px solid #fff;
  padding: 5px 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}

.video_audio
  .video_audio__box
  .leftbox
  .card__leftbox__video
  .card__link:hover {
  background-color: #14202a;
}

.video_audio .video_audio__box .leftbox .card__leftbox__video .card__link a {
  color: inherit;
}

@media only screen and (max-width: 970px) {
  .video_audio__box .rightbox {
    grid-column: 1/ -1 !important;
  }
  .video_audio__box .leftbox {
    grid-column: 1/ -1 !important;
  }

  .video_audio .video_audio__box .rightbox .card__video__rightbox img {
    height: 300px;
  }
  .fullSliderImage {
    margin-top: 40px;
  }

  .main .bookBox .slider__box .rightBox .bookImage {
    width: 180px;
    height: 250px;
    position: absolute;
    top: -25px;
    height: 100%;
    right: 100px;
  }

  .book-slider-rightbox > img {
    /* transform: translateX(0px) !important; */
    width: 100px !important;
    /* height: 300px; */
  }

  .book-slider-leftbox-desc {
    margin: 0;
    width: 100%;
  }
  .book-slider-leftbox {
    margin-left: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.interpretation {
  width: 85%;
  margin: 4rem auto 5rem auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  column-gap: 20px;
  position: relative;
  z-index: 250;
}

.interpretation__rightbox {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/ 10;
}

.interpretation__rightbox .title {
  background-color: #5c656c4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}

.interpretation__rightbox .title img {
  width: 120px;
}

.interpretation__rightbox .title span {
  margin-left: 20px;
}

.interpretation__lefttbox {
  grid-column: 10 / -1;
}

.interpretation__lefttbox img {
  width: 100%;
  margin-bottom: 10px;
}

.interpretation__Box {
  border-radius: 5px;
  margin: 1rem 0;
}

.interpretation__Box__item {
  background-color: #5c656c4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
}

.interpretation__Box__item .rightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  width: 80%;
}

.interpretation__Box__item .rightbox p {
  width: 100%;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 1rem;
}

.interpretation__Box__item .rightbox p a {
  color: #fff;
}

.interpretation__Box__item .rightbox .rightbox__img {
  width: 50px;
  margin-left: 10px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.interpretation__Box__item .rightbox .rightbox__img img {
  position: absolute;
  width: 100%;
}

.interpretation__Box__item .leftbox {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1rem;
}

.interpretation__Box__item .leftbox img {
  margin-left: 10px;
}

.footer .footer__top__image.showInMobile {
  top: 0;
}

@media (max-width: 970px) {
  .footer .copyright {
    height: 0;
  }
}

.footer {
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.footer .footer__top__image {
  z-index: 100;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.footer .footer__center__logo {
  position: absolute;
  right: calc(50% - 75px);
  top: -50px;
  -webkit-animation: circle 10s infinite;
  animation: circle 10s infinite;
  width: 150px;
  height: 150px;
}

.footer .footer__box {
  width: 85%;
  margin: 2rem auto 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-bottom: 2px solid #fff;
  padding: 2rem 0 0 0;
}

.footer .footer__box .rightbox {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/ 5;
}

.footer .footer__box .rightbox h3 {
  margin-bottom: 1rem;
  font-size: 16px;
}

.footer .footer__box .rightbox li {
  list-style-type: disc;
  margin-right: 20px;
  line-height: 2;
}

.footer .footer__box .rightbox a {
  color: #000;
}

.footer .footer__box .rightbox .bottombox {
  margin-top: 1rem;
}

.footer .footer__box .centerbox {
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-column: 5/ 9;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 200;
}

.footer .footer__box .centerbox i {
  margin-left: 10px;
}

.footer .footer__box .centerbox .footer__logo {
  width: 200px;
}

.footer .footer__box .centerbox .footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .footer__box .centerbox .footer__social ul li {
  padding: 0 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer .footer__box .centerbox .footer__social ul li:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.footer .footer__box .centerbox .footer__social ul li img {
  width: 30px;
}

.footer .footer__box .leftbox {
  grid-column: 9/-1;
}

.footer .footer__box .leftbox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent !important;
  color: #707070;
  font-weight: bold;
}

.footer .footer__box .leftbox .title img {
  width: 30px;
  margin-left: 10px;
}

.footer .footer__box .leftbox .footer__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #5c656c4d;
  border-radius: 10px;
  padding: 5px;
  margin: 10px 0;
  text-align: right;
  font-size: 14px;
}

.footer .footer__box .leftbox .footer__card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.footer .footer__box .leftbox .footer__card p a {
  text-overflow: ellipsis;
  overflow: hidden;
  width: initial;
  display: block;
}

.footer .footer__box .leftbox .footer__card img {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  width: 70px;
  height: 70px;
}

.footer .topbox .footermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .topbox .footermenu .first__list,
.footer .topbox .footermenu .secend__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
}

.footer .topbox .footermenu .first_list,
.footer .topbox .footermenu .first_list {
  width: 50%;
  text-align: right;
}

.footer .copyright {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 1rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* border-top: 2px solid #000; */
  justify-content: space-between;
  /* border-bottom: 2px solid #000; */
  position: relative;
  z-index: 400;
}

.biography__header {
  padding-top: 1rem;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.biography__header .biography__rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
}

.biography__header .biography__rightBox .logo {
  width: 100px;
  -webkit-animation: circle 10s infinite;
  animation: circle 10s infinite;
  position: absolute;
  right: 90px;
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.biography__header .biography__rightBox .logoLink {
  z-index: 200;
  top: 5px;
}

.biography__header .biography__rightBox .logoLink img {
  width: 200px;
}

.biography__header .biography__lefttBox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 74px;
}

.biography__header .biography__lefttBox .navbar {
  margin-right: 20px;
}

.biography__header .biography__lefttBox .navbar a {
  color: #fff;
}

@media (max-width: 1200px) And (min-width: 900px) {
  .biography__header .biography__lefttBox .navbar a {
    font-size: 12px;
  }
  .topheader__left .navbar__list {
    padding: 1.5rem 4px;
  }

  /* .footer .footer__box {
    padding-top: 2rem ;
    padding-bottom: 0 !important;
  } */
}

.biography__header .topheader__left__search {
  /* margin-left: 40px; */
}

.page__link {
  width: 85%;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 1rem;
}

.page__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page__link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.page__link a,
.page__link span {
  color: #fff;
  font-size: 13px;
}

.biography__content {
  width: 85%;
  margin: 0 auto;
}

.biography__content img {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 1rem;
}

.biography__content .biography__contentText {
  color: #fff;
}

.biography__content .biography__contentText p {
  line-height: 2;
}

.banner2 {
  width: 85%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 400px;
  grid-template-rows: 400px;
  gap: 20px;
  overflow: hidden;
}

.banner2 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.biography__content2 {
  width: 85%;
  margin: 0 auto;
  color: #fff;
}

.mainBooks {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.book__box {
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  overflow: hidden;
}

.book__item {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
  grid-template-rows: 250px;
}

.book__item .rightbox {
  grid-column: 1/8;
}

.book__item .leftbox {
  grid-column: 8/-1;
}

.book__item .leftbox img {
  width: auto;
  height: 100%;
}

.book__item .rightbox a {
  margin-top: 3.5rem;
}

.book__bgcCard {
  width: 500px;
  height: 100%;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rightbox,
.leftbox {
  z-index: 100;
}

.leftbox {
  text-align: left;
  color: #000;
}

.bookDesc .rightbox {
  grid-column: 1/7 !important ;
}

.bookDesc .leftbox {
  grid-column: 8/-1;
}

.card h4 {
  font-size: 18px;
  /* color: #caa151; */
}

.card hr {
  border: 1px solid #5c656c4d;
}

.card__title {
  margin-bottom: 2rem;
  font-size: 20px;
}

.card a {
  display: block;
  width: 100%;
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 5px;
  border: 2px solid #707070;
  border-radius: 5px;
  border: 2px solid #fff solid #000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.card a:hover {
  background-color: transparent;
  color: #000;
}

.card__time,
.card__created,
.card__seen,
.card a {
  margin-top: 1.2rem;
}

.card__time img,
.card__created img,
.card__seen img {
  margin-left: 10px;
}

.bookDetail {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.bookDetail__content {
  width: 95%;
  margin: 0 auto;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
  grid-template-columns: repeat(12, 1fr);
  margin: 1rem 0 2rem 0;
  gap: 20px;
}

.bookDetail__content .rightbox {
  grid-column: 1/8;
}

.bookDetail__content .leftbox {
  grid-column: 8/ -1;
}

.bookDetail__content .rightbox p {
  line-height: 2.5;
  font-size: 14px;
}

.bookDetail__content .leftbox .card {
  text-align: right;
  font-size: 13px;
}

.bookDetail__content .leftbox .bookimage {
  width: 100% !important;
  height: 100%;
}
.search__box__content__items a {
  color: white;
}
.news__main {
  width: 85%;
  margin: 0 auto;
}

.news__main .news__Content {
  width: 95%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.news__main .news__Content .rightbox {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/ 10;
}

.news__main .news__Content .rightbox .news__card {
  width: 100%;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  column-gap: 5px;
  background-color: #5c656c4d;
  color: #fff;
  border-radius: 5px;
  position: relative;
}

.news__main .news__Content .rightbox .news__card__image {
  margin-top: 10px;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.news__main .news__Content .rightbox .news__card__image img {
  width: 100%;
}

.news__main .news__Content .rightbox .news__card__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 0;
  width: calc(100% - 250px);
}

@media (max-width: 990px) {
  .news__main .news__Content .rightbox .news__card__desc {
    width: auto;
  }
}

.news__main .news__Content .rightbox .news__card__desc .text1 {
  color: #e7e7e7;
  font-size: 14px;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.news__main .news__Content .rightbox .news__card__desc .text2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 1rem;
}

.news__main .news__Content .rightbox .news__card__desc .news__link {
  text-decoration: none;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  padding: 5px 10px;
  border: 2px solid #fff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.news__main .news__Content .rightbox .news__card__desc .news__link:hover {
  background-color: #14202a;
}

.news__main .news__Content .rightbox .news__card__desc .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news__main .news__Content .rightbox .news__card__desc .date span {
  padding-right: 5px;
  font-size: 13px;
}

.news__main .news__Content .leftbox {
  grid-column: 10/ -1;
}

.news__main .news__Content .leftbox img {
  width: 100%;
}

.news__main .news__Content .leftbox .news__archiv {
  width: 100%;
  text-align: right !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news__main .news__Content .leftbox .news__archiv__header {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
}

.news__main .news__Content .leftbox .news__archiv__header img {
  width: 120px;
}

.news__main .news__Content .leftbox .news__archiv__main {
  background-color: #5c656c4d;
  border-radius: 5px;
  text-align: right !important;
}

.titles {
  background-color: #2a343e;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  background-image: url(../images/Group1122.png);
  background-repeat: no-repeat;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 50px;
}

.titles img {
  width: 50px !important;
}

.news__main .news__Content .leftbox .news__archiv__main .archiv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  color: #fff;
  font-size: 14px;
}

.news__archiv .last__news__card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.news__archiv .last__news__card img {
  width: 40px !important;
}

.news__archiv .last__news__card p {
  font-size: 12px !important;
  text-align: right !important;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news__archiv .last__news__card p a {
  color: #fff;
}

.last__news__card p a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news__main .news__Content .leftbox .news__archiv__banner {
  margin-top: 1rem;
}

.news__main .news__Content .leftbox .news__archiv__banner img {
  width: 100%;
}

.newsDetail__main {
  width: 85%;
  margin: 0 auto;
}

.newsDetail__main .comments {
  width: 100%;
}

.newsDetail__main .comments__title {
  margin-bottom: 1rem;
}

.newsDetail__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  margin: 0 auto;
  gap: 20px;
}

.newsDetail__content .rightbox {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/10;
  color: #fff;
}

.newsDetail__content .rightbox h3 {
  color: #caa151;
  margin-bottom: 1rem;
}

.newsDetail__content .rightbox img {
  width: 100%;
  height: 500px;
}

.newsDetail__content .rightbox .newsDetail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newsDetail__title span {
  text-align: left;
  width: 20%;
}
.newsDetail__title p {
  width: 80%;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  /* line-clamp: 1; */
  -webkit-box-orient: vertical;
}

.newsDetail__content .rightbox .newsDetail__content {
  width: 100%;
  background-color: #fff;
  color: #000;
}

.newsDetail__content .rightbox .newsDetail__contentBox {
  width: 100%;
  text-align: justify;
}

.newsDetail__content .rightbox .newsDetail__contentBox .rightbox {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9;
}

.newsDetail__content .rightbox .newsDetail__contentBox .leftbox {
  grid-column: 9/-1;
}

.newsDetail__content .rightbox .newsDetail__contentBox .leftbox img {
  width: 100%;
}

.newsDetail__content .rightbox .interpretation {
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
}

.newsDetail__content .rightbox .interpretation .rightbox {
  grid-column: 1/ -1;
}

.newsDetail__content .rightbox .newsDetail__texts h4 {
  padding-bottom: 2rem;
  border-bottom: 1px solid #5c656c4d;
}

.newsDetail__content .rightbox .newsDetail__texts h4,
.newsDetail__content .rightbox p {
  line-height: 2;
}

.newsDetail__content .rightbox .newsDetail__texts h4 {
  font-size: 14px;
  font-weight: normal;
}

.newsDetail__content .leftbox {
  grid-column: 10/ -1;
}

.newsDetail__content .leftbox .leftbox_news__banner__hajiImage {
  width: 100%;
}

.newsDetail__content .leftbox .lable {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
}

.newsDetail__content .leftbox .lable img {
  width: 120px;
}

.newsDetail__content .leftbox .interpretationLable {
  margin-top: 0;
}

.newsDetail__content .leftbox .news__archiv__main {
  background-color: #5c656c4d;
  border-radius: 5px;
}

.newsDetail__content .leftbox .archiv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  color: #fff;
  font-size: 14px;
}

li.archiv__list span a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newsDetail__content .leftbox .news__archiv__banner {
  margin-top: 1rem;
}

.newsDetail__content .leftbox .news__archiv__banner img {
  width: 100%;
}

.newsDetail__content .leftbox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  color: #fff;
  margin: 1rem 0 1.5rem 0;
}

.newsDetail__content .leftbox .title img {
  width: 150px;
}

.newsDetail__content .leftbox .title span {
  padding-left: 10px;
}

.newsDetail__content .leftbox .last__news__box {
  margin-top: 10px;
  border-radius: 5px;
  width: 100%;
  background-color: #5c656c4d;
}

.newsDetail__content .leftbox .last__news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  color: #fff;
}

.newsDetail__content .leftbox .last__news__card img {
  width: 40px;
  -webkit-animation: sircle 2s infinite;
  animation: sircle 2s infinite;
}

@keyframes sircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.newsDetail__content .leftbox .last__news__card p {
  font-size: 14px;
  margin-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.LinksAndSocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1.2rem 0;
}

.Links .link {
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
  border: 2px solid #fff solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.Links .link:hover {
  background-color: #14202a;
}

.Socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Socials span {
  margin: 0 5px;
}

.Socials span img {
  width: 20px !important;
  height: 20px !important;
}

.Socials span:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.main__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 300px;
  grid-template-rows: 300px;
  gap: 30px;
  text-align: center;
  color: #fff;
  width: 85%;
  margin: 0 auto;
}

.main__content .rightbox,
.main__content .leftbox {
  margin-bottom: 3rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.main__content .rightbox i,
.main__content .leftbox i {
  font-size: 60px;
}

.main__content .rightbox span,
.main__content .leftbox span {
  margin: 2rem 0;
}

.main__content .rightbox a,
.main__content .leftbox a {
  background-color: #14202a;
  color: #fff;
  width: 250px;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #14202a;
  border-radius: 5px;
  border: 2px solid #fff solid #14202a;
}

.main__content .rightbox a:hover,
.main__content .leftbox a:hover {
  background-color: #fff;
  color: #14202a;
}

.videos__box {
  width: 85%;
  margin: 0 auto;
  gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 300px);
  grid-auto-rows: 300px;
  margin: 0rem auto 6rem auto;
}

@media (max-width: 990px) {
  .videos__box {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .videos__box {
    grid-template-columns: 1fr;
  }
}

.videos__box img {
  width: 100%;
  height: 100%;
}

.video__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px;
}

.video__item .title {
  background-color: transparent;
}

.video__item:hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.video__item:hover .descs {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.descs {
}

.video__item:hover .descs .show__video {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 1rem;
}

.video__item:hover .descs .show__video:hover {
  background-color: transparent;
}

.video__item:hover .show__video {
  opacity: 1;
}

.video__item i {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  font-size: 60px;
  color: #fff;
}

.video__item .descs {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 1rem;
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video__item .descs .title {
  margin-bottom: 10px;
}

.video__item .descs .Specifications {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video__item .show__video {
  display: block;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin: 1rem auto 0 auto;
  padding: 10px 0;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
  opacity: 0;
}

.main__videoDetail {
  width: 85%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-bottom: 6rem;
}

.main__videoDetail .rightbox {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9;
}

.main__videoDetail .rightbox p {
  margin: 1rem 0;
  color: #fff;
}

.main__videoDetail .leftbox {
  grid-column: 9 /-1;
  text-align: right;
  color: #fff;
}

.main__videoDetail .leftbox h3 {
  margin-bottom: 1rem;
  color: #caa151;
}

.main__videoDetail .leftbox > p {
  font-size: 14px;
}

.main__videoDetail .leftbox > p i {
  margin-left: 5px;
}

.main__videoDetail .leftbox .detailBox {
  width: 100%;
  background-color: #5c656c4d;
  border-radius: 5px;
  margin: 2rem 0;
  border-bottom: none;
}

.main__videoDetail .leftbox .detailBox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__videoDetail .leftbox .detailBox .downloadBtn {
  width: 100%;
  padding: 10px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
  margin-top: 1rem;
  border: 2px solid #fff;
  cursor: pointer;
  display: block;
  background: white;
  color: black;
  text-align: center;
}

.main__videoDetail .leftbox .detailBox .downloadBtn:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.main__videoDetail .leftbox .news__archiv {
  width: 100%;
}

.main__videoDetail .leftbox .news__archiv .news__archiv__header {
  background-color: #5c656c4d;
}

.main__videoDetail .leftbox .news__archiv .news__archiv__header img {
  width: 130px;
}

.main__videoDetail .leftbox .news__archiv__header {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  margin-bottom: 2rem;
}

.main__videoDetail .leftbox .news__archiv__header img {
  width: 150px;
}

.main__videoDetail .leftbox .news__archiv__main {
  background-color: #5c656c4d;
  border-radius: 5px;
}

.main__videoDetail .leftbox .news__archiv__main .archiv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  color: #fff;
}

.main__videoDetail .leftbox .news__archiv__banner {
  margin-top: 1rem;
}

.main__videoDetail .leftbox .news__archiv__banner img {
  width: 100%;
}

.main__place {
  width: 85%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  z-index: 100;
  margin-bottom: 4rem;
}

.main__place .place__box {
  background-color: #5c656c4d;
  padding: 1rem;
  position: relative;
  z-index: 200;
  border-radius: 5px;
}

.main__place .place__box .background__boxImage {
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main__place .place__box .placeContent {
  width: 100%;
  position: relative;
  height: 300px;
  z-index: 100;
}

.main__place .place__box .placeContent img {
  width: 100%;
  height: 100%;
}

.main__place .place__box .placeDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  color: #fff;
}

.main__place .place__box .placeDetail span:first-child {
  /* font-weight: bold; */
}

.main__place .place__box .placeDetail .place__link {
  background-color: #14202a;
  color: #fff;
  width: 200px;
  text-align: center;
  display: block;
  padding: 5px 0;
  border: 1px solid #14202a;
  border-radius: 5px;
}

.main__place .place__box .placeDetail .place__link:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.placeDetail__main {
  width: 95%;
  margin: 0 auto;
  background-color: #2a343e;
  margin: 0 auto 4rem auto;
  border-radius: 5px;
  padding: 2rem;
  position: relative;
  color: #fff;
}

.placeDetail__main .placeDetail__bgimage {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
  height: 100%;
}

.placeDetail__main .topBox {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.placeDetail__main .topBox img {
  width: 500px;
  height: 100%;
}

.placeDetail__main .placeDetail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.placeDetail__main .placeDetail__content h3 {
  font-size: 25px;
  color: #caa151;
}

.placeDetail__main .placeText {
  margin: 2rem 0;
  line-height: 2;
}

.Qbody {
  position: relative;
}

.Qbody .page__link {
  margin-bottom: 0;
}

.background__popup {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
}

.followQuestion__popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  z-index: 400;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.followQuestion__popup .closeBtn {
  color: #fff;
  font-size: 20px;
  float: left;
  cursor: pointer;
}

.followQuestion__popup .followQuestion__box {
  padding: 2rem;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  z-index: 400;
}

.followQuestion__popup .followQuestion__box p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #fff;
}

.followQuestion__popup .followQuestion__box form {
  text-align: center;
}

.followQuestion__popup .followQuestion__box form input,
.followQuestion__popup .followQuestion__box form button {
  outline: none;
  margin-bottom: 1rem;
  width: 300px;
  padding: 10px 5px;
  border-radius: 5px;
  border: 2px solid #fff;
}

.followQuestion__popup .followQuestion__box form button {
  cursor: pointer;
}

.followQuestion__popup .followQuestion__box form button:hover {
  background-color: #707070;
  color: #fff;
}

.sendQuestion__popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 400;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sendQuestion__popup .backgroundSend__popup {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}

.sendQuestion__popup .sendContent__box {
  color: #000;
  width: 400px;
  background-color: gray;
  padding: 2rem;
  border-radius: 5px;
  position: absolute;
  z-index: 200;
}

.sendQuestion__popup .sendContent__box p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
}

.sendQuestion__popup .sendContent__box i {
  cursor: pointer;
  float: left;
  font-size: 20px;
  color: #fff;
}

.sendQuestion__popup .sendContent__box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sendQuestion__popup .sendContent__box form input {
  width: 100%;
  margin-bottom: 1rem;
  padding: 10px;
  border-radius: 5px;
  outline: none;
}

.sendQuestion__popup .sendContent__box form textarea {
  margin-bottom: 2rem;
  padding: 10px;
  border-radius: 5px;
  outline: none;
  resize: none;
}

.sendQuestion__popup .sendContent__box form .formsubmit {
  border: 2px solid #fff;
}

.sendQuestion__popup .sendContent__box form .formsubmit:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.Q_and_A {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.Q_and_A .questionList {
  margin-bottom: 2rem;
}

.category__list::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.category__list {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.Q_and_A .questionList::-webkit-scrollbar {
  overflow: hidden;
}

.Q_and_A .category__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 1rem 0;
  gap: 30px;
  cursor: grab;
  overflow: auto;
}

.Q_and_A .category__item {
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/footerlogo.png);
  color: #fff;
  border-radius: 5px;
  position: relative;
}

.Q_and_A .category__item img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.Q_and_A .category__item:hover {
  background-color: #fff;
  color: #000;
}

.Q_and_A .question__box {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: 450px;
  grid-template-rows: 450px;
  gap: 20px;
}

.Q_and_A .question__box .rightbox {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/10;
  overflow-y: scroll;
}

.Q_and_A .question__box .rightbox::-webkit-scrollbar {
  display: none;
}

.question__box .question__box__list {
  cursor: pointer;
  display: flex;
  align-items: center !important;
}

.Q_and_A .question__box .rightbox .question__box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.Q_and_A .question__box .rightbox .question__box__list img {
  margin-left: 5px;
  width: 40px;
}

.Q_and_A .question__box .rightbox .question__box__list .question__text {
  color: #000;
}

.Q_and_A .question__box .rightbox .question__box__list .question__text h4 {
  margin-bottom: 1rem;
}

.Q_and_A .question__box .leftbox {
  grid-column: 10/-1;
}

.Q_and_A .question__box .leftbox .sendQuestion {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Q_and_A .question__box .leftbox .sendQuestion .active {
  background-color: #fff;
}

.Q_and_A .question__box .leftbox .sendQuestion button {
  border: 2px solid #fff;
  margin-bottom: 1rem;
  padding: 10px 0;
  border-radius: 10px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  font-size: 18px;
}

.Q_and_A .question__box .leftbox .sendQuestion button:hover {
  background-color: #fff;
  color: #000;
}

.Q_and_A .question__box .leftbox .sendQuestion .sendBtn {
  background-color: #fff;
  color: #707070;
}

.Q_and_A .question__box .leftbox .sendQuestion .sendBtn:hover {
  background-color: transparent;
  color: #fff;
}

.location {
  width: 100%;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  border-radius: 5px;
}

.location .desc {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: right;
  padding: 1rem;
  width: 100%;
  bottom: 0;
  border-radius: 5px;
  font-size: 14px;
}

.location .desc p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.location .desc i {
  font-size: 18px;
  margin-left: 1rem;
}

.interpretationMain {
  margin-bottom: 1.2rem;
}

.interpretationMain .rightbox .lable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}

.interpretationMain .rightbox .lable img {
  width: 160px;
  height: 40px;
}

.interpretationMain .rightbox .lable span {
  margin-left: 1rem;
}

.interpretation__Box__item .leftbox {
  color: #fff;
}

.interpretationMain .interpretation__Box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.interpretationMain .interpretation__Box__item .rightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  overflow: hidden;
}

.interpretationMain .interpretation__Box__item .rightbox p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}

.interpretationMain .interpretation__Box__item .leftbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.interpretationMain .interpretation__Box__item .leftbox span {
  color: #fff !important;
}

.interpretationMain .interpretation__Box__item .leftbox img {
  width: 16px;
  height: 16px;
}

.conectionMain {
  width: 85%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: 300px;
  grid-template-rows: 300px;
  margin-bottom: 10rem;
  gap: 20px;
}

.conectionMain__rightBox {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1/10;
}

.conectionMain__rightBox form #initInfo {
  width: 100%;
}

.conectionMain__rightBox form #initInfo input {
  padding: 10px;
  border-radius: 5px;
  background-color: #2a343e;
  color: white;
}

.conectionMain__rightBox form textarea {
  margin: 15px 0 10px;
  color: white;
  border-radius: 5px;
  background-color: #2a343e;
  padding: 20px;
  resize: none;
  text-align: right;
  direction: rtl;
  width: 100%;
}

.conectionMain__rightBox form #submitConection {
  width: 200px;
  padding: 10px 0;
  background: transparent;
  color: white;
  font-weight: bolder;
  border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
  transition: all 1s;
}

div#lastInfo {
  display: flex;
  justify-content: space-between;
}

div#lastInfo p input {
  background: #2a343e;
  color: white;
  padding: 10px 5px;
  border-radius: 5px;
  margin: 0 5px;
  direction: rtl;
  text-align: right;
}

div#lastInfo span {
  color: white;
  width: max-content;
}

.conectionMain__rightBox form #submitConection:hover {
  background: white;
  color: #2a343e;
}
.conectionMain__rightBox form #initInfo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.conectionMain__rightBox form #initInfo input {
  width: 100%;
}

.conectionMain__leftBox {
  grid-column: 10 / -1;
}

#QA_biography__header .navbar__menu {
  margin-bottom: 0 !important;
  height: 100%;
  align-items: center;
}

#QA_biography__header .navbar {
  height: 74px;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .footer .copyright {
    text-align: center;
    padding-bottom: 4rem;
    display: unset;
  }

  .swiper__sliderImage .swiper-wrapper .swiper-slide img {
    width: 600px;
    height: 400px;
  }

  .footer .copyright span.en {
    display: none;
  }
  .conectionMain {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .conectionMain__rightBox form #initInfo input {
    width: 100%;
    margin: 5px 0;
  }
  .conectionMain__rightBox form textarea {
    margin-top: 5px;
  }
  .conectionMain__rightBox form #submitConection {
    margin-top: 10px;
  }
  .conectionMain__rightBox form textarea,
  .conectionMain__rightBox form #submitConection {
    width: 100%;
  }
  .conectionMain__rightBox {
    margin-bottom: 20px;
  }
  div#lastInfo {
    width: 100%;
    flex-direction: column;
  }

  #initInfo form {
    grid-column: 1/-1;
  }
}

.main__search {
  width: 100%;
  margin: 1rem 0 5rem 0;
}

.main__search__box {
  width: 85%;
  margin: 0 auto;
  background-color: #5c656c4d;
  border-radius: 5px;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.main__search__box .search__box__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  color: #fff;
}

.main__search__box .search__box__title .rightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__search__box .search__box__title .rightbox img {
  width: 40px;
  margin-left: 10px;
}

.main__search__box .search__box__title .leftbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.main__search__box .search__box__title .leftbox span {
  margin-left: 1rem;
  font-size: 14px;
}

.main__search__box .search__box__title .leftbox a {
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  padding: 5px 2rem;
  border-radius: 5px;
  border: 2px solid #fff solid #fff;
}

.main__search__box .search__box__title .leftbox a:hover {
  background-color: transparent;
  color: #fff;
}

.search__box__content {
  padding: 0 1rem;
}

.search__box__content__list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

.search__box__content__items {
  background-color: #14202a;
  color: #fff;
  padding: 1.5rem;
  border-radius: 5px;
}

.responsive__topHeader {
  display: none;
  background-color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 13px;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 300;
}

.slider__box {
  gap: 20px;
  align-items: center;
}

.slider__box .slider__leftbox {
  padding: 1rem 0 !important;
  width: 100%;
}

.slider__box .slider__leftbox h4 {
  margin: 0;
  padding: 0;
  color: #caa151;
}

.footer__navbar {
  width: 100%;
  background-color: #fff;
  height: 60px;
  z-index: 399;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0px;
}

.footer__navbar .footernav__menu {
  width: 85%;
  margin: 0 auto;
  position: relative;
}

.footer__navbar .footernav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__navbar .footernav__menu .footernav__link {
  font-weight: bold;
  padding: 1rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #000 !important;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 400;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer__navbar .footernav__menu .footernav__link:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.footer__navbar .footernav__menu .footernav__link i {
  font-size: 25px;
}

.imageSlider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 400;
  overflow-y: hidden;
  display: none;
  left: 0;
  top: 0;
  background-color: #707070;
}

@media (max-width: 767px) {
  .sModal .slider.imageSliders {
    transform: translate(0) !important;
  }
}

.imageSlider .sliderCloseBtn {
  position: absolute;
  z-index: 500;
  font-size: 30px;
  color: #fff;
  top: 5%;
  left: 10px;
  cursor: pointer;
}

.imageSlider .swiper-slide {
  height: 100%;
}

.imageSlider .swiper-slide .slider__box {
  text-align: center;
  /* width: 50%; */
}

.footer .copyright {
  z-index: 398;
}

@media (max-width: 768px) {
  .sGallery.imageSlider .swiper-slide .slider__box {
    width: 100%;
  }
  /* .sGallery .slider.imageSliders {
            transform: translateY(40%);
        } */
  .sGallery .sliderCloseBtn {
    position: absolute !important;
    left: 10px !important;
    z-index: 1000 !important;
  }

  #initInfo input {
    grid-column: 1/-1;
  }

  #initInfo input:last-child {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 500px) {
  .sGallery .sliderCloseBtn {
    top: -50px !important;
  }
}

.imageSlider .swiper-slide .slider__box img {
  border-radius: 20px;
  /* width: 100%; */
}

@media (max-width: 768px) {
  .imageSlider .swiper-slide .slider__box img {
    width: 100%;
    height: auto;
  }
  .sGallery .slider.imageSliders {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.hiddenInMobile {
  display: block;
}

.showInMobile {
  display: none;
}

.mobile__navbar {
  display: none;
  position: fixed;
  left: 0;
  overflow: auto;
}

@media only screen and (max-width: 620px) {
  .mainBooks .book__bgcCard {
    display: none;
  }
  .bookDetail__content .leftbox .bookimage {
    height: auto !important;
  }
  .book__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .book__item .rightbox,
  .book__item .leftbox {
    margin: 1rem 0;

    grid-column: 1/-1;
  }
  .book__item .leftbox {
    text-align: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .book__item .leftbox img {
    width: 150px;
  }
}

@media only screen and (max-width: 1111px) {
  .topheader,
  .header__text {
    display: none;
  }
  .responsive__topHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 300;
    -webkit-box-shadow: -20px 0 10px #000;
    box-shadow: -20px 0 10px #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main__videoDetail .rightbox,
  .main__videoDetail .leftbox {
    grid-column: 1/ -1;
  }
  .messages {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .messages .messages__rightBox {
    grid-column: 1/ -1;
    margin-bottom: 3rem;
  }
  .messages .messages__leftBox {
    grid-column: 1/ -1;
  }
}
.search__box__content__items {
  background-color: #14202a;
  color: #fff;
  padding: 1.5rem;
  border-radius: 5px;
}
@media only screen and (max-width: 970px) {
  .newsDetail__title span {
    width: max-content;
    display: flex;
    gap: 10px;
    margin-right: 5px;
  }
  .newsDetail__content .rightbox img {
    height: auto !important;
  }
  .search__box__content__list {
    grid-template-columns: 1fr !important;
  }
  .main__search__box .search__box__title .leftbox {
    flex-direction: column !important;
    gap: 15px !important;
  }
  .mobile__navbar {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    z-index: 500;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
  }
  .mobile__navbar__menu {
    width: 80%;
    height: 100%;
    background-color: #fff;
    position: relative;
  }
  .mobile__navbar__menu .navbar {
    width: 100%;
  }
  .mobile__navbar__menu .navbar__menu .navbar__list:hover .navbar__link {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .mobile__navbar__menu .navbar__list {
    padding: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .mobile__navbar__menu .navbar__list:hover .dropdown-content {
    display: block;
  }
  .mobile__navbar__menu .navbar__list:hover {
    background-color: #5c656c4d;
  }
  .mobile__navbar__menu .navbar__list .dropdown-content {
    display: none;
    width: 100%;
    height: 200px;
    overflow: auto;
  }
  .mobile__navbar__menu .navbar__list .dropdown-content a {
    margin: 10px 4rem;
    display: block;
    color: #000;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 1rem 0;
  }
  .mobile__navbar__menu .navbar__list .dropdown-content a:hover {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .mobile__navbar__menu .navbar__link {
    padding: 1rem;
    color: #000;
  }
  .mobile__navbar__menu .navbar__link:hover {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .mobile__navbar__menu .closeBtn {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 25px;
    cursor: pointer;
  }
  .mobile__navbar__menu .closeBtn:hover i {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .mobile__navbar__menu__logo {
    text-align: center;
    border-bottom: 1px solid #5c656c4d;
  }
  .mobile__navbar__menu__logo img {
    margin: 1.5rem 0 1rem 0;
    width: 150px;
  }
  .page__link {
    display: block !important;
  }
  .placeContent img {
    height: 250px !important;
  }
  .interpretationMain {
    text-align: center;
  }
  .interpretationMain .interpretation__Box__item {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .interpretationMain .interpretation__Box__item .rightbox {
    font-size: 14px;
    margin-left: 8px;
    width: 50%;
  }
  .interpretationMain .interpretation__Box__item .rightbox p {
    font-size: 14px;
    text-align: right;
    width: 100%;
  }
  .interpretationMain .interpretation__Box__item .leftbox {
    font-size: 14px;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem 1rem;
    width: 50%;
  }
  .question__box .rightbox,
  .question__box .leftbox {
    grid-column: 1/ -1 !important;
  }
  .main__gallary .main__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 400px;
    gap: 0px;
  }
  .main__gallary .rightbox,
  .main__gallary .leftbox {
    margin-bottom: 1rem;
  }
  .main .news .news__leftBox {
    grid-column: 1/ -1;
    margin-bottom: 3rem;
  }
  .main .news .news__rightBox {
    width: 100%;
    grid-column: 1/-1;
  }
  .main .news__rightBox .news__card__desc .text1,
  .main .news__rightBox .news__card__desc .text2,
  .main .news__rightBox .news__card__desc .date {
    display: none;
  }
  .main .news__rightBox .news__card{
    align-items: center;
  }
  .main .news__rightBox .news__card__image img{
    height: auto;
  }
  .main .news__rightBox .news__card__image{
    display: flex;
    align-items: center;
  }
  .news__card__desc .text1,
  .news__card__desc .text2 {
    margin-bottom: 1rem;
  }
  .news__main .news__Content .rightbox .news__card__desc .text1{
    margin:1rem 0 !important;
  }
  .news__main .news__Content .rightbox .news__card__desc .date{
    order: -1;
  }
  .pageination__box {
    margin: 3rem 0;
  }
  .pageination__box .pagination a {
    padding: 10px;
  }
  .book__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .news__main .news__Content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .news__main .news__Content .rightbox,
  .news__main .news__Content .leftbox {
    grid-column: 1/ -1;
  }
  .news__main .news__Content .news__card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem;
  }
  .news__main .news__Content .news__card .news__card__image {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
  }
  .newsDetail__main {
    width: 90%;
  }
  .newsDetail__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0rem auto 5rem auto;
    gap: 0px !important;
  }
  .newsDetail__content .rightbox,
  .newsDetail__content .leftbox {
    grid-column: 1/ -1;
  }
  .newsDetail__texts {
    padding: 1rem;
  }
  .newsDetail__contentBox .rightbox {
    grid-column: 1/ -1 !important;
  }
  .newsDetail__contentBox .rightbox p {
    padding: 1rem;
  }
  .newsDetail__contentBox .leftbox {
    display: none;
  }
  .LinksAndSocials {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .comments .topInputs {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}

.shortDesc {
  width: 100%;
  background-color: #2a343e;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.biography__contentText {
  width: 85%;
  margin: 0 auto;
  color: #fff;

  margin-bottom: 6rem;
}

@media only screen and (max-width: 970px) {
  .question__box__list img {
    display: none;
  }
  .showInMobile {
    display: block;
    height: 500px;
  }
  .hiddenInMobile {
    display: none;
  }
  .footer__navbar {
    display: block;
  }
  .banner2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (300px) [2];
    grid-template-rows: repeat(2, 300px);
  }
  .interpretation {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .bookBox .bookBox__bgcImage {
    width: 250px !important;
    right: 50px !important;
  }

  .bookBox .slider__box .rightBox {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 5 !important;
    grid-column: 1/ 6 !important;
  }
  .bookBox .slider__box .rightBox img {
    width: 100% !important;
    right: 0 !important;
  }
  .bookBox .slider__box .leftBox {
    grid-column: 6/ -1 !important;
    text-align: right !important;
    width: max-content;
  }
  .bookBox .slider__box .leftBox p {
    display: none;
  }
  .main .bookBox .slider__box {
    top: 20px;
  }
  .bookBox .talifImage,
  .bookBox .arciveImage {
    right: 20% !important;
  }
  .video__archive__image {
    display: none;
  }
  .messages .messages__rightBox .message__cardBox {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .messages .messages__rightBox .message__cardBox p {
    padding: 0 1rem;
  }
  .slider {
    margin: 0 0 3rem 0;
  }
  .slider__box {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .slider__box .slider__leftbox {
    padding: 1rem;
  }
  .footer .footer__box .rightbox,
  .footer .footer__box .centerbox,
  .footer .footer__box .leftbox {
    grid-column: 1/ -1;
    margin-bottom: 2rem;
  }
  .footer .footer__box .centerbox {
    line-height: 2.5;
    margin-bottom: 0;
  }

  .centerbox .address {
    padding: 0 2rem !important;
  }
  .footer .footer__box .leftbox {
    display: none;
    height: 0;
  }
  .footer .footer__box .topheader,
  .footer .footer__box .header__text,
  .footer .footer__box .swiper-button-prev,
  .footer .footer__box .swiper-button-next {
    display: none;
  }
  .footer .footer__box .slider {
    margin: 0 0 3rem 0;
  }
  .footer .footer__box .slider__box {
    padding: 0;
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footer .footer__box .slider__box img {
    padding: 0;
    margin: 0;
  }
  .footer .footer__box .slider__box .slider__leftbox {
    padding: 0 1rem;
  }
  .footer .footer__box .slider__box .slider__leftbox h4 {
    margin-bottom: 1rem;
  }
  .footer .footer__box .slider__box .slider__leftbox p {
    line-height: 2;
    font-size: 13px;
  }
  .footer .footer__box .bookBox .bookBox__bgcImage {
    width: 400px !important;
    left: 0% !important;
    right: -20% !important;
  }
  .footer .footer__box .bookBox .leftBox p {
    display: none;
  }
  .footer .footer__box .message__cardBox {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .footer .footer__box .messages__rightBox .message__card {
    gap: 0;
    margin: 10px 0;
  }
  .footer .footer__box .messages__rightBox .message__card p {
    line-height: 2;
  }
  .footer .footer__box .archive__btn {
    display: none;
  }
  .footer .footer__box .video__archive__image {
    display: none;
  }
  .footer .footer__box .interpretation__rightbox,
  .footer .footer__box .interpretation__lefttbox {
    grid-column: 1 /-1;
  }
  .footer .footer__box .interpretation__Box__list {
    border-radius: 5px !important;
  }
  .footer .footer__box .interpretation__Box__list .rightbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer__box .interpretation__Box__list .rightbox p {
    font-size: 12px;
  }
  .footer .footer__box .interpretation__Box__list .leftbox {
    font-size: 10px;
    width: 120px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer .footer__box .interpretation__Box__list .leftbox img {
    margin-left: 5px;
    width: 100%;
  }
  .footer .footer__box .interpretation__lefttbox {
    display: none;
  }
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    z-index: 398;
  }
  .copyright span {
    /* margin-bottom: 1rem; */
    text-align: center;
    padding: 1rem;
    display: inline-block;
  }
  .copyright span:nth-child(even) {
    text-align: left;
  }
  .card__Reporter img {
    width: 100%;
  }
  .biographyPage .responsive__topHeader {
    margin-bottom: 1rem;
  }
  .placeDetail__main {
    overflow: hidden;
  }
  .bookDetail__content {
    width: 100%;
  }
  .bookDetail__content {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }
  .book__bgcCard {
    display: none;
  }
  .biography__header,
  .page__link {
    display: none;
  }
  .title span {
    display: none;
  }
}

@media only screen and (max-width: 860px) {
  .main__place {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .placeDetail__main {
    overflow: hidden;
  }
  .placeDetail__main .topBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .placeDetail__main .topBox img {
    width: 100%;
    height: 200px;
  }
  .placeDetail__main .topBox p {
    text-align: justify;
  }
}

@media only screen and (max-width: 450px) {
  .main__place .placeDetail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .main__place .placeDetail span {
    margin-bottom: 1rem;
  }
}

.slider__box {
  position: relative;
}

.book-slider-rightbox {
  grid-column: 1/3;
}

.book-slider-leftbox {
  grid-column: 3/-1;
  margin: 0 4rem;
}

.book-slider-leftbox-box {
  border-bottom: 1px solid #707070;
}

.book-slider-leftbox-box p {
  margin-bottom: 10px;
}

.book-slider-leftbox-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.book-slider-leftbox-desc a {
  color: #333;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  z-index: 400;
  font-size: 14px;
}

.book-slider-leftbox-desc a:hover {
  border-color: #333;
}

.book-slider-rightbox img {
  position: absolute;
  top: 50%;
  width: 180px;
  height: auto;
  transform: translateY(-50%);
}

/* saeed config */

@media (max-width: 767px) {
  .sBookBox .slider__box {
    height: auto !important;
  }
  .sBookBox .leftBox__date {
    text-align: right !important;
    padding-left: 0 !important;
  }
  .sBookBox .rightBox .bookImage {
    height: auto !important;
  }
  .sBookBox .rightBox .bookImage {
    top: unset !important;
    bottom: -5px;
  }
}

p.subTitle {
  font-weight: bolder;
  font-size: 15px;
}

p.subTitle a {
  color: #caa151 !important;
}

p.subTitle a:visited {
  color: white;
  opacity: 0.8;
}

/* image report */

.leftBox {
  width: 30%;
}

.rightBox {
  width: 60%;
}

.sWidth95 {
  width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.sWidth95_rightBox {
  grid-column: 1/9 !important;
}

.sWidth95_leftBox {
  grid-column: 9/-1 !important;
}

.sWidth95_leftBox img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .sWidth95 {
    margin-bottom: 4rem;
  }
  .sWidth95_rightBox,
  .sWidth95_leftBox {
    grid-column: 1/ -1 !important;
  }
}

.reportHeader {
  width: 100%;
  background: #2a343e;
  margin: 10px 0;
  padding: 15px;
  border-radius: 10px;
}

.reportHeader p {
  color: white;
  opacity: 0.8;
  text-align: justify;
  direction: rtl;
  padding: 0 15px;
}

.reportHeader h3 {
  margin-bottom: 15px;
  color: white;
  word-spacing: 2px;
  font-size: 18px;
}

div#otherImage img {
  width: 48%;
  border-radius: 15px;
}

div#otherImage {
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-around;
}

.leftBox img {
  width: 100%;
  margin: 10px 0;
  border-radius: 15px;
}

.reportDetail p span {
  font-size: 14px;
  opacity: 0.8;
}

.reportDetail p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: white;
}

.reportDetail p:first-child {
  margin-bottom: 10px;
}

.reportDetail {
  width: 100%;
  background: #2a343e;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: auto;
}

div#otherReport {
  width: 100%;
  margin-top: 20px;
}

a.linkReport {
  width: max-content;
  color: black;
  background: white;
  border-radius: 5px;
  padding: 10px 30px;
  height: auto;
  cursor: pointer;
}

.otherReportCard h4 {
  color: white;
}

.otherReportCard {
  padding: 10px;
  margin: 10px 0;
  background: #2a343e;
  border-radius: 5px;
}

div#otherReport p span {
  opacity: 0.8;
}

div#otherReport p a {
  color: white;
}

div#otherReport p {
  width: 100%;
  color: white;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

div#otherReport {
  width: 100%;
  margin-top: 20px;
}

.sWidth95 .title__right {
  background-image: url(../images/Group1122.png);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 50px;
}

.sWidth95 .title .title__right p {
  position: relative;
  z-index: 100;
  color: #000;
  margin-left: 2rem;
}

.sWidth95 .title__right img {
  width: 50px;
}

.sWidth95 .title {
  background-color: #5c656c4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  margin: 20px 0;
}

.showInMobile {
  display: none;
}

.hiddenInMobile {
  display: block;
}

@media (max-width: 768px) {
  .sWidth95 {
    flex-direction: column;
  }
  .showInMobile {
    display: block;
  }
  .sWidth95 .rightBox,
  .sWidth95 .leftBox {
    width: 100%;
  }
  img.showInMobile.mainImage {
    width: 90%;
    margin: auto;
    height: auto;
    border-radius: 10px;
  }
  div#otherImage img {
    width: 90%;
  }
  .hiddenInMobile {
    display: none;
  }
  div#otherReport {
    width: 95%;
    margin: auto;
  }
}

/* archive book page */

/* 
.bookMain {
    width: 90%;
    margin: auto;
}

section#bookBox {
    width: 100%;
    background: #2a343e;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.bookCard {
    width: calc(50% - 20px);
    display: flex;
    padding: 10px;
    background: #1e2833;
    margin: 10px;
    border-radius: 10px;
}

.bookCardDetail {
    padding: 0 15px;
    color: white;
}

.bookCardDetail p {
    opacity: 0.7;
    margin: 15px 0;
    height: 150px;
    overflow: hidden;
}

a.seenBookBtn {
    display: block;
    margin: 10px;
    color: black;
    background: white;
    width: max-content;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    float: left;
} */

.archiveBook {
  position: absolute;
  right: 50%;
  transform: translateX(40%);
  bottom: -20px;
  z-index: 200;
  height: 40px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .archiveBook {
    right: 45%;
    transform: translateX(40%);
  }

  .slider__box .rightBox .bookImage {
    width: 100% !important;
    height: 100% !important;
  }

  .slider__box .leftBox .leftBox__date {
    display: none !important;
  }
}

/* video detail config  */

@media (max-width: 768px) {
  .rightbox h3.showInMobile {
    margin-bottom: 1rem;
    color: white;
    height: auto;
  }
  .rightbox p.showInMobile {
    font-size: 14px;
    height: auto;
  }
  .rightbox .detailBox.showInMobile {
    width: 100%;
    background-color: #5c656c4d;
    border-radius: 5px;
    margin: 2rem 0;
    height: auto;
    border-bottom: none;
  }
  .rightbox .detailBox.showInMobile p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rightbox .detailBox.showInMobile .downloadBtn {
    width: 100%;
    padding: 10px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px;
    margin-top: 1rem;
    border: 2px solid #fff;
    cursor: pointer;
    display: block;
    background: white;
    color: black;
    text-align: center;
  }
}

.sMainTitle {
  background-color: #5c656c4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
}

.sMainTitle .title__right {
  background-image: url(../images/Group1122.png);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 50px;
}

.sMainTitle .title__right img {
  width: 50px;
}

.sMainTitle .title__right p {
  position: relative;
  z-index: 100;
  color: #000;
  margin-left: 2rem;
}

.sMainTitle span {
  margin-left: 20px;
}

.sMainTitle span a {
  color: #fff;
}

.videos__box .bookLink {
  background-color: #14202a;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 3px 10px;
  border-radius: 10px;
  border: 2px solid #14202a;
}

.videos__box .bookLink:hover {
  background-color: transparent;
}

.videos__box .bookLink:hover a {
  color: #000;
  font-size: 12px;
}

.videos__box .bookLink a {
  color: #fff;
  font-size: 12px;
}
