@font-face {
  font-family: Fraunces;
  src: url(../fonts/Fraunces/fraunces.ttf);
}
@font-face {
  font-family: Algeti;
  src: url(../fonts/algeti/bpg_algeti.otf);
}
@font-face {
  font-family: kupiura;
  src: url(../fonts/algeti/gl-kupiura-medium.ttf);
}

:root {
  --prim: #4b4b4b;
  --sec: #727272;

  --bg: #fcfaf4;
  --cta: #5c9fc8;
  --ctah: #4d85a8;

  --white: #f9f8f3;
  --dark: #160e0c;
  --red: #9e2e2f;
  --redh: #8b0304;

  --pad: 120px;
  --swiper-theme-color: #db191a;
  --swiper-pagination-bullet-inactive-color: #e7f0fc;
}

body {
  background-color: var(--bg);
  color: var(--prim);
  line-height: 1;
  font-size: 16px;
}
body[lang="en"] {
  font-family: Fraunces;
}
body[lang="ka"] {
  font-family: kupiura;
}
body[lang="ka"]
  :is(
    .n-text,
    .ftr .col-lg-4 span,
    .journal span,
    .article-desc,
    .in p,
    .article-text
  ) {
  font-family: Algeti;
}
.article-text {
  font-size: 20px;
  line-height: 32px;
}
.pr-6 {
  padding-right: 60px;
}
.pl-6 {
  padding-left: 60px;
}
a:hover {
  color: var(--prim);
}
.text-danger {
  color: var(--red) !important;
}
.navbar-brand img {
  width: 50px;
}
.hero {
  margin-top: 60px;
}
.hero .hero-title {
  margin-bottom: 60px;
  width: 100%;
}
.hero .hero-title h1 {
  font-size: 48px;
  line-height: 79px;
  color: #686868;
}
.btn {
  border-radius: 10px;
  padding: 15px 30px;
  background-color: var(--cta);
  color: #ffff;
  font-size: 20px;
  margin-top: 60px;
}
.btn:hover {
  color: #ffff;
  background-color: var(--ctah);
}
.hero .hero-text {
  font-size: 20px;
  line-height: 160%;
  color: var(--sec);
}
.hero .swiper {
  border-radius: 25px;
  filter: drop-shadow(-5px 10px 50px rgba(0, 0, 0, 0.05));
  height: 67vh;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 15px)
  );
}
.hero .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}
.hero .swiper-pagination {
  text-align: right;
  padding: 16px 20px;
}
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 9999999999; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* journal */

#magazine {
  cursor: alias;
}
#magazine .shadow,
#magazine.shadow {
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}
#magazine .next-button,
#magazine .previous-button {
  width: 22px;
  height: 530px;
  position: absolute;
  top: 0;
}

#magazine .next-button {
  right: -22px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

#magazine .previous-button {
  left: -22px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}

#magazine .previous-button-hover,
#magazine .next-button-hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#magazine .previous-button-hover,
#magazine .previous-button-down {
  background-image: url(../img/arrs.png);
  background-position: -4px 50%;
  background-repeat: no-repeat;
}

#magazine .previous-button-down,
#magazine .next-button-down {
  background-color: rgba(0, 0, 0, 0.4);
}

#magazine .next-button-hover,
#magazine .next-button-down {
  background-image: url(../img/arrs.png);
  background-position: -38px 50%;
  background-repeat: no-repeat;
}

#magazine {
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  -o-transition: margin-left 0.2s ease-in-out;
  -ms-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
}
#magazine {
  width: 75% !important;
  height: 39.5vw !important;
  z-index: 1;
  left: 12%;
}
#magazine .turn-page {
  background-color: #ccc;
  background-size: 100% 100%;
}

