html {
  overflow-x: hidden !important;
}

body {
  font-family: "BPG Mrgvlovani Caps 2010";
  color: var(--dark-color);
  line-height: normal;
  overflow: hidden;
  font-size: 14px;
}
:root {
  --bg-color: #f2f2f2;
  --white-color: #fff;
  --mainor-color: #c87a53;
  --transition: all 0.3s ease;
  --border-radius: 5px;
}
.img_fluid {
  width: 100%;
  height: 100%;
  display: block;
}
.header_ {
  position: absolute;
  z-index: 999;
}
main {
  min-height: calc(100vh - 305px);
}
.hero_section {
/*  background-image: url("../img/bg.png"); */
background-image: url("../img/chantingbackground.jpg");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 230px 0 50px;
  color: var(--white-color);
  position: relative;
}
.hero_section::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(210, 207, 176, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}
.hero_section > .container{
    position: relative;
    z-index: 5;
}
.top_ {
  background-color: rgba(242, 242, 242, 85%);
}
.top_line {
  padding: 5px 0;
}
.top_line,
.bottom .menu_ul {
  margin-left: 213px;
}
.search_btn {
  font-size: 10px;
  margin-right: 100px;
}
.search_btn input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b2b2b2;
  width: 502px;
  color: #747474;
}
.search_btn input::placeholder {
  color: #747474;
}
.btm_btn {
  margin-right: 30px;
}

.logo_block {
  background-color: var(--white-color);
  width: 172px;
  height: 172px;
  position: absolute;
  top: 6px;
  z-index: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
}
.soc_items {
  width: 22px;
  height: 22px;
  background-color: #8f8f8f;
  color: var(--white-color);
  font-size: 10px;
  transition: var(--transition);
}
.soc_items:hover {
  background-color: #537d45;
}

.social_ul li {
  margin-right: 20px;
}
.social_ul li:last-child {
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid #8f8f8f;
}

.list_li {
  position: relative;
  display: inline-block;
}
.dropbtn {
  color: #000;
  padding: 10px 0;
  border: none;
}
.dropbtn img {
  width: 6px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--white-color);
  opacity: 90%;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
  transition: var(--transition);
  font-size: 10px;
  color: #000;
}
.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}
.list_li:hover .dropdown-content {
  display: block;
}
.menu_ul {
  padding-top: 17px;
}
.sub_menu {
  background-color: rgba(255, 255, 255, 75%);
  font-size: 10px;
  color: #000;
  padding: 17px;
  transition: var(--transition);
  display: none;
  left: 0;
  min-width: 226px;
  position: absolute;
  top: 30px;
}
.menu_li:hover .main_link {
  color: var(--mainor-color) !important;
}
.menu_li:hover .sub_menu {
  display: block;
}

.main_link {
  color: var(--white-color) !important;
}
.menu_li:last-child {
  margin-right: 0;
}
.sub_menu li {
  margin-bottom: 13px;
}
.sub_menu li:last-child {
  margin-bottom: 0;
}

.menu_li {
  margin-right: 20px;
  padding-bottom: 14px;
}

.main_info {
  margin: 0 134px;
}
.title {
  font-size: 32px;
  font-family: "Gilroy GEO";
  margin-bottom: 22px;
}

