

@font-face {
    font-family: 'Minister Bold';
    src: url('../fonts/Minister Bold.woff2') format('woff2'),
    url('../fonts/Minister Bold.woff') format('woff'),
    url('../fonts/Minister Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Minister Book';
    src: url('../fonts/Minister Book.woff2') format('woff2'),
    url('../fonts/Minister Book.woff') format('woff'),
    url('../fonts/Minister Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Minister Light';
    src: url('../fonts/Minister Light.woff2') format('woff2'),
    url('../fonts/Minister Light.woff') format('woff'),
    url('../fonts/Minister Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Minister Italic';
    src: url('../fonts/MinisterT Italic.woff2') format('woff2'),
    url('../fonts/MinisterT Italic.woff') format('woff'),
    url('../fonts/MinisterT Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}


body {
    background: #DEE0DD;
    font-family: 'Minister';
}

.text-main p {
    font-family: 'Minister Book';
    color: #000000;
    font-size: 30px;
    /* transform: rotate(-3deg); */
    margin-top: 45px;
    margin-bottom: 100px;
	line-height: 1.3;
}
.text-main p a{
    /* font-weight: bold; */
    /* font-family: 'Minister Italic'; */
    color: #000000;
    /* font-size: 25px; */
    text-decoration: underline;
}
.title{
    margin-right: 10px;
    color: black;
    font-size: 25px;
    text-decoration: underline;
	    font-family: 'Minister Book';
}
.text {
    font-family: 'Minister Book';
    font-size: 25px;
    margin-top: 15px;
    display: none;
}

.texts {
   /* white-space: nowrap;*/
    overflow-x: auto;
    text-align: left;
}

.swiperpagination
{
    display: inline;
    white-space: nowrap;
    margin-right: 15px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Minister Book';
}
.swiper-pagination-current,
.swiper-pagination-total,
.title.active,
.text {
    display: inline;
}
.text {
    white-space: normal;
    word-spacing: normal;
    display: none;
}
.text * {
    display: inline;
}

.text-main p a:hover{
    /* text-decoration: underline; */
    /* font-style: italic; */
    color: #767674;
}
.gallerys .title a:hover {
    /* font-style: italic; */
	color: #767674;
}
a.class2 {
    color: #020202;
    text-decoration: none;
}

a.class2:hover {
    /* font-style: italic; */
	color: #767674;
}
.bl-1{
    margin-top: 20px;
}
.bl-2{
    margin-top: 40px;
}
.gallerys .block {
    margin-bottom: 100px;
}

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

.gallerys .title {
    margin-top: 20px;
}

.gallerys .title a {
    font-family: 'Minister Light';
    color: #000000;
    font-size: 25px;
    text-decoration: none;
}
.single-main{
    margin-top: 150px;
}
.single-main .texts{
    font-family: 'Minister';
    color: #000000;
    font-size: 23px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 30px;
}
.text-posta-link {
    padding-bottom: 22px;
}
.single-main .images img{
    margin-bottom: 25px;
}
.mySwiper {
    height: 600px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img {

    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.mySwiper.auto-height {
    height: auto;
}

.mySwiper.auto-height .swiper-slide {
    min-height: 400px;
}
.swiperpagination {
    margin-right: 15px;

}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-size: 20px;
    color: #01010147;
}
@media (max-width: 992px) {

    .text-main p {margin-top: 50px;margin-bottom: 50px;font-size: 23px;}
    .gallerys .block {
        margin-bottom: 50px;
    }
    .text-main p a {
    color: #000000;
    font-size: 23px;
    line-height: 1.5;
}
.title {
    font-size: 23px;
}
.text {
    font-size: 23px;
}
    .single-main {
        margin-top: 20px;
    }
    .mySwiper {
        max-height: unset;
        height: auto;
    }
}


 .swiper-button-prev {
  top: 0!important;
    bottom: 0!important;
    height: 100%;
    width: 50%;
     text-align: left;    margin-top: 0!important;
}
.swiper-button-next {
    top: 0!important;
    bottom: 0!important;
    height: 100%;
    width: 50%;
    text-align: right;
    margin-top: 0!important;
}
.swiper-button-next svg {
      height: 20px;
      object-fit: contain;
      transform-origin: center ;
      width: 11px;
      fill: currentColor;
      pointer-events: none;
    margin-left: auto;
  }
.swiper-button-prev svg {
    height: 20px;
    object-fit: contain;
    transform-origin: center;
    width: 11px;
    fill: currentColor;
    pointer-events: none;
    margin-right: auto;
}