.page {
  background-size: contain;
}
/* journal */

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: rgba(252, 250, 244, 0.6);
  z-index: 9999;
  backdrop-filter: blur(7px);
  transition: all 200ms ease;
}
.menu-title {
  font-size: 22px;
  line-height: 24px;
}
.menu-title span {
  color: var(--swiper-theme-color);
}
.navbar {
  padding: 15px var(--pad);
}
.navbar ul li a.nav-link {
  color: var(--prim);
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 30px !important;
  padding-right: 0px !important;
}
.navbar ul li:last-child {
  padding-left: 30px;
}
.navbar ul li img {
  width: 30px;
  height: auto;
  opacity: 0.9;
}
.navbar ul li:hover a.nav-link,
.ftr ul li:hover a {
  filter: brightness(0.3);
  color: var(--prim);
}
.st-cont img {
  filter: brightness(0.8);
  transition: all 250ms linear;
}
.st-cont .col-12:hover img {
  filter: brightness(1);
}
.s-title {
  margin-bottom: 60px;
}
.s-title h1 {
  font-size: 40px;
  line-height: 49px;
}
section {
  padding: 0 var(--pad);
  margin-top: var(--pad);
}
.fill-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(252, 250, 244, 0.77);
  border-radius: 20px;
  width: 60%;
  z-index: 9999999;
  padding: 30px;
  backdrop-filter: blur(3px);
  display: none;
}
.news-img {
  height: 352px;
  width: 100%;
}
.news-img img,
.article-img img,
.journal-img img,
.jp-img img,
.book-img img,
.author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  transition: all 200ms linear;
}
.news-img img {
  border-radius: 25px;
}
.n-title h1 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.01em;
}
.n-text {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.01em;
  color: var(--sec);
}
.n-stat {
  padding: 30px 0;
}
.news-item:not(:last-child) {
  margin-bottom: 60px;
}
/* .hero + .news .news-item:nth-child(even) .news-desc{
    padding-left: 60px;
}
.hero + .news .news-item:nth-child(odd) .news-desc {
    padding-right: 60px;
}
.hero + .news .news-item:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: right;
} */
/* .in .news-item:nth-child(odd) .news-desc{
    padding-left: 60px;
}
.in .news-item:nth-child(even) .news-desc {
    padding-right: 60px;
}
.in .news-item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
} */
.news-item:nth-child(odd) .news-desc {
  padding-left: 60px;
}
.news-item:nth-child(even) .news-desc {
  padding-right: 60px;
}
.news-item:nth-child(even) .row {
  flex-direction: row-reverse;
  text-align: right;
}

.in .news-item:nth-child(even) .news-desc {
  padding-right: 60px;
  width: 100%;
  text-align: right;
}
/* articles */
.articles .row {
  gap: 60px;
}
.articles .n-stat {
  padding: 20px 0 15px 0;
}
.articles .col-md-4 {
  padding: 0;
  width: calc(33.33333333% - 40px);
}
.library .row {
  gap: 4.46%;
}
.library .col-md-3 {
  width: calc(25% - 3.35%);
  padding: 0;
}
.article-img,
.book-img {
  width: 100%;
  position: relative;
}
.article-img {
  /* height: 260px; */
  height: auto;
}

.book-img {
  height: 460px;
}
.book-desc,
.book-text {
  font-size: 20px;
  line-height: 32px;
  color: var(--sec);
}
.book-desc {
  margin-top: 12px;
}
.library .n-title {
  margin-top: 30px;
}
.articles .n-title h1 {
  -webkit-text-stroke: 0.08px #fcfaf4;
}
.articles .col-md-4 a:hover .n-title {
  color: var(--ctah);
}
.articles .col-md-4 a:hover .article-img > img {
  filter: brightness(0.9);
}
.count {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px;
  background: rgba(109, 188, 209, 0.67);
  border-radius: 8px;
}
.count img {
  width: auto;
  height: 16px;
  margin-right: 5px;
}
.count span {
  color: #ffff;
  font-size: 15px;
}