.sub_txt {
  font-size: 16px;
  font-family: "BPG Mrgvlovani";
  margin-bottom: 2px;
}
.sign_txt {
  font-size: 26px;
  font-family: "DM Giorgi Khorguashvili";
}
.bgline_section {
  width: 100%;
  height: 48px;
  background-image: url("../img/bgline.svg");
  background-position: center;
  margin-bottom: 5px;
}
.about_us_section {
  margin-bottom: 90px;
}
.main_title {
  font-family: "Gilroy GEO";
  font-size: 50px;
  margin-bottom: 30px;
}
.txt {
  font-family: "BPG Mrgvlovani";
  margin-bottom: 95px;
}
.btn_ {
  background-color: #537d45;
  color: var(--white-color);
  border-radius: 25px;
  padding: 17px 40px;
  display: inline-block;
  transition: var(--transition);
}
.btn_:hover {
  background-color: var(--mainor-color);
}
.info_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info_txt {
  font-family: "BPG Mrgvlovani";
  margin-bottom: 35px;
}
.img_item {
  height: 440px;
}
.img_pat {
  position: absolute;

  width: 50%;
  height: 440px;
  left: 0;
  top: 132px;
}
.img_pat img {
  object-fit: cover;
  object-position: center;
}
.diff_color {
  color: #537d45;
}
.sub_title {
  font-size: 40px;
  font-family: "Gilroy GEO";
  margin-bottom: 30px;
}
.info_sm_block {
  font-family: "BPG Mrgvlovani";
  width: 500px;
}
.mb-50 {
  margin-bottom: 50px;
}
.box_item {
  border: 1px solid #d9d9d9;
  transition: var(--transition);
  height: 100%;
}
.box_item:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 18%);
}
.box_ {
  padding: 20px 20px 30px 20px;
}
.box_img {
  height: 258px;
}
.box_img img {
  object-fit: cover;
  object-position: center;
}
.box_txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  height: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.footer_block {
  background-color: #d1cfb4;
  background-size: cover;
  background-position: bottom;
  padding: 70px;
}
.footer_block::after {
  position: absolute;
  content: "";
  background-image: url("../img/bgline.svg");
  height: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.footer_ul {
  margin-bottom: 40px;
  color: #4a4a4a;
}
.footer_block .social_ul {
  margin-bottom: 40px;
}

.footer_block .social_ul li:last-child {
  /*margin: 0;
  padding: 0; */
  border: none;
}
.created_ {
  color: #090601;
  margin-bottom: 15px;
  font-size: 10px;
  font-family: "Segoe UI";
}
.rights_ {
  font-family: "BPG Mrgvlovani";
}
/*mobile_menu*/
.mobile_menu_block {
  padding: 10px 0;
}

.burger_menu {
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-animation: burgerAnimation 3s linear infinite alternate;
  animation: burgerAnimation 3s linear infinite alternate;
  width: 30px;
  height: 23px;
  padding: 0px 5px;
  border-radius: 2px;
}

.burger__ {
  display: block;
  width: 100%;
  height: 20px;
  cursor: pointer;
  text-decoration: none;
}

.burger__ i {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3px;
  color: #000;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.burger__ i::before {
  top: -7px;
}

.burger__ i::before,
.burger__ i::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.burger__ i::after {
  bottom: -7px;
}

.burger__.burg_act i {
  background: transparent;
}

.burger__.burg_act i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

.burger__.burg_act i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}

