.work_header {
  position: relative;
}

.work_hero {
  width: 100%;
  height: calc(100vh - 90px);
  margin-top: 66px;
  overflow: hidden;
}

.work_hero img {
  width: 100%;
  height: auto;
}

.work_hero_overlay {
  color: white;
  position: absolute;
  left: 60px;
  bottom: 45%;
}

.work_hero_overlay.en {
  font-size: 80px;
  font-family: "EngFontHeader";
}

.work_hero_overlay.en p {
  color: var(--orange);
  transform: rotate(-5deg);
  margin-top: 5px;
}

.work_hero_overlay.ka {
  font-size: 75px;
  font-family: "GeoFontHeader";
}

.work_hero_overlay.ka p {
  color: var(--orange);
  transform: rotate(-5deg);
  margin-top: 5px;
}

.work_body {
  padding: 50px 0px;
}

.work_body article h1.en {
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 20px;
}

.work_body article h1.ka {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 25px;
}

.work_body article .author {
  line-height: 22px;
  margin-top: 10px;
}

.divider_header_wrapper {
  display: inline-flex;
  width: calc(100% - 1100px);
}

.divider_h2_en.work {
  font-family: "GeoFontSubHeader";
  font-size: 22px;
  padding: 8px 0px 11px 0px;
}

.divider_h2_ka.work {
  font-size: 20px;
  font-family: "GeoFontSubHeader";
  padding: 10px 0px 12px 0px;
}

.author_en {
  font-size: 22px;
}

.author_ka {
  font-size: 17px;
}

.date {
  font-size: 17px;
  font-family: "GeoFontSubHeader";
  margin-top: 20px;
}

/* RICH TEXT STYLINGS */
.work_content {
  margin-top: 35px;
}

.rich_text_ka {
  font-family: "GeoFontSubHeader";
  line-height: 26px;
}

.rich_text_ka h1 {
  font-family: "GeoFontSubHeader";
  font-size: 24px;
  margin-bottom: 15px;
}

.rich_text_ka h2 {
  font-family: "GeoFontHeader";
  font-size: 34px;
  margin-bottom: 30px;
}

.rich_text_ka h3 {
  font-family: "GeoFontHeader";
  font-size: 28px;
  margin-bottom: 15px;
}

.rich_text_ka p {
  font-family: "GeoFontSubHeader";
  font-size: 16px;
}

.rich_text_ka strong {
  font-weight: bold;
}

.rich_text_ka em {
  font-family: "GeoFontItalic";
}

.rich_text_ka i {
  font-size: 15px;
  font-family: "GeoFontItalic";
}

.rich_text_ka section {
  margin: 25px 0px;
}

.rich_text_en {
  font-size: 21px;
  font-family: "EngFontText";
  line-height: 27px;
}

.rich_text_en h1 {
  font-family: "EngFontHeader";
  font-size: 32px;
  margin-bottom: 25px;
}

.rich_text_en h2 {
  font-family: "EngFontSubHeader";
  font-size: 24px;
  margin-bottom: 15px;
}

.rich_text_ka h3 {
  font-family: "EngFontSubHeader";
  font-size: 20px;
  margin-bottom: 7px;
}

.rich_text_en p {
  font-family: "EngFontText";
  font-size: 21px;
}

.rich_text_en strong {
  font-weight: bold;
}

.rich_text_en em {
  font-size: 17px;
  font-family: "EngFontItalic";
}

.rich_text_en i {
  font-size: 17px;
  font-family: "EngFontItalic";
}

.rich_text_en section {
  margin: 25px 0px;
}

.rich_text_en b {
  font-weight: bold;
}

.rich_text_ka b {
  font-weight: bold;
}

.work_content {
  text-align: justify;
}

.work_content ul {
  margin: 0 0 20px 20px;
  padding: 0;
  list-style: disc;
}

.work_content li {
  margin-bottom: 10px;
}

.work_content h2 {
  font-family: "GeoFontHeader" !important;
}

/* STYLES */
.image_right {
  display: inline-flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 20px;
  max-width: 100%;
}

.image_right.margin {
  margin-top: 50px;
}

