@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

input,
textarea,
button,
select,
a,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  max-width: 100vw;
  background: url('../images/bgc.jpg');
  background-color: #ffffff;
  background-position: left top;
  /*background-size:15%;*/
  background-repeat: repeat;
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  min-height: 100vh;
}

.scrollTop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  height: 4rem;
  width: 4rem;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  cursor: pointer;
}

.scrollTop.active {
  visibility: visible;
  opacity: 1;
}

.scrollTop .social__icon {
  height: 4rem;
  width: 4rem;
  fill: #ffffff95;
}

.container {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.moveLeft {
  position: fixed;
  left: 260px;
}

.header {
  width: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  /* background-color: rgba(255, 255, 255, 0.7); */
}

.header__top {
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo p {
  font-size: 4rem;
  color: #000;
  font-weight: 700;
}

.logo,
.search {
  width: 50%;
  display: flex;
  justify-content: center;
}

.search input {
  outline: none;
  border: none;
  border-radius: 5rem;
  padding: 1rem;
  font-size: 1.6rem;
  /* width: 40rem; */
  width: 100%;
  background-color: #f6f6f6;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.nav {
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
}

.navbar {
  color: #fff;
  width: 80%;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem;
}
.mobile-navbar {
  color: #333;
  width: 100%;
  list-style: none;
  /* display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; */
  /* padding: 1.5rem; */
}

.navbar li {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  text-align: center;
}

.mobile-navbar li {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 1.5rem 2rem;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #ffffff;
}

.mobile-navbar li:hover {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.383);
}

.slider {
  position: relative;
  min-height: 30vh;
  width: 100%;
  overflow: hidden;
}

.slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.4s;
  transform-origin: center;
}

.slider .slide img.active {
  opacity: 1;
}

/* .slide-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 80px;
}

.slide-arrows li {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #fff;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
}

.slide-arrows li:hover {
    background-color: crimson;
}

.slide-arrows li::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 3px solid #111;
    border-bottom: 3px solid #111;
    transform: rotate(45deg);
}

.slide-arrows li:nth-child(2)::before {
    transform: rotate(-135deg);
} */

.content {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 2rem;
}

.content .social-content,
.content .recent-posts {
  flex: 0 0 25%;
  /*    background-color: lightblue;*/
}

/* .social-content{
display: flex;
flex-direction: column;
align-items: start;
} */
.content .posts {
  flex: 2 0 50%;
  /*    background-color: lightgreen;*/
  padding: 2rem;
}

.post {
  border-radius: 10px;
  margin-bottom: 5rem;
  padding: 3rem;
  background-image: linear-gradient(
    to right bottom,
    rgba(252, 243, 184, 0.6) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.6) 60%
  );
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.363);
}

.post__similar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.post__similar a h3 {
  color: #1e5e75;
  font-size: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
}

.post__heading {
  font-size: 2.2rem;
  letter-spacing: 1px;
  color: #1e5e75;
  font-weight: 700;
}

.post__text {
  font-size: 1.6rem;
  text-align: justify;
  margin-top: 1rem;
}

.post p {
  font-size: 1.6rem;
}

.post__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.post__category {
  flex: 0 0 50%;
  margin-right: 1rem;
}

.post__date {
  flex: 0 0 50%;
  margin-right: 0;
  text-align: right;
}

.post__status p {
  font-size: 1.4rem;
  color: #333;
}

a.post__details:link,
a.post__details:visited {
  color: #70a436;
  font-size: 1.6rem;
  display: inline-block;
  text-decoration: none;
  margin-top: 0.7rem;
  font-weight: bold;
}

.secondary {
  padding: 1.5rem;
  overflow: hidden;
  position: relative;
}

.facebookPageWrapper {
  display: block;
  text-align: center;
}

/* /////////////////////////////////////////// YOUTUBE SECTION ////////////////////////////////////////////// */

.titleOfVideo {
  padding: 0;
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
}

.containerYoutube {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0 auto;
  z-index: 2222;
  height: 100vh;
  display: none;
}

.containerYoutube #videoYoutube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 75vh;
}

.closeYoutube {
  background-color: rgb(255, 254, 199, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  font-size: 30px;
  color: rgb(0, 0, 0);
  z-index: 3333;
  cursor: pointer;
}

.youtubeContainer {
  position: relative;
  width: 100%;
  /* height: 100%; */
  min-height: 90px;
  border-radius: 5px;
  overflow: hidden;
}

.youtubeContainer .mainYoutube {
  /* position:relative; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtubeContainer .mainYoutube .itemVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* visibility: hidden; */
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 8px;
  margin: 0 auto;
  cursor: pointer;
}

/* .youtubeContainer .mainYoutube .itemVideo.active{
      visibility:visible;
  } */

.control {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.control:hover {
  background: rgba(250, 227, 160, 0.7);
}

.control::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 3px solid #111;
  border-bottom: 3px solid #111;
  transform: rotate(45deg);
}

.nextControl::before {
  transform: rotate(225deg);
}

.prevControl {
  left: 5%;
}

.videoThumbnail {
  cursor: pointer;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    0deg,
    rgba(30, 94, 117, 0.9) 10%,
    transparent 70%
  );
}

.thumbnailYoutube {
  width: 100%;
  border-radius: 4px;
}

.detailsYoutube {
  padding: 8px 22px;
}

.sliderNavigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sliderNavigation li {
  list-style: none;
  margin: 10px;
  cursor: pointer;
  width: 40px;
  height: 15px;
  border: 2px solid #fae3a0;
  background-color: rgba(255, 255, 255, 0.3);
}