/* library */
.swiper.lib-slide {
  height: auto;
  padding-right: 120px;
}
.lib-slide .swiper-wrapper {
  padding-top: 60px;
  height: auto;
}
.lib-slide .swiper-slide {
  align-items: flex-start;
}
.lib-slide .swiper-slide img {
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.1));
  border-radius: 25px;
}
.lib-slide .swiper-slide img {
  height: 600px;
}
.lib-slide .swiper-slide a {
  display: block;
  width: 100%;
}
.lib-title {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  margin: 30px 0 15px 0;
}
.lib-desc {
  font-size: 20px;
  line-height: 28px;
  color: var(--sec);
}
.journal-img img {
  height: auto;
  border-radius: 25px;
}
.jp-img {
  width: 50%;
  position: absolute;
  z-index: 1;
  right: 0;
}
.jp-img:nth-child(2) {
  top: -20px;
  right: 80px;
  z-index: 2;
}
.jp-img:first-child {
  top: -40px;
  right: 160px;
  z-index: 3;
}
.journal-title {
  margin-bottom: 30px;
}
.r-more {
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
}
.r-more a {
  border-bottom: 2px solid var(--prim);
  transition: all 200ms linear;
}
.r-more:hover a {
  color: var(--sec);
  border-color: var(--sec);
}

.ftr {
  background-color: #eff6ee;
  border-radius: 75px;
  padding: 60px;
}
.ftr .col-lg-1 img {
  width: 46px;
  height: auto;
}
.ftr .col-lg-1 img:hover {
  filter: drop-shadow(2px 4px 8px #555555);
}
.ftr .col-lg-4 span {
  font-size: 16px;
  line-height: 20px;
  opacity: 0.7;
}
.ftr .col-lg-4 {
  padding-left: 100px;
}
.ftr .col-lg-3 {
  padding-right: 34px;
}
.ftr .col-lg-2 {
  padding-left: 100px;
}
.ftr .col-lg-2 ul li a {
  line-height: 22px;
  width: 100%;
  display: block;
}
.ftr .col-lg-2 ul li:not(:last-child) {
  margin-bottom: 25px;
}
.ftr h5 {
  margin-bottom: 40px;
}
.logo-cont {
  padding: 80px;
  background: rgba(244, 249, 255, 0.9);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  position: relative;
}
.ftr .col-lg-3 {
  position: relative;
  z-index: 9;
}
.ftr .logo-cont::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  background: rgba(145, 151, 174, 0.6);
  border-radius: 0px 0px 40px 0px;
  right: -10%;
  bottom: -11%;
  z-index: -1;
}
.logo-cont img {
  width: 100%;
  height: auto;
}
.journal-t {
  height: 80vh;
  text-align: center;
}
.journal-t img {
  width: auto;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
.last-journal {
  gap: 60px;
}
.last-journal .journal-item {
  width: 16.42%;
  position: relative;
}
.j-over {
  position: absolute;
  inset: 0;
  /* background: rgba(200, 200, 200, 0.45); */
  /* background: linear-gradient(180deg, rgba(59, 54, 54, 0.3) 0%, rgba(71, 63, 61, 0.3) 100%); */
  background: linear-gradient(
    153deg,
    rgb(167 167 167 / 90%) 0%,
    rgb(92 159 200 / 70%) 100%
  );
  mix-blend-mode: normal;
  backdrop-filter: blur(4px);
  border-radius: 18px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  box-shadow: 10px 10px 20px -11px #4a4a4a;
  color: #ffff;
}
.j-over .r-more a {
  border-color: #ffff;
}
.j-over .r-more:hover a {
  border-color: #cecece;
  color: #cecece;
}
.j-over h3 {
  font-size: 40px;
  line-height: 40px;
  color: #ffff;
  margin-bottom: 16px;
}
.last-journal img {
  border-radius: 18px;
  width: 100%;
  height: auto;
}
.journal-in h1 {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
.journal-in .stats {
  margin-bottom: 60px;
}

.in-title h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
}
.article-title h1 {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.01em;
  margin-bottom: 60px;
}
p {
  word-break: break-word;
}
.in .article-title h1 {
  margin-bottom: 30px;
}
.article-desc {
  font-size: 20px;
  line-height: 32px;
  color: var(--sec);
}

.in .col-lg-7 .article-img {
  aspect-ratio: 16/9;
  height: 470px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
}
.article.in .col-lg-5 {
  padding-left: 100px;
}
.article.in .col-lg-5 .col-12 .n-stat {
  padding: 15px 0;
}
.article.in .col-lg-5 .col-12:not(:last-child) {
  margin-bottom: 60px;
}
.cat-item {
  color: rgba(139, 3, 3, 0.8);
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 10px;
  transition: all 250ms linear;
  border: 2px solid transparent;
  margin-bottom: 26px;
}
.cat-item:hover {
  color: var(--redh);
  border: 2px solid var(--redh);
}
.cat-item.active {
  color: var(--redh);
  border: 2px solid var(--redh);
}
.cat-item.active:hover {
  box-shadow: inset 0 0 60px 10px var(--redh);
  color: #ffff;
}
.cat-item:not(:last-child) {
  margin-right: 30px;
}
.search {
  position: relative;
}
.srchb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.search-inp {
  background: #ffffff;
  border: 1px solid #717171;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 13px;
  padding: 15px;
  padding-right: 50px;
}
.cat {
  margin-bottom: 60px;
}
.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 30px 0;
}
.pagination a {
  color: var(--prim);
  /* float: left; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  margin: 0 2px;
  text-decoration: none;
  box-shadow: 0 0 0 0 var(--prim);
  border-radius: 3px;
  transition: box-shadow 200ms linear;
}
.pagination a:hover {
  box-shadow: 0 0 3px var(--swiper-theme-color);
}
.pagination a.active {
  color: #fff !important;
  background: var(--swiper-theme-color);
  border-radius: 3px;
}
.article-cat-ovr {
  /* background: rgba(114, 113, 113, 0.60); */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* backdrop-filter: blur(3px); */
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 9;
  transition: all 200ms ease-in;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #ebebeb;
  text-align: center;
}
.article-cat-ovr:hover {
  background: rgba(114, 113, 113, 0.68);
}

