*,
::after,
::before {
  margin: 0;
  padding: 0;
  text-decoration: none;
  /* list-style: none; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "NotoSansGeorgian-VariableFont_wdth,wght";
  color: #707070;
  /* box-sizing: border-box; */
  overflow-x: hidden;
  /* list-style: none; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: unset;
  font-weight: normal;
}

.list ul {
  list-style: none;
}

#hidden-list li::before {
  content: "\2022";
  color: #0044ff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.list ul li::before {
  content: "\2022";
  color: #0044ff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* -------------------------------------------HEADER-------------------------------------------- */

.header {
  width: 100%;
  background-color: #0038d3;
  position: relative;
  padding-bottom: 209px;
}

.header ul li {
  list-style: none;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 24.5px;
}

.menu {
  width: 100%;
  max-width: 516.79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-right: 7%;
  font-size: 3.5rem;
  z-index: 1;
}

.burger {
  color: white;
  cursor: pointer;
  display: none;
  font-size: 3rem;
}

/* burger-menu-click-popup */

.mobile-menu {
  width: 100%;
  height: 200vh;
  background-color: #0038d3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}

.logo-burger {
  font-family: "BPG WEB 001";
  color: white;
  position: fixed;
  top: 27px;
  left: 7%;
  z-index: 100;
  font-size: 1.6rem;
  display: none;
}

.xmark {
  position: absolute;
  top: -10px;
  right: 40px;
  z-index: 10;
  font-weight: bold;
  width: 14px;
  font-size: 6rem;
  cursor: pointer;
  display: none;
  color: white;
}

.line {
  position: fixed;
  top: 63px;
  left: 0;
  width: 100vw;
  z-index: 10;
  border-top: 1px solid white;
  display: none;
}

.mobile-menu-cont {
  position: fixed;
  top: 90px;
  left: 7%;
  z-index: 1000;
  font-size: 2rem;
  display: none;
}

.mobile-menu-cont a {
  color: white;
}

.mobile-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-enru {
  margin-left: 20px;
}

/* burger-menu-click-popup-end */

.menu a:hover {
  opacity: 0.6;
}

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

.firstul a {
  color: white;
  margin-left: 34px;
}

.languages a {
  color: white;
  margin-left: 34px;
}

.ge-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 13px;
  cursor: pointer;
}

.ge-cont i {
  color: white;
  font-size: 2.2rem;
  -webkit-transform: translate(10px, 17px);
  -ms-transform: translate(10px, 17px);
  transform: translate(10px, 17px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 33px;
}

.enru {
  display: none;
  background-color: #ffffff;
  color: #0044ff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
}

/* .lang {
    padding-left: 40px;
} */

#en {
  color: #0044ff;
  padding-bottom: 5px;
  border-bottom: 1px solid #0044ff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#ru {
  color: #0044ff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 5px;
}

#ge {
  padding-bottom: 5px;
}

.enru.show {
  display: block;
}

.logo {
  margin-left: 7%;
  font-family: "BPG WEB 001";
  color: white;
  padding-top: 5px;
  margin-bottom: 117px;
  z-index: 2;
}

.logo a {
  font-size: 3.9rem;
  color: white;
  display: inherit;
}

.border {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid white;
  position: absolute;
  z-index: 1;
}

.header-txt {
  color: white;
  font-family: "BPG WEB 001";
  font-size: 6.5rem;
  /* width: 76%; */
  max-width: 1453px;
  /* margin-top: 101.5px; */
  margin-left: 7%;
  line-height: 66px;
}

.firsth1 {
  margin-bottom: 30px;
}

.chkh-logo img {
  width: 180px;
  height: 180px;
  position: absolute;
  right: 7%;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .header {
    padding-bottom: 110px;
  }

  .header-txt {
    font-size: 3rem;
    line-height: 40px;
  }

  .logo {
    margin-bottom: 100px;
  }

  .logo a {
    font-size: 2.5rem;
  }

  .border {
    height: 50px;
  }

  .menu {
    font-size: 2rem;
  }

  .ge-cont i {
    font-size: 1.5rem;
    -webkit-transform: translate(7px, 9px);
    -ms-transform: translate(7px, 9px);
    transform: translate(7px, 9px);
    margin-bottom: 15px;
  }

  .chkh-logo img {
    width: 120px;
    height: 120px;
  }
  .logo a {
    font-size: 2rem !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .logo a {
    font-size: 2.5rem;
    width: 350px;
  }

  .logo {
    margin-bottom: 70px;
  }

  .menu {
    font-size: 1.8rem;
  }

  .ge-cont i {
    font-size: 1.3rem;
    -webkit-transform: translate(7px, 8px);
    -ms-transform: translate(7px, 8px);
    transform: translate(7px, 8px);
    margin-bottom: 13px;
  }

  .border {
    height: 53px;
  }

  .header-txt {
    font-size: 2.7rem;
    /* width: 70%; */
    line-height: 30px;
  }

  /* .navigation {
    padding-bottom: 69px;
  } */

  .header {
    padding-bottom: 146px;
  }

  .chkh-logo img {
    width: 100px;
    height: 100px;
  }
}

/* აქ ჩნდება ბურგერ მენიუ */

@media (max-width: 768px) {
  .burger {
    display: block;
    position: absolute;
    top: 13px;
    right: 25px;
  }

  .main {
    display: none;
  }

  .projects {
    display: none;
  }

  .ge-cont {
    display: none;
  }

  .en {
    display: none;
  }

  .logo {
    margin-bottom: 30px;
    width: 390px;
  }

  .languages {
    display: none;
  }

  .logo a {
    font-size: 1.6rem;
    border: 2xp solid white;
    width: 200px;
    /* display: inherit; */
  }

  .header {
    padding-bottom: 50px;
  }

  .border {
    height: 40.5px;
  }

  .navigation {
    padding-bottom: 0;
  }

  .firsth1 {
    font-size: 2.1rem;
    margin-bottom: 0;
  }

  .first-desc {
    font-size: 1.6rem;
    width: 90% !important;
    line-height: 18px;
    /* border: 2px solid wheat; */
  }

  .chkh-logo img {
    width: 54px;
    height: 54px;
  }
}

/* ----------------------------------ABOUT--------------------------------------- */

.about-head {
  color: #0044ff;
  font-size: 7.6rem;
  font-family: "BPG WEB 001";
  margin-top: 120px;
  margin-left: 7%;
}

.about-container {
  width: 73.3%;
  margin-top: 29px;
  margin-left: 7%;
  font-size: 3.5rem;
  margin-bottom: 126px;
  line-height: 47px;
  /* border: 2px solid black; */
}

#hidden-txt {
  display: none;
}