.mobile_navigation {
  position: fixed;
  z-index: 999;
  background: #fff;
  border-top: 1px solid #000;
  width: 100%;
  height: 100%;
  top: 130px;
  left: -2px;
  padding-top: 20px;
  margin: 0px !important;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.nav_li {
  margin-bottom: 10px;
}
.nav_li.active {
  color: var(--main-color);
}
.nav_act {
  -webkit-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
  left: 0px;
}

.overflow_hidden {
  overflow: hidden !important;
}

/*mobile_menu end*/
.about_us .img {
  height: 100%;
}
.txt_ {
  font-size: 14px;
  font-family: "BPG Mrgvlovani";
}
.image_ {
  height: 480px;
}

.play_btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.img_ img {
  object-fit: cover;
  object-position: center;
}
.img_ {
  height: 100%;
}
.about_us_section .img_item {
  height: 100%;
}
.person_info {
  width: 303px;
}
.person_item {
  width: 224px;
}
.person_img {
  border: 1px solid #707070;
  height: 224px;
  width: 100%;
  margin-bottom: 25px;
}
.person_title {
  font-size: 18px;
  font-family: "Gilroy GEO";
  margin-bottom: 10px;
}
.person_position {
  font-size: 14px;
  font-family: "BPG Mrgvlovani Caps 2010";
  margin-bottom: 26px;
}
.person_information {
  font-size: 12px;
  font-family: "BPG Mrgvlovani";
  margin-bottom: 30px;
}
.person_contact i {
  font-size: 26px;
}
.gallery_img {
  transition: 0.5s ease all;
  height: 258px;
  overflow: hidden;
}
.gallery_img:hover img {
  transform: scale(1.1);
  transition: var(--transition);
}
.gallery_img img {
  object-fit: cover;
  object-position: center;
}
.show_more {
  font-size: 20px;
}

.download_block {
  background-image: url("../img/bg_sm.png");
  padding: 20px 30px;
  margin-bottom: 20px;
}
.download_btn i {
  color: #537d45;
  font-size: 24px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 80px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 18px;
}

.pagination a.active {
  color: #537d45 !important;
}
.sm_title {
  height: 100%;
  background-color: #f9f9f9;
  padding: 55px 40px;
  font-family: "BPG Mrgvlovani";
}
.date_ {
  font-family: "BPG Nino Mtavruli bd";
  font-size: 10px;
  color: #727272;
  margin-bottom: 30px;
}
.text_block {
  background-color: #f9f9f9;
  padding: 36px 36px 55px;
}
.text_block p {
  font-size: 12px;
  font-family: "BPG Mrgvlovani";
  margin-bottom: 40px;
  line-height: 2;
}
.back_btn {
  color: #a4a4a4;
  font-family: "BPG Mrgvlovani";
  transition: var(--transition);
}
.back_btn i {
  color: #537d45;
}
.back_btn:hover {
  color: #537d45;
}
.share_block,
.share_block i {
  color: #a4a4a4;
}
.soc_list li {
  margin-left: 15px;
  font-size: 18px;
}
.share_block i:hover {
  color: #537d45;
  transition: var(--transition);
}
.sm_img {
  height: 125px;
}
.box_info {
  height: auto;
}
.contact_title {
  font-size: 16px;
  margin-bottom: 25px;
}
.input_item input {
  width: 100%;
  height: 50px;
  border: 1px solid #dbdbdb;
  padding: 18px;
  font-size: 11px;
  font-family: "BPG Mrgvlovani";
  color: #9b9b9b;
  border-radius: 5px;
}
.input_item input::placeholder {
  color: #9b9b9b;
}
.share_block .soc_items i {
  color: #fff;
}
.social_ul li {
  margin-right: 0;
  margin-left: 20px;
}
.share_block .social_ul li:last-child {
  color: var(--white-color);
  margin-right: 0;
  padding: 0;
  border: none;
}
.add_block {
  font-family: "BPG Mrgvlovani";
}
.add_block i {
  color: #537d45;
}
.map_ {
  height: 350px;
}





.main_info .title{
    color: #AC0008;
}
.main_info .sub_txt, .main_info .sign_txt{
    color: black;
}
.main_title{
    color: #66472E;
}
.patriarchate_section .sub_title.text-xl-end{
    color: #66472E;
}






.galereebi {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.sub--header {

    font-family: "Gilroy GEO";
    font-size: 25px;
    margin-bottom: 20px;
    color: #66472E;

}

/* .center__button {
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
    transform: translate(-50%, -50%);
} */

.galereebi__img {
    width: 300px;
    object-fit: cover;
}

.img__gallery--container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 53px;
    gap: 28px;
    flex-wrap: wrap;
  }
  .img__gallery--container a{
    line-height: 0;
    width: 100%;
  }
  .img__gallery--container a img{
    width: 100%;
    height: 450px;
    object-fit: cover;
  }

  .vid__gallery--container{
    display: flex;
    flex-wrap: wrap;
    column-gap: 22px;
    row-gap: 40px;
    margin-top: 30px;
  }
  .vid__gallery--item{
    width: 520px;
    max-width: 100%;
    padding-bottom: 97px;
    position: relative;
  }
  .vid__gallery--text{
    background-color: #F5F5F5;
    padding: 30px 35px 200px 35px;
    line-height: 18px;
    font-size: 12px;
    font-family: "BPG Mrgvlovani";
  }
  .vid__gallery_iframe{
    max-width: 100%;
    position: absolute;
    bottom: 0;
    width: 464px;
    height: 267px;
    left: 50%;
    transform: translateX(-50%);
  }
  .vid__gallery_iframe iframe{
    width: 100%;
    height: 100%;
  }
  .iframe__play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    padding-inline: calc(231px - 35px);
    padding-block: calc(133px - 35px);
  }

  .vid__gallery,.img__gallery{
    margin-bottom: 50px;
  }