.image {
  max-width: 35%;
}

.image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.image_text_wrap {
  width: 100%;
}

.floating-image {
  float: right;
  width: 35%;
  margin-left: 80px;
  display: block;
}

.text_content2 {
  width: 80%;
}

.content_image2 {
  position: relative;
}

.image_right_overlay {
  width: 40%;
  margin-right: 50px;
}

.image_right_images img {
  width: 100%;
}

.image_right_overlay_img {
  position: absolute;
  top: -40px;
  right: -50px;
}

.image_right_overlay_img img {
  width: 200px;
}

.image_left {
  width: 90%;
  margin: 50px auto;
  display: flex;
  align-items: center;
  column-gap: 100px;
}

.image_left .text_content {
  width: 60%;
}

.image_left .image {
  width: 40%;
}

.image_left .image img {
  width: 100%;
}

.content_image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_image {
  position: relative;
  margin: 50px 0px;
  text-align: center;
}

.content_image img {
  width: 1100px;
}

.content_image_overlay {
  position: absolute;
  top: -30px;
  right: -34px;
}

.content_image_overlay img {
  width: 230px;
}

.overlay2 img {
  width: 300px !important;
}

.author_bottom {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 70px;
  margin-bottom: 20px;
}

.author_bottom.ka {
  font-family: "GeoFontItalic";
}

.author_bottom.en {
  font-family: "EngFontItalic";
}

.share_buttons {
  margin-top: 20px;
}

.share_buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: black;
  border: 1px solid black;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  border-radius: 100%;
  transition: 0.3s ease;
}

.share_buttons a i {
  font-size: 21px;
}

@media screen and (max-width: 1399px) {
  .divider_h2_ka.work {
    padding: 10px 30px 10px 15px;
  }

  .divider_h2_en.work {
    padding: 8px 30px 10px 15px;
  }
}

@media screen and (max-width: 991px) {
  .work_hero {
    width: 100%;
    height: 100%;
  }

  .divider_h2_ka.work {
    font-size: 16px;
    padding: 10px 30px 10px 15px;
  }

  .divider_h2_en.work {
    font-size: 18px;
    padding: 8px 30px 10px 15px;
  }

  .image_right_images img {
    width: 100% !important;
  }

  .author_en {
    font-size: 18px;
  }

  .author_ka {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .work_hero {
    margin-top: 65px;
  }

  .work_body {
    padding: 25px 0px;
  }

  .work_body article h1.en {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .work_body article h1.ka {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .work_hero_overlay {
    left: 15px;
    bottom: 45%;
  }

  .work_hero_overlay.en {
    font-size: 32px;
  }

  .work_hero_overlay.ka {
    font-size: 31px;
  }

  .date {
    font-size: 16px;
    margin-top: 10px;
  }

  .work_content {
    text-align: left;
  }

  .image_right {
    flex-direction: column;
  }

  .text_content {
    width: 100%;
  }

  .image {
    width: 100%;
  }

  .content_image {
    width: 100%;
    margin: 25px 0px;
  }

  .content_image img {
    width: 100% !important;
  }

  .content_image2 img {
    width: 100% !important;
  }

  .content_image_overlay {
    right: -10px;
  }

  .content_image_overlay img {
    width: 100px;
  }

  .overlay2 img {
    width: 200px !important;
  }

  .image_left {
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
    margin: 0px;
  }

  .image_left .text_content {
    width: 100%;
  }

  .image_left .image {
    width: 100%;
  }

  .image_right_overlay {
    width: 100%;
    margin: 0px;
  }

  .text_content2 {
    width: 100%;
  }

  .image_right_overlay_img {
    top: -34px;
    right: -10px;
  }

  .image_right_overlay_img img {
    width: 150px;
  }

  /* RICH TEXT */
  .rich_text_ka h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .floating-image {
    float: none;
    display: block;
    margin: 0px 0px 25px 0px;
    width: 100%;
  }

  .image {
    max-width: 100%;
  }

  .mobile_overlay {
    top: inherit;
    right: inherit;
    bottom: -10px !important;
    left: -10px !important;
  }
}