.b-cats {
  padding-top: 30px;
}
.author span,
.b-cats span {
  font-size: 20px;
  line-height: 26px;
}
.author span:not(:last-child),
.b-cats span:not(:last-child) {
  padding-right: 15px;
}
.author span::after,
.b-cats span::after {
  /* content: ","; */
}
.about-text {
  font-size: 20px;
  line-height: 33px;
  color: var(--sec);
}
.contact input {
  margin-bottom: 30px;
}
.map iframe {
  border-radius: 25px;
}
.contact input,
textarea {
  padding: 15px;
  border: 1px solid #4b4b4b;
  border-radius: 10px;
  font-size: 18px;
}
.fill-form input {
  font-size: 16px;
}
.contact .btn {
  margin-top: 30px;
}
.map-ovr {
  background: rgba(24, 0, 0, 0.5);
  box-shadow: 10px 0px 50px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  border-radius: 25px;
  position: absolute;
  left: 60px;
  top: 0;
  height: 100%;
  padding: 60px 15px;
  color: #fff;
  max-width: 170px;
}
.map-ovr .d-flex {
  flex-direction: column;
}
.map-ovr a {
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;

  font-size: 14px;
  line-height: 19px;
}
.map-ovr a:hover {
  color: var(--cta);
}
.map-ovr a img {
  width: 35px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.map-ovr a:nth-child(2) img {
  width: 30px;
}
.ovr {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(3);
  z-index: 99999;
}
.close:hover {
  color: var(--red);
  cursor: pointer;
}
/* burger */
.burger {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 40px;
}
.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 3px;
  background-color: var(--red);
  margin: 4px 0;
  transition: 0.4s;
  border-radius: 3px;
  transition: all 250ms linear;
}
.bar3 {
  width: 50%;
  margin-left: auto;
}
.change .bar1 {
  width: 90%;
  transform: translate(0, 5px) rotate(-45deg);
}
.navbar-toggler-icon {
  width: auto;
}
/* .change .bar2 {opacity: 0;} */