#hidden-txt.show {
  display: inline;
}

.read-more-btn {
  color: #0044ff;
  cursor: pointer;
  margin-top: 10px;
  font-size: 3.5rem;
}

.read-more-btn.hide-btn {
  display: none;
}

#dots.hide-dots {
  display: none;
}

#hidden-list {
  display: none;
  margin-left: 37px;
  list-style: none;
}

#hidden-list.show-list {
  display: block;
}

.deadlines {
  display: none;
}

.deadlines.show-deadline {
  display: block;
}

#eu-undp {
  display: none;
  width: 39%;
  margin-left: 42%;
  margin-bottom: 114.5px;
  /* border: 2px solid red; */
}

#eu-undp.show-img {
  display: none;
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .about-head {
    font-size: 3.7rem;
    margin-top: 81.5px;
  }

  .about-container {
    font-size: 2rem;
    margin-bottom: 53px;
    margin-top: 13px;
    line-height: 34px;
  }

  .show-deadline {
    margin-bottom: 68.4px;
  }

  .read-more-btn {
    font-size: 2rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .about-head {
    font-size: 2.9rem;
    margin-top: 49.5px;
  }

  .about-container {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 24px;
    margin-bottom: 50px;
  }

  .read-more-btn {
    font-size: 1.8rem;
  }

  #eu-undp {
    margin-bottom: 71.5px;
  }
}

@media (max-width: 768px) {
  .about-head {
    font-size: 2.3rem;
    margin-top: 53px;
  }
  .about-container {
    font-size: 1.6rem;
    width: 85%;
    line-height: 22px;
    margin-bottom: 30px;
    /* text-align: justify; */
  }
  .read-more-btn {
    font-size: 1.6rem;
  }

  #eu-undp {
    margin-bottom: 30px;
  }
}

/* --------------------------------PROJECTS----------------------------------- */

.project-container {
  width: 100%;
  /* min-height: 1165px; */
  background-color: #0038d3;
  padding-bottom: 100px;
}

.project-head {
  color: white;
  font-family: "BPG WEB 001";
  font-size: 7.6rem;
  /* border: 2px solid white; */
  /* max-width: 881px; */
  margin-left: 7%;
  padding-top: 92px;
}

.project-desc {
  color: white;
  font-size: 2.1rem;
  font-family: "BPG WEB 001";
  line-height: 25px;
  margin-left: 7%;
  margin-right: 7%;
  padding-top: 32px;
}

.projects-grid-container {
  width: 87%;
  display: -ms-grid;
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); */
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 76px;
  /* border: 2px solid red; */
  margin-left: auto;
  margin-right: auto;
}

.grid {
  background-color: #ffffff;
  /* width: 536px; */
  /* width: 100%; */
  /* height: 354px; */
  border-radius: 42px;
  cursor: pointer;
  padding: 25px 20px 20px 20px;
  overflow: auto;
  overflow: hidden;
}

.grid:hover {
  background-color: #ffffffcc;
}

.grid-head-cont {
  /* margin-left: 7%; */
  /* margin-top: 29px; */
  font-family: "BPG WEB 001";
  font-size: 2.3rem;
  margin-bottom: 15px;
}

.grid-head {
  margin-bottom: 13px;
  color: #0038d3;
  font-size: 1.25em;
}

.grid-author {
  color: #0038d3;
}

.authors1 {
  color: black;
}

