/*
Theme Name: Prosha
*/

* {
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
}

body {
  font-family: Geologica;
  background: #fafafa;
}

.zero-block {
  margin-top: 0;
}

.search-img{
	width: 48px;
	height: 48px;
}

.text-block {
  margin-top: 60px;
}
section {
  margin-top: 140px;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

h2 {
  font-family: Geologica;
  font-weight: 600;
  font-size: 36.29px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* header */

header {
  padding: 12px 0;
  box-sizing: border-box;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav {
  display: flex;
	align-items: center;
}

.separate-menu{
	width: 1px;
	height: 7px;
	border-radius: 2px;
	background-color: #D2D2D2;
}

.nav-link {
  padding: 7px 10px;
  box-sizing: border-box;
  color: #021d12;
  font-weight: 300;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 3%;
}

.nav-link.active {
  color: #127b61;
  font-weight: 600;
}

.search{
  border: none;
    background: none;
    cursor: pointer;
}

/* header */

/* zero block */
.zero-block {
  margin-top: 0;
  min-height: 834px;
  background-repeat: no-repeat;
  background-size: cover;
	position: relative;
}

.zero-block .container {
  padding: 40px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	min-height: 834px;
	position: relative;
	z-index: 2;
}

.zero-social-links {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

h1 {
  font-family: Geologica;
  font-weight: 500;
  font-style: Italic;
  font-size: 36.29px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.zero-subtitle {
  font-family: Geologica;
  font-weight: 400;
  font-style: Medium;
  font-size: 36.29px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  margin: 20px 0 50px;
}
.zero-subtitle span {
  font-style: Italic;
}

.zero-btn {
  margin: 0 auto;
  padding: 12px 35px;
  box-sizing: border-box;
  background-color: #08b877;
  border: 1px solid transparent;
  border-radius: 6px;
  width: fit-content;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 17px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.zero-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	z-index: 1;
}

/* zero block */

.text-block h2 {
  font-family: Geologica;
  font-weight: 600;
  font-size: 36.29px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.text-block p, .text-block li {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}

.bold p, .zap .bold li {
  font-weight: 500;
}

.text-block li{
  margin: 0
}

.text-block ol, .text-block ul{
padding-left: 25px;
margin-bottom: 15px;
}

.text-block .accent {
  font-weight: 600;
  font-style: Italic;
  font-size: 22px;
  line-height: 32px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #08b877;
}

.flex-block {
  display: flex;
  gap: 53px;
  justify-content: space-between;
}

.flex-text-block {
  width: 60%;
}

.text-block iframe {
  border-radius: 15px;
}

.botton-img {
  margin: 20px auto;
  display: block;
}

.events-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.envets {
  padding: 30px 40px 30px 30px;
  box-sizing: border-box;
  background: #f1f1f1;
  border-radius: 15px;
  height: fit-content;
}

.event-card {
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 10px;
}

.event-img {
  width: 126px;
  height: 86px;
  border-radius: 5px;
}
.event-info {
  margin-top: 4px;
}

.event-date {
  font-weight: 300;
  font-size: 12px;
  line-height: 119%;
  vertical-align: bottom;
  color: #021d12;
}

.event-title {
  font-family: Geologica;
  font-weight: 700;
  font-size: 14px;
  line-height: 119%;
  letter-spacing: 0%;
  margin: 8px 0 25px;
}

.news-link,
.event-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
  color: #08b877;
}

.news-link img,
.event-link img {
  margin-left: 7px;
}

.news-card {
  border-radius: 15px;
  background: #ffffff;
  max-width: 417px;
}

.news-info {
  padding: 15px;
  box-sizing: border-box;
}

.news-img {
  width: -webkit-fill-available;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.news-title {
  font-family: Geologica;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  vertical-align: middle;
  color: #021d12;
  margin-bottom: 25px;
}

.news-card-flex {
  display: flex;
  justify-content: space-between;
}

.news-date {
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #00000017;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

.news-block .zero-btn {
  margin-top: 45px;
}

.news-event-block .container {
  position: relative;
}

.news-page .news-block{
	margin-top: 40px;
}

.news-page .news-list{
	grid-template-columns: repeat(3, 1fr);
}

.branch {
  position: absolute;
  left: -42px;
  bottom: -140px;
  z-index: -1;
}

.categories .container {
  display: flex;
  gap: 43px;
}

.category-card {
  align-items: center;
  max-width: 229px;
}

.category-img {
  border: 2px solid #127b61;
  border-radius: 100%;
  margin-bottom: 15px;
  width: 229px;
  height: 229px;
object-fit: cover;
}

.category-title {
  font-family: Geologica;
  font-weight: 600;
  font-size: 21.91px;
  line-height: 28px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #021d12;
  text-align: center;
}

.shrines-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shrines-header .zero-btn {
  margin: 0;
}

.shrines-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.shrine-card {
  display: flex;
  border-radius: 7px;
  background: #ffffff;
  height: 143px;
}

.shrine-img {
  width: 107px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.shrine-info {
  padding: 15px 15px 15px 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shrine-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 119%;
  letter-spacing: 0%;
  color: #000;
}

.shrines-header {
  margin-bottom: 30px;
}

.shrines-header h2 {
  margin: 0;
}

.shrines .container {
  position: relative;
}

.shrines .container .branch {
  bottom: -197px;
  right: -57px;
  left: auto;
}

.banner .banner-info {
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -webkit-fill-available;
}

.banner {
  height: 410px;
}

.banner .container {
  height: -webkit-fill-available;
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  border-radius: 25px;
}

.banner-gradient {
  height: -webkit-fill-available;
  background: linear-gradient(
    90deg,
    #ffffff 43.79%,
    rgba(255, 255, 255, 0.88) 54.77%,
    rgba(255, 255, 255, 0.06) 86.26%
  );
}

.banner-subtitle {
  font-weight: 500;
  font-size: 25.88px;
  line-height: 35px;
  color: #021d12;
  width: 50%;
}
.banner .zero-btn {
  margin: 0;
}

footer .container{
  margin-top: 90px;
  padding: 60px 0 0 40px;
  box-sizing: border-box;
}

.menu-top{
  display: flex;
}

.about{
  width: 50%;
  padding-right: 155px;
  box-sizing: border-box;
}

.about p{
  margin-top: 35px;
font-weight: 500;
font-size: 15px;
line-height: 20px;
color: #000;
}

.footer-menu{
  display: flex;
  justify-content: space-between;
  gap: 60px;
  width: 50%;
}

.footer-menu-title{
  margin-bottom: 20px;
font-weight: 700;
font-size: 16px;
line-height: 119%;
text-transform: uppercase;
}

.footer-menu-link{
  margin-bottom: 15px;
font-weight: 400;
font-size: 16px;
line-height: 119%;
color: #021D12;

}

.footer-line{
  display: block;
  margin: 0 auto 30px;
}

.menu-bottom span {
  display: block;
font-weight: 300;
font-size: 12px;
line-height: 21px;
text-align: center;
}

.menu-bottom .line{
  display: inline;
  text-decoration: underline;
}

.shrines-list .container{
  display: flex;
    flex-direction: column;
    gap: 60px;
}

.shrines-block {
  display: flex;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  
}

.shrines-block-img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 328px;
  height: 438px;
  object-fit: cover;
}

.shrines-block-info {
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  flex: 1;
  position: relative;
}

.shrines-block-title {
  font-family: Geologica;
  font-weight: 600;
  font-size: 36.29px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}


.shrines-block-content {
  max-height: 270px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}


.shrines-block.open .shrines-block-content {
  max-height: 2000px; 
}

.shrines-block-btn {
  color: #08B877;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.shrines-block-btn:hover {
  color: #059a64;
}

.shrines-block-btn img {
  transition: transform 0.3s ease;
}

.shrines-block.open .shrines-block-btn img {
  transform: rotate(180deg);
}

.shrines-block-info p, .shrines-block-info li{ margin-bottom: 20px; font-weight: 400; font-size: 22px; line-height: 35px; }

.shrines-block-content ol, .shrines-block-content ul{
padding-left: 25px;
}
.shrines-block-btn img{
  width: 24px;
  margin-left: 8px;
}

.zero-img{
  width: 462px;
  border-radius: 15px;
}

.flex-block.jc-center{
  align-items: center;
}

.flex-block.jc-center p{
font-weight: 600;
font-size: 26px;
line-height: 35px;
}

.about-church img{
 
  width: 700px;
 
  border-radius: 15px;
}

.about-church figure{
  display: block;
   margin: 30px auto;
   width: fit-content;
}
.about-church figcaption{
  text-align: center;
  margin-top: 15px;
font-weight: 100;
font-style: italic;
font-size: 18px;
line-height: 35px;
color: #000
}

.about-church p{
margin-bottom: 22px;
font-weight: 300;
font-size: 22px;
line-height: 35px;

}

.zap-card{
  padding: 25px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 20px;
}

.zapis .container{
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.zap-btn{
  display: block;
  margin-top: 20px;
  padding: 8px 35px;
  box-sizing: border-box;
  background-color: #08b877;
  border: 1px solid transparent;
  border-radius: 6px;
  width: fit-content;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
}

.zap-title{

font-weight: 600;
font-size: 26px;
line-height: 35px;
}

li.accent-red{
  color: #F83B3B;
  font-style: italic;
}

.date-list{
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.date-card{
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
}

.dates .container{
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #D8D8D8;
  border-radius: 20px;
}

.date-title{
font-weight: 600;
font-size: 26px;
line-height: 35px;
}

.date-title-day.weekend{
  color: #F83B3B;
}
.date-title-place{
  display: block;
  font-style: italic;
}

.date-times{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.time-badge{
  padding: 5px 15px;
  box-sizing: border-box;
  background: #08B877;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;
border-radius: 7px;
width: fit-content;

}

.time-descr{
font-weight: 400;
font-size: 22px;
line-height: 24px;
color: #000;
}

.date-time-item{
  display: flex;
  gap: 10px;
  align-items: center;
}

.badge-warning .container{
  padding: 30px;
  box-sizing: border-box;
  background: #F83B3B2B;
border-radius: 15px;
font-weight: 600;
font-size: 26px;
line-height: 35px;
}

.badge-warning{
  margin-top: 90px;
}

.button-block{
  display: flex;
  align-items: center;
  gap: 30px;
}

.button-block .zero-btn{
  margin: 0;
  padding: 18px 35px;
}

.button-block{
  margin-top: 60px;
}

.btn-secondary{
font-weight: 600;
font-size: 20px;
line-height: 100%;
color: #08B877;
  display: flex;
  flex-direction: row;
   align-items: center;

}

.btn-secondary img{

  margin-left: 10px;
}

.dates-month.is-hidden {
  display: none;
}