.change .bar3 {
  width: 90%;
  transform: translate(0, -7px) rotate(45deg);
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
/* burger */
.author-img > .d-flex > img {
  /* border-radius: 100%; */
  border-radius: 30%;
  width: 50px;
  height: 50px;
}
.author-img .d-flex {
  position: relative;
  width: fit-content;
}
.author-img {
  width: fit-content;
}
.author-ovr img {
  width: 30px;
  height: auto;
  border-radius: 0;
}
.author-ovr {
  position: absolute;
  inset: 0;
  background-color: rgba(92, 159, 200, 0.9);
  color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  border-radius: 10px;
  opacity: 0;
  transition: all 200ms linear;
}
.author-cont .author-img:hover a {
  color: #ffff;
}
.author-img:hover .author-ovr {
  opacity: 1;
}
.gb img {
  height: 20px;
  width: auto;
}
.book.in .col-5 > img {
  border-radius: 22px;
}
.ovr-comming {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 25px;
  z-index: 99;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
}
.partners img {
  /* max-height: 100px; */
  height: auto;
  width: 80%;
}
@media screen and (min-width: 1601px) {
  .ftr .col-lg-1 a {
    display: block;
    width: 100%;
    text-align: end;
  }
  .book-img {
    height: 600px;
  }
  .article.in .col-5 {
    padding-left: 120px;
  }

  .lib-slide .swiper-slide {
    height: 688px;
  }
  .n-title h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .news-img {
    height: 400px;
  }
  .col-lg-7 .article-img {
    height: 610px;
  }
}
@media screen and (min-width: 992px) {
  .article-img {
    min-height: auto;
    /* min-height: 349px; */
  }
  .articles:not(.in) .row {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1601px) {
  body[lang="ka"] .menu-title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1501px) {
  body[lang="ka"] .menu-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1367px) {
  .book-img {
    height: 424px;
  }
  body {
    --pad: 60px;
  }
  .menu-title {
    font-size: 20px;
    line-height: 22px;
  }
  .hero .hero-title h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .hero .hero-title {
    margin: 30px 0;
  }
  .ftr .col-lg-4 {
    padding-left: 60px;
  }
  .j-over h3 {
    font-size: 32px;
    line-height: 36px;
    padding: 0 15px;
  }
  .s-title h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .lib-slide .swiper-slide img {
    height: 551px;
  }
  .ftr .col-lg-2 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .hero .hero-title h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  .article-img img {
    object-fit: contain;
  }
  body[lang="ka"] .menu-title {
    font-size: 18px;
    line-height: 22px;
  }
  .in.book .article-title {
    margin-top: 100px;
  }
  .in.book .article-title h1 {
    font-size: 24px;
  }
  .article-text {
    font-size: 18px;
    line-height: 26px;
  }
  .lib-title {
    font-size: 16px;
    line-height: 22px;
  }
  .pr-6 {
    padding-right: 0;
  }
  .article.in .col-lg-5 {
    padding-left: 0;
    padding-top: 100px;
  }
  .navbar ul li img {
    margin: auto;
  }
  .hero .swiper {
    height: 62vh;
  }
  .journal .col-4 {
    min-height: 280px;
    width: 40%;
  }
  .articles .col-md-4 {
    padding: 0;
    width: calc(50% - 40px);
  }
  .lib-slide .swiper-slide img {
    height: 381px;
  }
  .ftr .col-lg-4 {
    padding: 0 0 30px 30px;
  }
  .ftr .col-lg-2,
  .ftr .col-lg-4 {
    padding-left: 0;
  }
  .ftr .col-lg-1 a {
    display: block;
    margin-left: 30px;
    margin-top: 30px;
  }

  .ftr .logo-cont::before {
    width: 60%;
    height: 60%;
  }
  .ftr .col-lg-3 {
    margin-bottom: 120px;
  }
  .hero .btn {
    width: 100%;
  }
  .news-img {
    height: 230px;
  }
  .article-img {
    /* height: 492px; */
    /* height: 250px; */
    height: auto;
  }
  .hero .col-lg-4 {
    padding: 0 !important;
  }
  .navbar-nav {
    padding: 30px 0;
    width: 100%;
    height: 88vh;
  }
  header {
    max-height: 30vh;
  }
  header.open {
    height: 100vh;
    max-height: 100vh;
  }
  .nav-link {
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .nav-item {
    padding: 15px !important;
    margin-bottom: 15px;
    border-radius: 12px;
    width: 80%;
    background-color: rgba(109, 188, 209, 0);
    text-align: center;
  }
  .nav-item:hover .nav-link {
    font-weight: bold;
  }
  .nav-item:hover {
    background-color: rgba(109, 188, 209, 0.4);
  }
  .cat-cont {
    width: 100%;
  }
  .search {
    margin-top: 30px;
    width: 100%;
  }
  .library .col-md-3 {
    width: calc(33.33333333% - 20px);
  }
  .library .row {
    gap: 30px;
  }
  .book-img {
    height: 400px;
  }
  .map {
    height: 520px;
    padding: 0;
    margin-bottom: 60px;
  }
  .map-ovr {
    left: 0;
  }
  .contact .btn {
    width: 100%;
  }
  .about.in .news-desc {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .about.in .n-title {
    margin-top: 30px;
  }
  .n-stat {
    padding: 15px 0;
  }
  .about.in .news-img {
    height: 550px;
  }
  .ftr .col-lg-1 a {
    margin-top: 0px;
  }
  .hero .col-lg-8 {
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  .n-title h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .s-title h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .library .col-md-3 {
    width: calc(50% - 15px);
  }
  .library .row {
    gap: 30px;
  }
  .book-img {
    height: 530px;
  }
  .hero .hero-title h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .ftr .col-lg-3 {
    margin-bottom: 60px;
  }
  .ftr {
    padding: 30px;
  }
  .news-item:nth-child(odd) .news-desc {
    padding-left: 30px;
  }
  .news-item:nth-child(even) .news-desc {
    padding-right: 30px;
  }
  .about.in .news-desc {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .hero .swiper {
    height: 50vh;
  }
  .news-img {
    height: 184px;
  }
  .partners {
    margin: 100px 0;
  }
  .last-journal .journal-item {
    width: 21.7%;
  }
  .last-journal {
    gap: 30px;
  }
  body {
    --pad: 30px;
  }
  .r-more {
    font-size: 16px;
    line-height: 19px;
  }
  .j-over h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .lib-slide .swiper-slide img {
    height: 430px;
  }
  .articles .col-md-4 {
    padding: 0;
    width: 100%;
  }
  .about.in .news-img {
    height: 460px;
  }
  .n-text {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .partners img {
    height: auto;
    width: 90%;
  }

  .ftr .col-lg-1 a {
    margin-left: 20px;
  }
  .cat-item:not(:last-child) {
    margin-right: 15px;
  }
  .cat-item {
    margin-bottom: 15px;
  }
  header .container-fluid {
    display: flex;
  }
  .navbar-brand {
    order: 1;
  }
  .navbar-toggler {
    order: 2;
  }
  .menu-title {
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .navbar-collapse {
    order: 4;
  }
  .about.in .news-img {
    height: 324px;
  }
  .library .col-md-3 {
    width: 100%;
  }
  .library .row {
    gap: 30px;
  }
  .book-img {
    height: 470px;
  }
  .ftr .col-lg-4 {
    padding: 0;
    margin-bottom: 30px;
  }
  .ftr h5 {
    margin-bottom: 20px;
  }
  .map-ovr {
    padding: 60px 10px;
  }
  .map-ovr a {
    font-size: 12px;
  }
  .journal-title {
    margin-top: 30px;
  }
  .journal .col-lg-4 {
    padding: 0;
  }
  .last-journal .journal-item {
    width: 44.59%;
  }
  .article-cat-ovr {
    font-size: 20px;
  }
  .logo-cont {
    padding: 55px;
  }
}
@media screen and (max-width: 420px) {
  .hero .hero-title h1 {
    font-size: 24px;
    line-height: 35px;
  }
  .n-title h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .news-img {
    height: 140px;
  }
  .n-stat {
    font-size: 12px;
    line-height: 16px;
  }
  .news-item:nth-child(odd) .news-desc {
    padding-left: 12px;
  }
  .news-item:nth-child(even) .news-desc {
    padding-right: 12px;
  }
  .btn {
    margin-top: 30px;
  }
  .s-title h1,
  .article-title h1 {
    font-size: 26px;
    line-height: 29px;
  }
  .s-title {
    margin-bottom: 30px;
  }
  .ovr-comming {
    font-size: 20px;
    line-height: 25px;
  }
  .artext p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .author-img h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 361px) {
  .n-title h1 {
    font-size: 13px;
    line-height: 18px;
  }

  .hero .swiper {
    height: 174px;
  }
  .about.in .news-img {
    height: 200px;
  }
}
.artext p {
  margin-bottom: 20px;
}