.img-story-cont {
  width: 95%;
  /* display: flex; */
  /* margin-left: 8.8%; */
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.img-story-cont p {
  font-size: 1.5rem;
  color: #707070;
  text-align: start;
  /* margin-top: auto;
    margin-bottom: auto; */
}

.img-story-cont img {
  width: 40%;
  height: 50%;
  border-radius: 17px;
  float: left;
  /* margin-left: 15px; */
  margin-right: 15px;
  margin-bottom: 10px;
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .project-head {
    font-size: 3.7rem;
  }

  .grid-head-cont {
    font-size: 1.6rem;
  }

  .authors1 {
    font-size: 1.6rem;
  }

  .img-story-cont img {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .img-story-cont p {
    font-size: 1.4rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .projects-grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-head {
    margin-top: 51px;
    font-size: 2.9rem;
  }

  .project-desc {
    padding-top: 25px;
    font-size: 1.6rem;
  }

  .projects-grid-container {
    margin-top: 42.6px;
  }

  .grid-head-cont {
    font-size: 1.5rem;
  }

  .img-story-cont p {
    font-size: 1.2rem;
  }

  .project-container {
    padding-bottom: 86.4px;
  }
}

@media (max-width: 768px) {
  .projects-grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-container {
    padding-bottom: 50px;
  }

  .project-head {
    padding-top: 26px;
    font-size: 2.3rem;
    line-height: 21px;
  }

  .project-desc {
    font-size: 1.6rem;
    width: 85%;
    line-height: 22px;
    margin-bottom: 30px;
    /* text-align: justify; */
  }

  .projects-grid-container {
    margin-top: 25px;
  }

  .grid-head-cont {
    font-size: 1.6rem;
  }

  .img-story-cont p {
    font-size: 1.6rem;
  }

  .img-story-cont img {
    width: 100%;
  }
}

/* -----------------------------------DETAILS----------------------------------- */

.details-main {
  display: flex;
  margin-right: 7%;
}

.flex {
  display: flex;
  flex-direction: column;
}

.project-details {
  padding-bottom: 70px;
}

.project-details-ru {
  padding-bottom: 20px;
}

/* პირველი ფლექს კონტეინერი */

.details-head {
  font-family: "BPG WEB 001";
  font-size: 7.4rem;
  color: #0044ff;
  margin-left: 7%;
  margin-top: 158px;
  position: relative;
  /* border: 2px solid black; */
}

.details-shadow {
  width: 72rem;
  height: 60px;
  background-color: #adcfd8;
  border-radius: 43px;
  -webkit-transform: translate(3px, 59%);
  -ms-transform: translate(3px, 59%);
  transform: translate(3px, 59%);
  margin-bottom: 269px;
  position: relative;
}

.details-head h1 {
  z-index: 1;
  position: absolute;
  font-size: 7.6rem;
}

.flex {
  width: 93%;
  /* border: 2px solid black; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7%;
}

.img-inner-flex-1 img {
  height: 380px;
  max-width: 80%;
  margin-top: 15px;
  margin-bottom: 100px;
}

.text-container-flex {
  margin-left: 2.8%;
  /* border: 2px solid black; */
}

.inner-flex-header {
  font-family: "BPG WEB 001";
  font-size: 5.6rem;
  color: #0044ff;
  margin-bottom: 26px;
}

.inner-flex-txt {
  font-size: 3.5rem;
  width: 80%;
  color: #707070;

  margin-bottom: 26px;
}

.inner-flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-flex-list li {
  font-size: 3.5rem;
  color: #707070;
  margin-left: 54px;
}

.list {
  margin-bottom: 50px;
}

/* აქედან იყწება მეორე ფლექს კონტეინერი */

.img-inner-flex-2 img {
  height: 390px;
  margin-bottom: 100px;
}
.text-container-flex-2 {
  margin-top: 7px;
  margin-left: 1.8%;
}

/* აქედან იწყება მესამე ფლექს კონტეინერი */

.text-container-flex-3 {
  margin-left: 1.8%;
}

.img-inner-flex-3 img {
  margin-top: 23.5px;
  height: 458px;
  margin-bottom: 20px;
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .details-head {
    margin-top: 94.5px;
  }

  .details-head h1 {
    font-size: 3.2rem;
  }

  .details-shadow {
    width: 31rem;
    height: 2.4rem;
    margin-bottom: 123px;
    -webkit-transform: translateY(57%);
    -ms-transform: translateY(57%);
    transform: translateY(57%);
  }

  .details-h1 {
    font-size: 2.5rem;
  }

  .inner-flex-txt {
    font-size: 1.8rem;
  }

  .inner-flex-list li {
    font-size: 1.8rem;
    margin-left: 11px;
  }

  .img-inner-flex-1 img {
    margin-bottom: 100px;
    height: 233.6px;
  }

  .img-inner-flex-2 img {
    margin-bottom: 100px;
    height: 240px;
  }

  .img-inner-flex-3 img {
    margin-bottom: 40px;
    height: 281.88px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .details-main {
    flex-direction: column;
  }

  .flex {
    margin-bottom: 50px;
  }

  .project-details {
    padding-bottom: 0;
  }

  .details-head h1 {
    font-size: 2.9rem;
  }

  .details-head {
    margin-top: 54.5px;
  }

  .details-shadow {
    width: 27rem;
    height: 25px;
  }

  .details-shadow {
    margin-bottom: 120px;
  }

  .img-inner-flex-1 img {
    width: 50%;
    margin-bottom: 30px;
  }

  .img-inner-flex-2 img {
    width: 50%;
    margin-bottom: 30px;
  }

  .img-inner-flex-3 img {
    width: 50%;
    margin-bottom: 0px;
  }

  .text-container-flex-2 {
    margin-top: 78px;
  }

  .inner-flex-header {
    font-size: 2.7rem;
  }

  .inner-flex-txt {
    font-size: 1.8rem;
  }

  .inner-flex-list li {
    font-size: 1.8rem;
  }

  .inner-flex-list li {
    margin-left: 17px;
  }

  .text-container-flex-3 {
    padding-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .details-main {
    flex-direction: column;
  }

  .project-details {
    list-style: inherit;
    padding-bottom: 0%;
  }

  .details-head {
    margin-top: 48.7px;
  }

  .details-head h1 {
    font-size: 2.3rem;
    /* margin-top: 69px; */
  }

  .details-shadow {
    position: relative;
    width: 22rem;
    height: 19px;
    -webkit-transform: translate(2px, 8px);
    -ms-transform: translate(2px, 8px);
    transform: translate(2px, 8px);
    margin-bottom: 48.7px;
  }

  .flex {
    margin-bottom: 20px !important;
    display: block;
  }

  .img-inner-flex-1 img {
    height: auto;
    max-width: 80%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .img-inner-flex-2 img {
    height: auto;
    max-width: 80%;
    margin-top: 15px;
    margin-bottom: 17.4px;
  }

  .img-inner-flex-3 img {
    height: auto;
    max-width: 80%;
    /* margin-top: 15px; */
    margin-bottom: 17.4px;
  }

  .inner-flex-header {
    font-size: 2.1rem;
  }

  .inner-flex-txt {
    font-size: 1.6rem;
  }

  .inner-flex-list li {
    font-size: 1.6rem;
  }

  .inner-flex-list li {
    margin-left: 10px;
  }
}
/* --------------------PROJECTS (for russian)---------------------- */

.project-cont-for-ru {
  width: 100%;
  /* height: 1165px; */
  background-color: #0038d3;
  margin-bottom: 224px;
  padding-bottom: 78px;
}

.projects-for-rus-header {
  color: white;
  font-size: 7.4rem;
  font-family: "BPG WEB 001";
  padding-top: 96px;
  padding-left: 7%;
}

.projects-for-rus-header-2 {
  font-size: 5.6rem;
  color: white;
  font-family: "BPG WEB 001";
  padding-top: 32px;
  padding-left: 7%;
  padding-right: 7%;
  margin-bottom: 62px;
}

.text-russian-ol {
  font-size: 2.5rem;
  color: #707070;
  margin-left: 11%;
  text-align: justify;
}

.project-ru-grid-cont {
  width: 87%;
  display: -ms-grid;
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); */
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr 45px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  margin-top: 76px;
  /* border: 2px solid red; */
  margin-left: auto;
  margin-right: auto;
}

.grid-ru {
  background-color: white;
  border-radius: 42px;
  padding: 20px 20px 20px 20px;
}

.grid-ru:hover {
  background-color: #ffffffcc;
}

.project-ru-grid-cont-header {
  font-family: "BPG WEB 001";
  color: #0038d3;
  font-size: 2.6rem;
  margin-bottom: 8px;
}

.authors-ru-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11.3px;
}

.authors {
  font-size: 2.1rem;
  font-family: "BPG WEB 001";
  color: black;
}

.names-ru {
  font-size: 2.1rem;
  color: #0038d3;
  font-family: "BPG WEB 001";
  /* margin-right: 12.5%; */
}

.project-ru-grid-cont hr {
  margin-bottom: 11.7px;
}

.project-ru-grid-cont img {
  width: 100%;
  margin-bottom: 17px;
  border-radius: 17px;
}

.grid-ru-story {
  font-size: 20px;
  color: #707070;
}

.add-rus-author {
  color: #707070;
}

/* .authors2 {
  color: #707070 !important;
} */

@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .authors-ru-grid {
    display: block;
  }

  .projects-for-rus-header {
    font-size: 3.5rem;
    /* margin-top: 67px; */
  }

  .projects-for-rus-header-2 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  /* .project-ru-grid-cont {
    margin-top: 29px;
  } */

  .project-ru-grid-cont-header {
    font-size: 1.6rem;
  }

  .authors2 {
    font-size: 1.6rem;
  }

  .names-ru {
    font-size: 1.4rem;
  }

  .grid-ru-story {
    font-size: 1.4rem;
  }

  .project-cont-for-ru {
    margin-bottom: 108px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .project-ru-grid-cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .projects-for-rus-header {
    font-size: 2.7rem;
  }

  .projects-for-rus-header-2 {
    font-size: 2rem;
  }

  .projects-for-rus-header {
    padding-top: 63px;
  }

  .project-ru-grid-cont {
    margin-top: 53px;
  }

  .project-ru-grid-cont-header {
    font-size: 2rem;
  }

  .authors {
    font-size: 1.5rem;
  }

  .names-ru {
    font-size: 1.5rem;
  }

  .grid-ru-story {
    font-size: 1.5rem;
  }

  .project-cont-for-ru {
    margin-bottom: 158px;
  }
}

@media (max-width: 768px) {
  .project-ru-grid-cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }

  .projects-for-rus-header {
    font-size: 2.1rem;
    padding-top: 24px;
  }

  .projects-for-rus-header-2 {
    font-size: 1.6rem;
  }

  .project-ru-grid-cont-header {
    font-size: 1.6rem;
  }

  .authors {
    font-size: 1.6rem;
  }

  .names-ru {
    font-size: 1.6rem;
  }

  .grid-ru-story {
    font-size: 1.6rem;
  }

  .project-cont-for-ru {
    margin-bottom: 39px;
  }
}

/* ----------------------------reflexion------------------------ */

.linear-reflextion-right {
  height: 100%;
  width: 20%;
  /* width: 650px; */
  background-image: -webkit-gradient(linear, left top, right top, from(#5b7af705), to(#0012b7c5));
  background-image: -o-linear-gradient(left, #5b7af705, #0012b7c5);
  background-image: linear-gradient(to right, #5b7af705, #0012b7c5);
  position: absolute;
  right: 0;
  z-index: 1;
}

.linear-reflextion-left {
  height: 100%;
  width: 20%;
  /* width: 650px; */
  background-image: -webkit-gradient(linear, left top, right top, from(#0012b7c5), to(#5b7af705));
  background-image: -o-linear-gradient(left, #0012b7c5, #5b7af705);
  background-image: linear-gradient(to right, #0012b7c5, #5b7af705);
  position: absolute;
  left: 0;
  z-index: 1;
  display: none;
}

.logo-reflection img {
  width: 180px;
  height: 180px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}

.pl-7 {
  padding-left: 7%;
}

.reflexion-container {
  width: 100%;
  /* height: 1668px; */
  background-color: #0038d3;
  padding-bottom: 75px;
  position: relative;
}

.reflexion-header h1 {
  font-family: "BPG WEB 001";
  color: white;
  font-size: 7.6rem;
  width: 50%;
  margin-left: 7%;
  padding-top: 169px;
  margin-bottom: 117px;
}

.full-article-container {
  position: relative;
}

.articles-container {
  padding-left: 7%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 67px 1fr 67px 1fr 67px 1fr 67px 1fr 67px 1fr 67px 1fr;
  grid-template-columns: repeat(7, 1fr);
  /* display: flex;
    flex-wrap: nowrap; */
  gap: 67px;
  overflow: auto;
  position: relative;
  /* border: 1px solid red; */
  scroll-behavior: smooth;
}

.article {
  width: 435px;
  color: white;
  position: relative;
  /* flex: 0 0 auto; */
}

.article-author {
  font-size: 3.5rem;
  font-family: "BPG WEB 001";
  display: inline;
}

.age {
  font-size: 1.4rem;
  margin-left: 15px;
}

.address {
  font-size: 2.1rem;
  margin-bottom: 30px;
}

.article article {
  font-size: 2.5rem;
}

.articles-container::-webkit-scrollbar {
  display: none;
}

.arrow {
  color: white;
  /* position: absolute; */
  background-color: transparent;
  border: none;
  cursor: pointer !important;
  z-index: 1;
}

.R {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  display: block;
}
.L {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: 20px;
  display: none;
}

.vertical-line {
  width: 1px;
  height: 330.87px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: -30px;
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .reflexion-header h1 {
    font-size: 3.2rem;
    padding-top: 100px;
    margin-bottom: 87px;
  }

  .article-author {
    font-size: 2rem;
  }

  .age {
    font-size: 1.2rem;
  }

  .address {
    font-size: 1.4rem;
  }

  .article article {
    font-size: 2rem;
  }

  .logo-reflection img {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .logo-reflection img {
    width: 100px;
    height: 100px;
  }

  .reflexion-header h1 {
    padding-top: 116px;
    font-size: 2.9rem;
    margin-bottom: 49px;
  }

  .article-author {
    font-size: 2rem;
  }

  .age {
    font-size: 1.4rem;
  }

  .address {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .article article {
    font-size: 1.8rem;
  }

  .reflexion-container {
    padding-bottom: 85px;
  }

  .L svg {
    width: 30px;
  }

  .R svg {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .L svg {
    width: 20px;
  }

  .R svg {
    width: 20px;
  }

  .vertical-line {
    height: 100%;
  }

  .logo-reflection img {
    right: 37px;
    width: 54px;
    height: 54px;
  }

  .reflexion-header h1 {
    font-size: 2.3rem;
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .article-author {
    font-size: 1.6rem;
  }

  .address {
    font-size: 1.2rem;
  }

  .article article {
    font-size: 1.6rem;
  }

  .article {
    width: 280px;
    margin-left: 3px;
  }
  .reflexion-container {
    padding-bottom: 30px;
  }
}

/* ----------------------------FOOTER------------------------ */

footer {
  width: 100%;
  /* height: 267px; */
}

.footer-txt {
  width: 90%;
  padding-left: 7%;
  padding-top: 113px;
  padding-bottom: 100px;
}

.footer-txt p {
  font-family: "BPG WEB 001";
  font-size: 2.5rem;
  color: black;
  /* border: 2px solid black; */
}

.mail {
  color: #0044ff;
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .footer-txt {
    padding-top: 62px;
    padding-bottom: 56px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .footer-txt p {
    font-size: 1.8rem;
  }

  .footer-txt {
    padding-top: 35px;
  }

  .footer-txt {
    padding-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .footer-txt p {
    font-size: 1.6rem;
  }

  .footer-txt {
    padding-top: 22px;
    padding-bottom: 23px;
  }
}

/* ----------------------------------------------------------------audio-story--------------------------------------------------------------------------------------------*/

/* -------------------------backgroungd----------------------- */

.background {
  width: 100%;
  /* min-height: 1446px; */
  background-color: #0038d3;
  padding-bottom: 122px;
}

.white-container {
  /* min-height: 1103px; */
  width: 85.5%;
  background-color: white;
  /* transform: translate(0, 70px); */
  margin-left: auto;
  margin-right: auto;
  padding-right: 7%;
  border-radius: 42px;
  padding-top: 123px; /*აქ დროებით 70პიქსელით ჩამოვწიე იმიტომ რომ ჩამოშლილ ენებს ეფარებოდა*/
  padding-bottom: 166px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.name-friend {
  font-weight: bolder;
  color: #000;
}

.audio-story-head {
  font-family: "BPG WEB 001";
  color: #0044ff;
  font-size: 5.6rem;
  text-align: center;
  margin-bottom: 29px;
}

.audio-story-desc {
  font-family: "BPG WEB 001";
  color: #0044ff;
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 63px;
}

.audio {
  width: 93%;
  /* height: 482px; */
  margin-left: 8%;
  margin-bottom: 58px;
  margin-top: 58px;
}

.audio-desc {
  margin-left: 8.5%;
  color: #707070;
  font-size: 2.5rem;
  margin-bottom: 7px;
}

.chkh-logo-audio img {
  width: 18rem;
  height: 18rem;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.red {
  color: red;
}

.black {
  color: #000;
}

.blue {
  color: #0038d3;
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .audio-story-head {
    font-size: 3rem;
    margin-bottom: 15px;
  }

  /* .logo {
    margin-bottom: 70px;
  } */

  .audio-story-desc {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }

  .audio-desc {
    font-size: 1.8rem;
  }

  .white-container {
    padding-top: 34px;
  }

  .audio {
    margin-bottom: 32px;
    margin-top: 32px;
  }

  .white-container {
    padding-bottom: 134px;
  }

  .chkh-logo-audio img {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .audio-story-head {
    font-size: 2.7rem;
    margin-bottom: 15px;
  }

  .audio-story-desc {
    font-size: 1.8rem;
    margin-bottom: 43px;
  }

  .audio-desc {
    font-size: 1.8rem;
  }

  .white-container {
    padding-top: 45px;
  }

  .audio {
    height: 187px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .chkh-logo-audio img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .audio-story-head {
    font-size: 2.1rem;
    margin-bottom: 12px;
  }

  .audio-story-desc {
    font-size: 1.6rem;
    margin-bottom: 33px;
  }

  .white-container {
    padding-top: 40px;
  }

  .audio-desc {
    font-size: 1.8rem;
  }

  .audio {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 120px;
  }

  .chkh-logo-audio img {
    width: 54px;
    height: 54px;
  }
}

/* ----------------------------------------------------------------presonal-diary--------------------------------------------------------------------------------------------*/

/* -------------------------backgroungd----------------------- */

.background-diary {
  width: 100%;
  /* height: 4479px; */
  background-color: #0038d3;
  padding-bottom: 130px;
}

/* .border-for-diary {
    margin-bottom: 72.5px;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid white;
    position: absolute;
    z-index: 1;
} */

.inner-cont-diary {
  width: 85.5%;
  /* height: 4116px; */
  background-color: #ffffff;
  margin: auto;
  /* transform: translate(0, 70px);  */
  border-radius: 42px;
  position: relative;
  padding-bottom: 170px;
  padding-right: 6.3%;
}

.inner-cont-diary-space {
  padding-right: 6.3% !important;
}

.inner-cont-diary-gali {
  padding-right: 6.3% !important;
}

.diary-head {
  font-size: 5.6rem;
  color: #0044ff;
  font-family: "BPG WEB 001";
  text-align: center;
  padding-top: 117px;
  margin-bottom: 29px;
}

.diary-author {
  font-size: 3.5rem;
  color: #0044ff;
  font-family: "BPG WEB 001";
  text-align: center;
  margin-bottom: 62px;
}

.diary-txt {
  font-size: 2.5rem;
  color: #707070;
  margin-left: 8%;
  text-align: justify;
}

.boldnblack {
  font-weight: bolder;
  color: #000;
  font-style: italic;
}

.photo-container {
  width: 100%;
  /* flex-wrap: wrap; */
  /* display: inline-block; */
}

/* .diary-img {
  width: 40%;
  cursor: pointer;
  padding: 20px 0 20px 0;
} */

.photo-container-2-images {
  margin-left: 8%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.diary-img-1 {
  margin-right: 20px;
}

#img-left {
  /* width: 40%; */
  /* margin-bottom: 0px; */
  max-height: 336px;
  cursor: pointer;
  float: left;
  padding: 20px 20px 0 0;
  max-width: 80%;
  height: auto;
}

#img-right {
  /* width: 40%; */
  /* margin-bottom: 70px; */
  cursor: pointer;
  float: right;
  /* margin-right: 8%; */
  padding: 20px 5px 9px 20px;
  max-height: 336px;
  max-width: 80%;
  height: auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  #img-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    max-height: 1000px;
    /* margin-left: 50px; */
    margin-top: 10px;
    margin-bottom: 30px;
  }

  #img-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 100%;
    max-height: 1000px;
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    transform: translateX(5%);
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: -8%;
  }
}

@media (max-width: 768px) {
  .text-russian-ol {
    text-align: left;
  }

  .diary-txt {
    text-align: left;
  }

  .inner-cont-diary {
    padding-bottom: 70px;
  }

  #img-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* width: 90%;
    margin-left: 25px; */
    max-height: 1000px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }

  #img-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    margin-left: -8%;
    max-height: 1000px;
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    transform: translateX(5%);
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

figcaption {
  font-size: 1.3rem;
  padding: 0 15px 0 15px;
}

.popup-diary {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  cursor: pointer;
}

.popup-diary img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  width: 90vw;
}

.diary-txt-darker {
  color: #4d4d4d;
}

.logo-diary img {
  width: 18rem;
  height: 18rem;
  /* transform: translate(300%,-90%); */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

hr {
  border: 0.2px solid #707070;
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .diary-head {
    font-size: 3rem;
    margin-bottom: 15px;
    padding-top: 75px;
  }

  .diary-author {
    font-size: 1.8rem;
    margin-bottom: 38px;
  }

  .border-for-diary {
    margin-bottom: 46.5px;
  }

  .text-russian-ol {
    font-size: 1.6rem;
  }

  .diary-txt {
    font-size: 1.6rem;
  }

  .diary-img {
    margin-bottom: 10px;
  }

  .logo-diary img {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .diary-head {
    font-size: 2.7rem;
    padding-top: 45px;
    margin-bottom: 15px;
  }

  .diary-author {
    font-size: 1.8rem;
    margin-bottom: 33px;
  }

  .text-russian-ol {
    font-size: 1.8rem;
  }

  .diary-txt {
    font-size: 1.8rem;
  }

  .logo-diary img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .diary-head {
    font-size: 2.1rem;
    padding-top: 26px;
    margin-bottom: 15px;
  }

  .diary-author {
    font-size: 1.6rem;
    margin-bottom: 17px;
  }

  .text-russian-ol {
    font-size: 1.6rem;
  }

  .diary-txt {
    font-size: 1.6rem;
  }

  .logo-diary img {
    width: 54px;
    height: 54px;
  }
}

/* -----------------------------------------------slider-page--------------------------------------- */

.background-slider {
  width: 100%;
  /* min-height: 3542px;  */
  background-color: #0038d3;
  padding-bottom: 194px;
}

.inner-cont-slider {
  width: 85.5%;
  /* min-height: 2500px;  */
  background-color: #ffffff;
  padding-bottom: 117px;
  margin-left: auto;
  margin-right: auto;
  /* transform: translate(0, 70px); */
  border-radius: 42px;
  /* position: relative; */
}

.slider-header {
  font-size: 5.6rem;
  color: #0038d3;
  font-family: "BPG WEB 001";
  padding-top: 123px;
  text-align: center;
}

.slider-author {
  font-size: 3.5rem;
  font-family: "BPG WEB 001";
  color: #0038d3;
  text-align: center;
  padding-top: 22px;
  margin-bottom: 100px;
}

.paragtaph {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  color: #616161;
  /* margin-bottom: 177px; */
}

.paragtaph1 {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  color: #616161;
  margin-bottom: 100px;
}

/* ----------------------------------------------------slider */

.slider-items img {
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}

.slick-center img {
  width: 100%;
  margin-top: 0 !important;
  margin-left: auto;
  margin-right: auto;
  z-index: -2;
  /* transform: translate(-11%, -20%); */
}

@media (max-width: 1400px) {
  .background-slider {
    padding-bottom: 200px;
  }
}

@media (max-width: 1024px) {
  .slick-center img {
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 100px;
  }

  .paragtaph {
    margin-bottom: 50px;
  }

  .background-slider {
    width: 100%;
    /* min-height: 4570px;  */
  }

  .background-slider {
    padding-bottom: 230px;
  }
}

.slick-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  /* transform: translate(-250%, 0); */
  cursor: pointer;
}

.prev-arr {
  cursor: pointer;
  /* transform: translateX(-75px); */
  z-index: 9;
  color: #004fd8;
}

.next-arr {
  cursor: pointer;
}

#text {
  font-size: 3rem;
  color: #004fd8;
  /* position: absolute; */
  /* transform: translate(-19px, -17px); */
}

/* ----------------------------------------------------end-slider */

/* -----------------------------------------------------------------------------------------popup slider */

.popup-image {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  display: none;
}

.diary-popup-img-height {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 90%;
  width: 50% !important;
}

.popup-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 96%;
}

.popup-image span {
  position: absolute;
  top: -30px;
  right: 10px;
  font-size: 100px;
  font-weight: bolder;
  color: #ffffff;
  cursor: pointer;
}

.arrow-l-slider {
  color: white;
  font-size: 12.8rem;
  position: absolute;
  top: 25%;
  background-color: transparent;
  border: none;
  cursor: pointer !important;
  z-index: 1;
  left: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-r-slider {
  color: white;
  font-size: 12.8rem;
  position: absolute;
  top: 25%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  right: 20px;
  display: block;
  -webkit-transform: translateY(19%);
  -ms-transform: translateY(19%);
  transform: translateY(19%);
}

/* -------------------------------------------------------------------------------------end popup slider */

.arrows {
  width: 150px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  z-index: 2;
}

.slick-center {
  height: 1000px;
}

@media only screen and (min-device-width: 1600px) and (max-device-width: 1800px) {
  .slick-center {
    height: 900px;
  }
}

@media only screen and (min-device-width: 1400px) and (max-device-width: 1600px) {
  .slick-center {
    height: 800px;
  }
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
  .slick-center {
    height: 700px;
  }
}

@media only screen and (min-device-width: 1000px) and (max-device-width: 1200px) {
  .slick-center {
    height: 600px;
  }
}

@media only screen and (min-device-width: 850px) and (max-device-width: 1000px) {
  .slick-center {
    height: 500px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 850px) {
  .slick-center {
    height: 400px;
  }
}

@media only screen and (min-device-width: 400px) and (max-device-width: 768px) {
  .slick-center {
    height: 400px;
  }
}

@media (max-width: 400px) {
  .slick-center {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .arrows {
    width: 90px;
  }
}

#p,
#text,
#n {
  display: inline;
}

#Path_4 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.disabled-arr {
  color: #707070;
}

.logo-slider img {
  width: 18rem;
  height: 18rem;
  position: absolute;
  /* bottom: 0; */
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .slider-header {
    font-size: 3rem;
    padding-top: 56px;
  }

  .slider-author {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }

  .paragtaph {
    font-size: 1.6rem;
    margin-bottom: 100px;
  }

  .logo-slider img {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .slider-header {
    font-size: 2.7rem;
  }

  .slider-author {
    font-size: 1.8rem;
    margin-bottom: 33px;
  }

  .slider-header {
    padding-top: 45px;
  }

  .paragtaph {
    font-size: 1.8rem;
  }

  .logo-slider img {
    width: 100px;
    height: 100px;
  }

  .background-slider {
    padding-bottom: 103px;
  }

  .arrows {
    width: 80px;
  }

  #text {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .slider-header {
    font-size: 2.1rem;
    padding-top: 26px;
  }

  .slider-author {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .slick-center img {
    width: 70%;
  }

  .paragtaph {
    font-size: 1.6rem;
  }

  .popup-image img {
    max-width: 70%;
    max-height: 80%;
    height: auto;
  }

  #text {
    font-size: 1.7rem;
  }

  .logo-slider img {
    width: 54px;
    height: 54px;
  }

  .inner-cont-slider {
    padding-bottom: 50px;
  }

  .background-slider {
    padding-bottom: 63px;
  }
}

@media (max-width: 500px) {
  .popup-image img {
    position: absolute;
    top: 70px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .arrow-r-slider {
    position: absolute;
    bottom: -40%;
    right: 12%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .arrow-r-slider svg {
    width: 30px;
  }

  .arrow-l-slider {
    position: absolute;
    bottom: -33%;
    left: 20%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }

  .arrow-l-slider svg {
    width: 30px;
  }

  .popup-image span {
    font-size: 60px;
    position: absolute;
    top: -10px;
    right: 10px;
  }
}

@media (max-width: 400px) {
  .arrow-r-slider {
    position: absolute;
    bottom: -10%;
    right: 12%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .arrow-l-slider {
    position: absolute;
    bottom: -4%;
    left: 22%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}

/* ----------------------------------------------------------------------photo-sliders */

.full-article-container {
  position: relative;
}

.inner-page-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.photo-container {
  /* display: grid; */
  /* grid-template-columns: repeat(10, 1fr); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
  overflow: auto;
  position: relative;
  /* border: 1px solid red; */
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}

.diary-img {
  max-height: 336px;
  height: auto;
  /* max-width: 100%; */
  /* width: 430px; */
  -o-object-fit: contain;
  object-fit: contain;
  color: white;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.photo-container2 {
  margin-left: 8%;
  /* width: 100%; */
}

.popup-diary {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  cursor: pointer;
  z-index: 1000;
}

.popup-diary img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
  width: auto;
}

.photo-slider-arrow {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer !important;
}

.photo-slider-arrow svg {
  width: 64px;
}

.full-slider-cont {
  position: relative;
  margin-left: 8.5%;
}

.right-friends {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  z-index: 1;
}

.left-friends {
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
  display: none;
  /* bottom: 10px; */
  /* transform: translateX(50%); */
  /* transform: translate(-50px, 63px) rotate(180deg); */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .photo-slider-arrow svg {
    width: 40px;
  }

  .photo-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* .left-friends {
    left: 20%;
  } */
}
/*
@media (max-width: 800px) {
  .left-friends {
    left: 22%;
  }
}

@media (max-width: 669px) {
  .left-friends {
    left: 25%;
  }
}

@media (max-width: 485px) {
  .left-friends {
    left: 27%;
  }
}

@media (max-width: 385px) {
  .left-friends {
    left: 30%;
  }
} */

@media (max-width: 768px) {
  .photo-slider-arrow svg {
    width: 30px;
  }
}

.right-space {
  right: 10px;
  display: block;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.left-space {
  left: 10px;
  z-index: 1;
  display: none;
  /* bottom: 10px; */
  /* transform: translateX(50%); */
  top: 50%;
  /* transform: translateY(-50%); */
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 1200px) {
  .right-space {
    right: 10px;
  }
}

/* @media (max-width: 1000px) {
  .left-space {
    left: 12%;
  }
}

@media (max-width: 500px) {
  .left-space {
    left: 14%;
  }
} */

.right-gali {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  display: block;
  z-index: 1;
}

.left-gali {
  left: 10px;
  top: 50%;
  z-index: 1;
  display: none;
  /* bottom: 10px; */
  /* transform: translateX(50%); */
  -webkit-transform: translateY(-100%) rotate(180deg);
  -ms-transform: translateY(-100%) rotate(180deg);
  transform: translateY(-100%) rotate(180deg);
}

.image-linear-right {
  height: 100%;
  width: 20%;
  /* background-color: rgba(255, 255, 0, 0.477); */
  background-image: -webkit-gradient(linear, left top, right top, from(#5b7af705), to(#0012b7c5));
  background-image: -o-linear-gradient(left, #5b7af705, #0012b7c5);
  background-image: linear-gradient(to right, #5b7af705, #0012b7c5);
  position: absolute;
  right: 0;
  z-index: 1;
  display: block;
}

.image-linear-left {
  height: 100%;
  width: 20%;
  /* background-color: rgba(255, 255, 0, 0.3); */
  background-image: -webkit-gradient(linear, left top, right top, from(#0012b7c5), to(#5b7af705));
  background-image: -o-linear-gradient(left, #0012b7c5, #5b7af705);
  background-image: linear-gradient(to right, #0012b7c5, #5b7af705);
  position: absolute;
  left: 0;
  z-index: 1;
  display: none;
}

#img100max {
  max-width: 100% !important;
}

.note-word {
  /* position: relative; */
  cursor: pointer;
  color: #0038d3;
}
.note {
  position: absolute;
  left: 7%;
  z-index: 1;
  width: 86%;
  cursor: default;
  background-color: #f0f4ff;
  color: #666666;
  border-radius: 25px;
  border: 1px solid #0038d3;
  padding: 15px 50px 15px 15px;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: height 0.1s ease-out, padding 0.1s ease-out;
  -o-transition: height 0.1s ease-out, padding 0.1s ease-out;
  transition: height 0.1s ease-out, padding 0.1s ease-out;
  display: none;
}

.noted-x {
  position: absolute;
  right: 0;
  top: 10%;
  font-size: 30px;
  z-index: 3;
  padding-right: 20px;
  cursor: pointer;
  color: rgb(14, 14, 14);
  /* overflow: hidden; */
  -webkit-transition: height 0.1s ease, padding 0.1s ease-out;
  -o-transition: height 0.1s ease, padding 0.1s ease-out;
  transition: height 0.1s ease, padding 0.1s ease-out;
  display: none;
}

.note-a {
  color: rgb(89, 142, 191);
}

.link {
  color: #0038d3;
}