.sliderNavigation li.active {
  background-color: #fae3a0;
}

/* /////////////////////////////////////////// END OF YOUTUBE SECTION ////////////////////////////////////////////// */

.secondary .heading-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.secondary .heading {
  display: inline-block;
  color: #fae3a0;
  background-color: #1e5e75;
  font-size: 2.5rem;
  padding: 0.5rem 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.secondary .hr {
  background-color: #1e5e75;
  height: 0.3rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  outline: none;
}

.secondary .post .post__heading {
  color: #1e5e75;
  font-size: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
}

.secondary .post a:last-child .post__heading {
  border-bottom: none;
}

/* .facebook-posts {} */

.books {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.books__heading {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.books__container {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.book {
  width: 220px;
  padding: 10px;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}

.book__image {
  width: 190px;
  height: 280px;
}

.book__title {
  font-size: 1.4rem;
  margin-top: 2rem;
}

.footer {
  margin-top: 6rem;
  width: 100%;
  background-color: #fff;
  padding: 3rem;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.footer__wrapper {
  width: 80%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.footer .copyright {
  font-size: 1.6rem;
  color: #999;
}

.social {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.social p {
  font-size: 1.5rem;
}

.social__link:link,
.social__link:visited {
  text-decoration: none;
  font-size: 3rem;
  padding: 1rem;
}

.social__icon {
  width: 5rem;
  height: 5rem;
  fill: #25d366;
  padding: 1rem;
}

div.social__share {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

.youtube {
  fill: #ff0000;
}

.facebook {
  fill: #3b5998;
}

/* HAMBURGER MENU */
.header__nav {
  background-color: transparent;
  cursor: pointer;
  /*	justify-self: start;*/
  position: relative;
  z-index: 10000;
  padding: 20px;
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.header__nav .menu-btn {
  width: 35px;
  height: 4px;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0 2px 4px var(--shadow-small);
  transition: all 0.5s ease-in-out;
}

.header__nav .menu-btn1,
.header__nav .menu-btn2 {
  content: '';
  position: absolute;
  width: 35px;
  height: 4px;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0 2px 4px var(--shadow-small);
  transition: all 0.5s ease-in-out;
}

.whiteBgc {
  background-color: #fff !important;
}

.header__nav .menu-btn1 {
  transform: translateY(-12px);
}

.header__nav .menu-btn2 {
  transform: translateY(12px);
}

.swiper-container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 220px;
}

.swiper-slide a {
  width: 100%;
  height: 100%;
  /* background-color: rgba(255,255,255,.2); */
}

/*/////////// MENU ANIMATION ///////////*/
.header__nav.open .menu-btn {
  transform: translateX(-50px);
  background-color: transparent;
  box-shadow: none;
}

.header__nav.open .menu-btn1 {
  transform: rotate(45deg);
}

.header__nav.open .menu-btn2 {
  transform: rotate(-45deg);
}

.mobile-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  width: 0;
  height: 100%;
  background-color: #f8f8f8;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  box-shadow: 0 0 5px 5px #ebebeb inset;
}

div.details {
  background-image: url('../images/details.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 30vh;
}
div.postime-te-ngjashme > div.post > hr {
  margin: 1.5rem;
}
div.postime-te-ngjashme > div.post > hr:last-child {
  display: none;
}

.mobile-link {
  color: #334b90;
}

.desktop-link {
  color: #fff;
}

.logo .header-logo-link img {
  width: 130px;
  height: auto;
}

@media only screen and (max-width: 700px) {
  .details-wrapper {
    width: 90% !important;
    margin-top: 10px !important;
  }

  .recent-posts .post {
    padding: 1rem !important;
  }
  .recent-posts .post h1.post__heading {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1000px) {
  .content {
    flex-direction: column;
  }
  .social-content {
    order: 1;
  }
  .books__heading {
    margin-top: 4rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 900px) {
  .header__nav {
    display: flex;
  }
  /* .header .search,
    .header .logo{
        width: 33%;
    } */

  .navbar {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .nav {
    display: none;
  }

  .footer__wrapper {
    flex-direction: column;
    width: 100%;
  }

  .copyright {
    order: 1;
    text-align: center;
  }

  .post__similar {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .post__similar a:last-child h3 {
    border: none;
  }
}

@media only screen and (max-width: 700px) {
  .header__top {
    flex-direction: column;
  }

  .header__nav {
    position: absolute;
    top: 40px;
    left: 40px;
  }

  .logo {
    width: 100%;
  }

  .header .search input {
    width: 28rem;
  }

  .logo {
    margin-bottom: 2rem;
  }

  div.details {
    height: 20vh;
  }

  div.postime-te-ngjashme {
    width: 90% !important;
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 550px) {
  .post {
    margin-bottom: 2.5rem;
  }

  html {
    font-size: 50%;
  }

  .content {
    padding: 0.7rem;
  }

  .content div.posts,
  .content div.secondary {
    /* padding: 0.5rem; */
  }
  /* .logo{
        margin-left: 40px;
    } */

  .header__nav {
    left: 20px;
  }

  .header__nav {
    top: 26px;
    left: 20px;
  }

  .header__nav .menu-btn,
  .header__nav .menu-btn1,
  .header__nav .menu-btn2 {
    width: 25px;
    height: 3px;
  }

  .header__nav .menu-btn1 {
    transform: translateY(-8px);
  }

  .header__nav .menu-btn2 {
    transform: translateY(8px);
  }

  .books__heading {
    margin-bottom: 1rem;
  }

  .footer {
    margin-top: 3rem;
  }

  .facebookPageWrapper {
    width: 250px;
  }
}
