html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  display: block;
}
body {
  line-height: 1;
  font-family: "Milonga", cursive;
  /* width: 100%;
  display: flex;
  justify-content: center; */
  /* overflow: hidden; */
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.orto-gazete-logo {
  width: 480px;
}
.mobil_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: -200px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}

.swiper-container-main {
  width: 100%;
  height: 820px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.swiper-container-main > .swiper-wrapper > .swiper-slide {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(images/kehanetteki-Ã§ocuk-suzan-orto-slider.jpg);
}
.main_header {
  width: 100%;
  height: 820px;
}
.swiper-pagination-bullets > span {
  z-index: 3;
  cursor: pointer;
}
.swiper-pagination-bullets > span {
  width: 24px;
  height: 24px;
  background: rgba(255, 251, 240, 0.5);
}
.swiper-pagination-bullet-active {
  background-color: #ece0bf !important;
  opacity: 1;
}

.language-btn {
  position: absolute;
  right: 100px;
  top: 50px;
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #fbeecc;
  font-family: "Spectral", serif;
  cursor: pointer;
  z-index: 2;
}
.header_logo {
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 2;
  margin: 0 auto;
}
.hamburger_icon {
  position: absolute;
  left: 15px;
  top: 20px;
  display: none;
  cursor: pointer;
}
.header_logo > a {
  z-index: 2;
  margin-top: 15px;
}
.main_header_navbar {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin-top: 24px;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
}
.main_header_navbar > ul {
  display: flex;
  justify-content: space-between;
  width: 1440px;
  padding: 20px 0;
}

.main_header_navbar > ul > li:last-child {
  margin-right: 0;
}
.main_header_navbar > ul > li > a {
  text-decoration: none;
  color: #fbeecc;
  font-family: "Spectral", serif;
  padding: 10px;
  border-radius: 12px;
}
.main_header_navbar > ul > li > .active {
  background-color: #8f7665;
  color: #fff;
}
.main_header_navbar > ul > li > a:hover {
  transition: 0.3s ease all;
  background-color: #d9d9d9;
  color: #512d1d;
  border-radius: 12px;
}
.swiper-slide-content {
  position: absolute;
  bottom: 26%;
  left: 10%;
  text-align: left;
}
.swiper-slide-content > h2 {
  color: #ffe8b5;
  font-size: 84px;
  line-height: 105px;
}
.swiper-slide-content > h4 {
  color: #fff9ec;
  font-size: 52px;
  line-height: 65px;
  margin-bottom: 14px;
}
.swiper-slide-content > span {
  font-size: 24px;
  line-height: 30px;
  color: #ffe8b5;
}
.orto_basladi {
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url(images/kehanetteki-cocuk-suzan-orto-hakkinda.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.orto_basladi_container {
  width: 1440px;
  /* max-width: 1440px; */
}
.orto_basladi_title {
  margin-top: 60px;
  margin-bottom: 40px;
}
.orto_basladi_title > h3 {
  font-size: 44px;
  color: #512d1d;
  line-height: 55px;
}
.orto_basladi_content {
  display: flex;
  margin-bottom: 60px;
}
.orto_basladi_content > img {
  margin-right: 28px;
  width: 430px;
  height: 378px;
}
.orto_basladi_content > p {
  font-size: 28px;
  line-height: 46px;
}

.orto_kitap_serisi {
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url(images/orto_kitap_serisi_bg.svg);
}
.orto_kitap_serisi_container {
  width: 1440px;
  /* max-width: 1440px; */
  position: relative;
}

.orto_kitap_serisi_container > .swiper-button-prev {
  position: absolute;
  left: -50px !important;
  top: 300px !important;
  color: #b0a78c !important;
  border: 1px solid #99917c;
  padding: 23px 34px;
}
.orto_kitap_serisi_container > .swiper-button-next {
  position: absolute;
  right: -50px !important;
  top: 300px !important;
  color: #b0a78c !important;
  border: 1px solid #99917c;
  padding: 23px 34px;
}

.orto_kitap_serisi_title {
  margin-top: 60px;
  margin-bottom: 35px;
}
.orto_kitap_serisi_title > h3 {
  text-align: center;
  font-size: 44px;
  color: #512d1d;
  line-height: 55px;
}
.orto_kitap_serisi_content {
  display: flex;
  justify-content: center;
  margin-bottom: 86px;
}
.orto_kitap_serisi_content_item {
  margin-right: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.orto_kitap_serisi_content_item:last-child {
  margin-right: 0;
}
.orto_kitap_serisi_content_item > img {
  margin-bottom: 6px;
  width: 624px;
  /* height: 578px; */
}
.orto_kitap_serisi_content_item > h5 {
  /* margin-bottom: 20px; */
  font-family: "Spectral", serif;
  font-weight: 600;
  font-size: 34px;
  color: #512d1d;
}
.orto_kitap_serisi_content_item > span {
  color: #ffe8b5;
  padding: 12px 18px;
  background-color: #8f7665;
  border-radius: 12px;
  font-size: 24px;
  line-height: 30px;
}
.orto_kitap_serisi_content_item > span > a {
  text-decoration: none;
  color: #fff;
}

.sosyal_medya {
  width: 100%;
  background-color: #8f7665;
  display: flex;
  justify-content: center;
}
.sosyal_medya_container {
  /* max-width: 1440px; */
  width: 1440px;
  padding: 90px 0;
  display: flex;
}
.sosyal_medya_container_text {
  width: 30%;
}
.sosyal_medya_container_text > p {
  color: #fff8e5;
  font-size: 34px;
  line-height: 48px;
}
.sosyal_medya_container_linkler > a {
  background: none;
  text-decoration: none;
}
.sosyal_medya_container_linkler > a > img:hover {
  filter: sepia(90%) hue-rotate(230deg) saturate(30%);
  transition: all 0.3s ease;
}
.etkinlikler_container > .swiper-button-prev {
  position: absolute;
  left: -80px !important;
  top: 280px !important;
  color: #512d1d !important;
  padding: 23px 34px;
}
.etkinlikler_container > .swiper-button-next {
  position: absolute;
  right: -80px !important;
  top: 280px !important;
  color: #512d1d !important;
  padding: 23px 34px;
}

.etkinlikler {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff8e5;
}
.etkinlikler_container {
  width: 1440px;
  /* max-width: 1440px; */
  position: relative;
  padding: 70px 0 70px 0;
}
.etkinlikler_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.etkinlikler_title > h3 {
  font-size: 44px;
  line-height: 55px;
  color: #512d1d;
}
.etkinlikler_title > a {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.etkinlikler_title > a > button {
  border: none;
  background: none;
  font-family: "Spectral", serif;
  font-size: 24px;
  line-height: 55px;
  color: #512d1d;
  cursor: pointer;
}

.etkinlikler_container .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.etkinlikler_container .swiper .swiper-wrapper .swiper-slide > img {
  margin-bottom: 20px;
  width: 100%;
}
.etkinlikler_container .swiper .swiper-wrapper .swiper-slide > span {
  color: #512d1d;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  font-family: "Spectral", serif;
}

.blog_yazilari {
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url(images/blog_yazilari_bg.svg);
  display: none;
}
.blog_yazilari_container {
  width: 1440px;
  /* max-width: 1440px; */
  display: flex;
  flex-direction: column;
  padding: 70px 0;
}
.blog_yazilari_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_yazilari_title > h3 {
  color: #fff8e5;
  font-size: 44px;
  line-height: 55px;
}
.blog_yazilari_title > a {
  display: flex;
  align-items: center;
}
.blog_yazilari_title > a > button {
  border: none;
  outline: none;
  background: none;
  color: #fff8e5;
  cursor: pointer;
  font-size: 24px;
  line-height: 55px;
  font-family: "Spectral", serif;
}
.blog_yazilari_content {
  margin-top: 46px;
  display: flex;
}
.blog_yazilari_content > div {
  width: 50%;
}
.blog_yazilari_content_buyuk {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 44px;
}
.blog_yazilari_content_buyuk > div > h5 {
  font-weight: 700;
  font-size: 44px;
  line-height: 66px;
  color: #fff8e5;
  margin-top: 10px;
  font-family: "Spectral", serif;
}
.blog_yazilari_content_buyuk > div > date {
  font-size: 20px;
  line-height: 30px;
  font-family: "Spectral", serif;
  color: #fff;
}
.blog_yazilari_content_buyuk > div > p {
  font-size: 24px;
  line-height: 36px;
  font-family: "Spectral", serif;
  color: #e0d8c1;
}
.blog_yazilari_content_kucukler {
  display: flex;
  flex-direction: column;
}
.blog_yazilari_content_kucuk {
  display: flex;
  margin-bottom: 50px;
}
.blog_yazilari_content_kucuk:last-child {
  margin-bottom: 0;
}
.blog_yazilari_content_kucuk > img {
  margin-right: 20px;
}
.blog_yazilari_content_kucuk > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.blog_yazilari_content_kucuk > div > p {
  display: none;
}
.blog_yazilari_content_kucuk > div > h5 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #fff8e5;
  margin-bottom: 7px;
  font-family: "Spectral", serif;
}
.blog_yazilari_content_kucuk > div > date {
  font-size: 20px;
  line-height: 30px;
  font-family: "Spectral", serif;
  color: #fff;
}
.mobil_suzan_orto_ekibi_container {
  display: none;
}

.main_footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #826b5c;
}
.footer_container {
  /* max-width: 1440px; */
  width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_content {
  padding: 60px 0;
  border-bottom: 1px solid #927968;
}
.footer_content > p {
  font-weight: 500;
  font-size: 34px;
  line-height: 52px;
  text-align: center;
  font-family: "Spectral", serif;
  color: #fff8e5;
}
.footer_content > h3 {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #fff8e5;
}
.footer_container > span {
  color: #fff8e5;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-family: "Spectral", serif;
  padding: 65px 0;
}
.pages_header {
  background-image: url(images/header-bg-alt-sayfa.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pages_header_content {
  padding: 64px 0 80px 0;
}
.pages_header_content > h2 {
  font-size: 64px;
  line-height: 80px;
  color: #ffe8b5;
  text-align: center;
}
.pages_header_content > p {
  font-size: 40px;
  line-height: 50px;
  color: #fff9ec;
  text-align: center;
}

.suzan_orto_ekibi_container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url(images/suzan-orto-ekibi-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.suzan_orto_ekibi_content {
  width: 1440px;
  /* max-width: 1440px; */
}
.suzan_orto_ekibi_content > h2 {
  text-align: center;
  margin-top: 70px;
  font-size: 44px;
  line-height: 55px;
  color: #512d1d;
}
.suzan_orto_ekibi_content > img {
  width: 100%;
}

.gazete_arsivi_content {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 30px 0 50px 0;
  background-color: #fff8e5;
}

.gazete_arsivi_content_cards {
  width: 1440px;
  /* max-width: 1440px; */
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}
.gazete_arsivi_content_cards > a {
  text-decoration: none;
}

.gazete_arsivi_container_card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gazete_arsivi_container_card_img {
  width: 412px;
  height: 584px;
  border: 20px solid #8F7665;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

  &:hover {
    border: 20px solid #8F7665;
  }
}
.gazete_arsivi_container_card_img > span {
  font-size: 32px;
  line-height: 40px;
  color: #ad988b;
}
.gazete_arsivi_container_card_img > img {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.gazete_arsivi_container_card_text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gazete_arsivi_container_card_text > h3 {
  font-size: 32px;
  line-height: 40px;
  color: #6e5646;
}
.gazete_arsivi_container_card_text > span {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  font-family: "Spectral", serif;
  color: #6e5646;
}


.basinda_biz_content {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 30px 0 50px 0;
  background-color: #fff8e5;
}

.basinda_biz_content_cards {
  width: 1440px;
  /* max-width: 1440px; */
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}
.basinda_biz_content_cards > a {
  text-decoration: none;
}

.basinda_biz_container_card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.basinda_biz_container_card_img {
  width: 412px;
  height: 584px;
  border: 20px solid #ECE3C9;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

  &:hover {
    border: 20px solid #8F7665;
  }
}
.basinda_biz_container_card_img > span {
  font-size: 32px;
  line-height: 40px;
  color: #ad988b;
}
.basinda_biz_container_card_img > img {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.basinda_biz_container_card_text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.basinda_biz_container_card_text > h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  color: #6e5646;
  text-transform: capitalize;
  
}
.basinda_biz_container_card_text > span {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  font-family: "Spectral", serif;
  color: #6e5646;
}














.kitap_serisi_container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff8e5;
}
.kitap_serisi_content {
  width: 1440px;
  /* max-width: 1440px; */
}
.kitap_serisi_cards {
  display: flex;
  flex-direction: column;
}
.kitap_serisi_card {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cbb4a5;
  padding: 50px 0;
}
.kitap_serisi_card:last-child {
  margin-bottom: none;
}
.kitap_serisi_card_img {
  display: flex;
}
.kitap_serisi_card_img > img {
  width: 624px;
}

.kitap_serisi_card_text > h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #512d1d;
  font-family: "Spectral", serif;
  margin-bottom: 16px;
}
.kitap_serisi_card_text {
  max-width: 800px;
}
.kitap_serisi_card_text > p {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #6a4332;
  font-family: "Spectral", serif;
  margin-bottom: 25px;
}
.kitap_serisi_card_text > span {
  font-size: 24px;
  line-height: 36px;
  color: #ffe8b5;
  padding: 12px 18px;
  background-color: #8f7665;
  border-radius: 12px;
}
.kitap_serisi_card_text > span > a {
  text-decoration: none;
  color: #fff;
}
.kitap_serisi_card_text > span > a:hover {
  opacity: 0.8;
}

.biyografi_content {
  width: 1440px;
  /* max-width: 1440px; */

  padding-top: 60px;
  /* display: flex;
  flex-direction: row;
  align-items: flex-start; */
}

.biyografi_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff8e5;
}
.biyografi_content > img {
  float: left;
  margin-right: 40px;
  border-radius: 12px;
}
.biyografi_content > div > h1 {
  font-weight: 600;
  font-family: "Spectral", serif;
  font-size: 40px;
  line-height: 60px;
  color: #512d1d;
}

.biyografi_content > div > p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 50px;
  color: #6a4332;
  margin-top: 0;
}
.mobile_biyografi_images {
  display: none;
}
.biyografi_images {
  width: 100%;
  display: flex;
  justify-content: center;
}
.biyografi_images > img {
  max-width: 100%;
  display: block;
}
.biyografi_follow {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #8f7665;
  padding: 64px 0;
}
.biyografi_follow_content {
  width: 1440px;
  /* max-width: 1440px; */

  display: flex;
  align-items: center;
}
.biyografi_kitaplar {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff8e5;
}

.biyografi_kitaplar_container {
  width: 1440px;
  /* max-width: 1440px; */
}
.misvalar_container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff8e5;
}
.misvalar_content {
  width: 1440px;
  /* max-width: 1440px; */
}
.misvalar_card_group {
  display: flex;
  flex-direction: column;
}
.misvalar_card {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 1px solid #cbb4a5;
}
.misvalar_card:last-child {
  border-bottom: none;
}
.misvalar_card_img {
  min-width: 450px;
  margin-right: 48px;
  margin-top: 10px;
}

.misvalar_card_img > img {
  border: 10px solid #8f7665;
  border-radius: 12px;
  overflow: hidden;
}
.misvalar_card_text {
  display: flex;
  flex-direction: column;
}
.misvalar_card_text > h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  font-family: "Spectral", serif;
  margin-bottom: 20px;
  color: #6a4332;
}
.misvalar_card_text > p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Spectral", serif;
  color: #6a4332;
}
.misvalar_buttonDiv {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.misvalar_buttonDiv > button {
  color: #ffe8b5;
  font-size: 24px;
  line-height: 30px;
  padding: 12px 18px;
  background-color: #8f7665;
  border: none;
  outline: none;
  border-radius: 12px;
  font-family: "Milonga", cursive;
}
.etkinlikler_page_container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff8e5;
  padding: 60px 0;
}
.etkinlikler_page_content {
  width: 1440px;
  /* max-width: 1440px; */

  display: flex;
  flex-direction: column;
  align-items: center;
}
.etkinlikler_page_toggle_menu {
  margin-bottom: 72px;
}
.etkinlikler_page_toggle_menu > button {
  color: #c0aea6;
  font-size: 40px;
  font-family: "Spectral", serif;
  font-weight: 600;
  border: none;
  outline: none;
  background-color: #fff8e5;
  cursor: pointer;
  border-right: 1px solid #512d1d;
  padding: 0 10px;
}
.etkinlikler_page_toggle_menu > button:last-child {
  border-right: none;
}
.etkinlikler_page_toggle_menu > .active {
  color: #512d1d;
  font-size: 40px;
  line-height: 60px;
  font-family: "Spectral", serif;
  font-weight: 600;
}
.etkinlikler_page_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 12px;
  display: none;
  cursor: pointer;
  text-decoration: none;
}

.etkinlikler_page_card > img {
  border-radius: 12px;
}
.etkinlikler_page_card > span {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #512d1d;
  font-family: "Spectral", serif;
  margin-top: 20px;
}
.etkinlikler_page_card_group {
  display: flex;
  flex-wrap: wrap;
}
.etkinlikler_page_card {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.etkinlikler_page_card:nth-child(3n) {
  margin-right: 0;
}
.etkinlikler_page_show_more_btn,
.ortakoyluler_show_more_btn {
  color: #ffe8b5;
  background-color: #8f7665;
  border: none;
  outline: none;
  padding: 12px 18px;
  font-family: "Milonga", cursive;
  border-radius: 12px;
  margin-top: 30px;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
  margin-bottom: 50px;
}
.ortakoyluler_detay_content > div > p {
  font-size: 24px;
  line-height: 36px;
  color: #6a4332;
  font-family: "Spectral", serif;
}

.ortakoyluler_detay_container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff8e5;
  padding: 72px 0 60px 0;
}

.ortakoyluler_detay_content {
  width: 1440px;
  /* max-width: 1440px; */
}

.ortakoyluler_detay_content > img {
  border: 10px solid #8f7665;
  border-radius: 12px;
  float: left;
  margin-right: 46px;
}

.ortakoyluler_container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff8e5;
}
.ortakoyluler_content {
  width: 1440px;
  /* max-width: 1440px; */

  padding: 60px 0;
}
.ortakoyluler_card_group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
.ortakoyluler_card {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  text-decoration: none;
}
.ortakoyluler_card > h2 {
  color: #512d1d;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  font-family: "Spectral", serif;
  margin-top: 20px;
}
.ortakoyluler_card > img {
  width: 100%;
  display: block;
  border: 10px solid #8f7665;
  border-radius: 12px;
}
.ortakoyluler_show_more_div {
  display: flex;
  justify-content: center;
}

.etkinlik_detay_container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff8e5;
  padding: 60px 0;
}
.etkinlik_detay_content {
  width: 1440px;
  /* max-width: 1440px; */

  display: flex;
  background-color: #8f7665;
  border-radius: 12px;
}
.etkinlik_detay_content_img > img {
  width: 826px;
  padding: 10px;
}
.etkinlik_detay_content_info {
  display: flex;
  flex-direction: column;
  margin-left: 70px;
  justify-content: center;
  font-family: "Spectral", serif;
}
.etkinlik_detay_content_info > div {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.etkinlik_detay_content_info > div:last-child {
  margin-bottom: 0;
}
.etkinlik_detay_content_info > div > p {
  width: 140px;
  font-size: 32px;
  line-height: 48px;
  color: #512d1d;
}
.etkinlik_detay_content_info > div > span {
  font-size: 32px;
  line-height: 48px;
  color: #fff8e5;
}
.etkinlik_detay_content_info > div > pre {
  font-size: 30px;
  color: #512d1d;
  margin-right: 20px;
}

.etkinlik_text_container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff8e5;
}
.etkinlik_text_content {
  width: 1440px;
  /* max-width: 1440px; */
}
.etkinlik_text_content > p {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #6a4332;
  font-family: "Spectral", serif;
  margin-bottom: 40px;
}
.etkinlik_foto_slider_container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff8e5;
}
.etkinlik_foto_slider_content {
  width: 1440px;
  /* max-width: 1440px; */
}
.etkinlik_foto_slider_content_pagination_buttons {
  position: relative;
  width: 160px;
}
.etkinlik_foto_slider_content_pagination_buttons > div {
  border: 1px solid #c9c9c9;
  color: #512d1d;
  border-radius: 8px;
  height: 52px;
  width: 52px;
}
.etkinlik_foto_slider_content_pagination_buttons > div:after {
  font-size: 20px;
}
.etkinlik_foto_slider_content_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.etkinlik_foto_slider_content_title > h2 {
  font-size: 40px;
  line-height: 50px;
  color: #512d1d;
}
.etkinlik_foto_slider_content img {
  border-radius: 12px;
  width: 320px;
  height: 320px;
}
.etkinlik_foto_slider_content_photos {
  margin-bottom: 75px;
}
.iletisim_container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff8e5;
  font-family: "Spectral", serif;
  color: #6a4332;
}
.iletisim_content {
  width: 1440px;
  /* max-width: 1440px; */

  padding: 60px 0;
}
.iletisim_text {
  margin-bottom: 30px;
}
.iletisim_text > a {
  text-decoration: none;
  font-size: 20px;
  margin-top: 40px;
  display: inline-block;
}
.iletisim_text > a:hover {
  color: rgb(87, 87, 211);
}
.iletisim_text > p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.iletisim_form_group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iletisim_form_group_user {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}
.iletisim_form_group_user > div {
  margin-right: 30px;
  width: 33%;
}
.iletisim_form_group_user > div > input {
  padding: 14px 18px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f2e9cf;
  font-size: 28px;
  margin-bottom: 4px;
  /* line-height: 42px; */
  font-weight: 600;
  color: #625853;
  border: 1px solid #f2e9cf;
}

#name-error,
#eposta-error,
#phone-error,
#message-error {
  color: red;
  margin-top: 8px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: gray;
  font-size: 20px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: gray;
  font-size: 20px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: gray;
  font-size: 20px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: gray;
  font-size: 20px;
}

.iletisim_form_group_user > div:last-child {
  margin-right: 0;
}
.iletisim_form_group_user > div > label,
.iletisim_form_group_message > label {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 12px;
}
.iletisim_form_group_message {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.iletisim_form_group_message > textarea {
  padding: 14px 18px;
  border: none;
  outline: none;
  background-color: #f2e9cf;
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  color: #625853;
}
.iletisim_form_group_submit {
  width: 100%;
  display: flex;
  justify-content: center;
}

.iletisim_form_group_submit_btn {
  color: #ffe8b5;
  padding: 12px 18px;
  background-color: #8f7665;
  font-size: 24px;
  line-height: 30px;
  font-family: "Milonga", cursive;
  border-radius: 15px;
  border: none;
  outline: none;
  cursor: pointer;
}
.iletisim_sosyal_container {
  width: 100%;
  background-color: #8f7665;
  display: flex;
  justify-content: center;
}
.iletisim_sosyal_content {
  width: 1440px;
}

.mobil_menu {
  display: none;
}
.mobil_blog_yazilari_container {
  display: none;
}

@media only screen and (max-width: 1099px) {
  .mobil_orto_gazete_logo {
    width: 120px;
  }
  .main_container {
    width: 100%;
  }

  .header_logo > a > img {
    width: 180px;
    height: 50px;
  }
  .swiper-container-main {
    height: 252px;
  }
  .swiper-slide-content > h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .swiper-slide-content > h4 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 4px;
    margin-bottom: 12px;
  }
  .swiper-slide-content > span {
    font-size: 14px;
    line-height: 14px;
  }
  .swiper-slide {
    width: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(images/kehanetteki-Ã§ocuk-suzan-orto-mobile-slider.jpg) !important; */
  }
  .main_header {
    height: 252px;
  }
  .main_header_navbar {
    display: none;
  }
  .swiper-pagination-bullets > span {
    width: 10px;
    height: 10px;
  }
  .hamburger_icon {
    display: block;
    width: 24px !important;
    height: 24px !important;
    margin-top: 10px !important;
  }
  .mobil_menu {
    position: fixed;
    left: -100%;
    z-index: 25;
    color: #fff;
    width: 250px;
    height: 100vh;
    background-color: #8f7665;
    display: flex;
    flex-direction: column;
    padding: 36px 24px 0 24px;
    border-radius: 0 20px 20px 0;
    transition: left 0.3s ease;
  }
  .mobil_menu.active {
    left: 0;
  }
  .swiper-slide-content {
    bottom: 62px;
    left: 16px;
  }

  .mobil_menu_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
  }
  .mobil_menu_nav > ul li::before {
    content: "\2022";
    color: #ffe8b5;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }

  .mobil_menu_nav > ul .mobil_menu_active::before {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
  .mobil_menu_nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobil_menu_nav > ul li > a > img {
    font-size: 50px;
  }
  .mobil_menu_nav > ul {
    padding-left: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mobil_menu_nav > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }
  .mobil_menu_nav > ul li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #ffe8b5;
  }

  .mobil_menu_active > a > span {
    color: #fff;
  }

  .mobil_menu_btnDiv {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .language-btn {
    display: none;
  }
  .mobil_language-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 8px;
    color: #c1b294;
    border: 0.5px solid #99917c;
    outline: none;
    background-color: #8f7665;
  }
  .mobil_menu_links {
    margin-top: 32px;
  }
  .mobil_menu_links > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobil_menu_links > ul > li {
    width: 108px;
    margin-bottom: 16px;
  }
  .mobil_menu_links > ul > li > a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .mobil_menu_links > ul > li > a > span {
    font-size: 16px;
    line-height: 24px;
    color: #c1b294;
    font-family: "Spectral", serif;
  }
  .mobil_menu_links > ul > li > a > img {
    margin-right: 8px;
  }
  .orto_basladi_container {
    width: 100%;
    padding: 16px;
  }
  .orto_basladi_title {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .orto_basladi_title > h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .orto_basladi_content {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .orto_basladi_content > img {
    width: 100%;
    margin-bottom: 20px;
  }
  .orto_basladi_content > p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .orto_kitap_serisi_container {
    padding: 16px;
  }
  .orto_kitap_serisi_title {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .orto_kitap_serisi_title > h3 {
    font-size: 24px;
    margin: 15px 0 !important;
    line-height: 20px;
    font-weight: bold;
  }
  .orto_kitap_serisi_content {
    margin-bottom: 32px;
    padding-top: 16px;
    flex-direction: column;
  }
  .orto_kitap_serisi_content_item {
    margin-right: 8px;
    margin-bottom: 40px;
  }
  .orto_kitap_serisi_content_item:last-child {
    margin-right: 0;
    margin-bottom: 0 !important;
  }
  .orto_kitap_serisi_content_item > img {
    width: 100%;
    /* height: 350px; */
  }
  .orto_kitap_serisi_content_item > h5 {
    font-size: 24px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    /* display: none; */
  }
  .orto_kitap_serisi_content_item > .orto_kitap_serisi_content_item_kitap {
    display: block !important;
    margin-bottom: 10px !important;
  }
  .orto_kitap_serisi_content_item > span {
    font-size: 20px;
    line-height: 15px;
    width: 123px;
    padding: 12px 4px;
    text-align: center;
    border-radius: 4px;
    margin-top: 6px;
  }
  .sosyal_medya_container_arrow {
    display: none;
  }
  .sosyal_medya_container {
    flex-direction: column;
    padding: 36px 16px;
  }
  .sosyal_medya_container_text {
    width: 100%;
    margin-bottom: 8px;
  }
  .sosyal_medya_container_text > p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .sosyal_medya_container_linkler > a > img {
    width: 45px;
    height: 50px;
  }
  .sosyal_medya_container_linkler {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .etkinlikler_container {
    width: 100%;
    padding: 24px 16px;
    overflow: hidden;
  }
  .etkinlikler_title > h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .etkinlikler_title > a > button {
    font-size: 12px;
    line-height: 24px;
  }
  .etkinlikler_title > a > img {
    width: 16px;
    height: 16px;
  }
  .etkinlikler_container .swiper .swiper-wrapper .swiper-slide > img {
    width: 100%;
    height: 100px;
    margin-bottom: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .etkinlikler_container .swiper .swiper-wrapper .swiper-slide > span {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
  }

  .blog_yazilari {
    display: none;
  }

  .mobil_suzan_orto_ekibi_container {
    width: 100%;
    display: block;
    background-image: url(images/suzan-orto-ekibi-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .mobil_suzan_orto_ekibi_content {
    width: 100%;
    position: relative;
  }
  .mobil_suzan_orto_ekibi_content > h2 {
    position: absolute;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #512d1d;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
  }
  .mobil_suzan_orto_ekibi_content > img {
    width: 100%;
    display: block;
  }

  .mobil_menu_nav > ul li > a:active {
    outline: none;
  }

  .footer_content {
    padding: 16px;
    border-bottom: none;
  }
  .footer_content > p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
  }
  .footer_content > h3 {
    font-weight: 500;
    font-size: 18px;
  }
  .footer_container {
    padding: 20px 10px 30px 10px;
  }
  .footer_container > span {
    font-size: 14px;
    line-height: 21px;
    padding: 0;
  }
  .pages_header {
    height: 252px;
  }
  .pages_header_content > h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .pages_header_content > p {
    font-size: 16px;
    line-height: 20px;
  }

  .gazete_arsivi_content_cards {
    width: 100%;
    margin-top: 10px;
    flex-direction: column;
  }
  .gazete_arsivi_container_card {
    width: 100%;
    padding: 0 70px;
  }
  .gazete_arsivi_container_card_img {
    width: 100%;
    height: 350px;
  }

  .gazete_arsivi_container_card_text > h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .gazete_arsivi_container_card_text > span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
  }
  .kitap_serisi_content,
  .kitap_serisi_card_img,
  .kitap_serisi_card,
  .kitap_serisi_cards {
    width: 100%;
  }
  .kitap_serisi_cards {
    padding: 0 16px;
  }

  .kitap_serisi_card_img > img {
    width: 100%;
    height: unset;
  }
  .kitap_serisi_card {
    flex-direction: column;
  }
  .kitap_serisi_card_text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .kitap_serisi_card_text > h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }

  .kitap_serisi_card_text > p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
  .kitap_serisi_card_text > span {
    width: fit-content;
    align-self: center;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    width: 124px;
    display: flex;
    justify-content: center;
  }
  .biyografi_container,
  .biyografi_content,
  .biyografi_content > div {
    width: 100%;
  }

  .biyografi_content {
    padding: 16px;
  }
  .biyografi_content > img {
    width: 50%;
    height: unset;
    margin-right: 16px;
  }

  .biyografi_content > div > h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .biyografi_content > div > p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .biyografi_images {
    display: none;
  }
  .mobile_biyografi_images {
    display: block;
    width: 100%;
  }
  .mobile_biyografi_images > img {
    width: 100%;
  }
  .biyografi_follow {
    padding: 16px;
  }
  .biyografi_follow_content {
    flex-direction: column;
  }

  .misvalar_container,
  .misvalar_content,
  .misvalar_card_group,
  .misvalar_card,
  .misvalar_card_img {
    width: 100%;
  }
  .misvalar_content {
    padding: 16px;
  }
  .misvalar_card_img > img {
    width: 100%;
  }
  .misvalar_card {
    flex-direction: column;
    padding: 0;
    margin-top: 16px;
  }
  .misvalar_card_img {
    margin-right: 0;
    height: unset;
  }

  .misvalar_card_text > h1 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .misvalar_card_text > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 24px;
  }
  .misvalar_buttonDiv > button {
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
  }

  .etkinlikler_page_container,
  .etkinlikler_page_content,
  .etkinlikler_page_card_group {
    width: 100%;
  }
  .etkinlikler_page_container {
    padding: 16px;
  }

  .etkinlikler_page_toggle_menu {
    margin-top: 16px;
    margin-bottom: 60px;
  }
  .etkinlikler_page_toggle_menu {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .etkinlikler_page_toggle_menu > button {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .etkinlikler_page_toggle_menu > button:first-child {
    padding-left: 0;
  }
  .etkinlikler_page_toggle_menu > button:last-child {
    padding-right: 0;
  }
  .etkinlikler_page_card_group {
    gap: 0;
  }
  .etkinlikler_page_card_group > a {
    width: calc(50% - 8px);
    flex-direction: column;
    margin-right: 16px !important;
  }
  .etkinlikler_page_card_group > a:nth-child(2n) {
    margin-right: 0 !important;
  }
  .etkinlikler_page_card_group > a > img {
    width: 100%;
  }

  .etkinlikler_page_card > span {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 8px;
  }

  .etkinlikler_page_show_more_btn,
  .ortakoyluler_show_more_btn {
    font-size: 16px;
    line-height: 20px;
    padding: 16px 36px;
  }

  .etkinlik_detay_container,
  .etkinlik_detay_content,
  .etkinlik_text_container,
  .etkinlik_detay_content_img,
  .etkinlik_detay_content_info {
    width: 100%;
  }
  .etkinlik_detay_content {
    flex-direction: column;
  }
  .etkinlik_detay_content_img > img {
    width: 100%;
  }
  .etkinlik_detay_content_info {
    padding: 10px 0 24px 24px;
    margin-left: 0;
  }
  .etkinlik_detay_content_info > div > p,
  .etkinlik_detay_content_info > div > pre,
  .etkinlik_detay_content_info > div > span {
    font-size: 16px;
    line-height: 24px;
  }
  .etkinlik_detay_content_info > div > p {
    width: 80px;
  }

  .etkinlik_detay_content_info > div {
    margin-bottom: 10px;
  }
  .etkinlik_text_content > p {
    font-size: 16px;
    font-weight: 600;
  }
  .etkinlik_detay_container {
    padding: 16px 16px 0 16px;
  }
  .etkinlik_text_container {
    padding: 24px 16px 16px 16px;
  }

  .etkinlik_foto_slider_container,
  .etkinlik_foto_slider_content,
  .etkinlik_foto_slider_content_title,
  .etkinlik_foto_slider_content_photos {
    width: 100%;
  }
  .etkinlik_foto_slider_content_title > h2 {
    font-size: 24px;
  }
  .etkinlik_foto_slider_content_pagination_buttons {
    display: none;
  }

  .etkinlik_foto_slider_content_photos .swiper-slide > img {
    width: 100%;
    height: 100px;
  }
  .etkinlik_foto_slider_content_title {
    margin-bottom: 20px;
  }
  .etkinlik_foto_slider_container {
    padding: 0 16px;
  }

  .ortakoyluler_content,
  .ortakoyluler_card_group,
  .ortakoyluler_card {
    width: 100%;
  }

  .ortakoyluler_content {
    padding: 16px 16px 60px 16px;
  }

  .ortakoyluler_card > h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
  }

  .ortakoyluler_detay_container,
  .ortakoyluler_detay_content {
    width: 100%;
  }
  .ortakoyluler_detay_content > img {
    width: 60%;
    margin-right: 16px;
  }
  .ortakoyluler_detay_container {
    padding: 32px 16px 72px 16px;
  }
  .ortakoyluler_detay_content > div > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }

  .iletisim_container,
  .iletisim_content,
  .sosyal_medya_container {
    width: 100%;
  }
  .iletisim_content {
    padding: 32px 16px 72px 16px;
  }

  .iletisim_text > p {
    font-size: 18px;
    line-height: 28px;
  }
  .iletisim_form_group_user {
    flex-direction: column;
  }
  .iletisim_form_group_user > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .iletisim_form_group_user > div > label,
  .iletisim_form_group_message > label {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .iletisim_form_group_user > div > input {
    width: 100%;
    font-size: 16px;
    padding: 8px;
    line-height: 0;
  }
  .iletisim_form_group_message > textarea {
    font-size: 16px;
    line-height: 20px;
  }
  .iletisim_form_group_submit_btn {
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
  }
  .iletisim_form_group_user {
    margin-bottom: 10px;
  }

  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
    color: gray;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
    color: gray;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
    color: gray;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
    color: gray;
  }
  .suzan_orto_ekibi_container {
    display: none;
  }
}

.sosyal_medya_container_linkler {
  display: flex;
}

@media screen and (min-width: 1100px) and (max-width: 1450px) {
  .orto_basladi_container {
    width: 1270px;
    padding: 0 30px;
  }
  .main_header_navbar > ul {
    width: 100%;
    justify-content: center;
  }
  .orto_kitap_serisi_container {
    width: 1270px;
    padding: 0 30px;
  }
  .sosyal_medya_container {
    width: 1270px;
    padding: 90px 30px;
  }
  .sosyal_medya_container_arrow {
    max-width: 200px;
  }
  .etkinlikler_container {
    width: 1270px;
    padding: 90px 30px;
  }
  .suzan_orto_ekibi_content {
    width: 1270px;
    padding: 0 30px;
  }
  .footer_container {
    width: 1270px;
    padding: 0 30px;
  }
  .etkinlik_detay_content {
    width: 1270px;
  }
  .etkinlik_detay_container {
    padding: 60px 30px;
  }
  .etkinlik_text_content {
    width: 1270px;
    padding: 0 30px;
  }
  .etkinlikler_page_container {
    padding: 60px 30px;
  }
  .etkinlikler_page_content {
    width: 1270px;
  }
  .gazete_arsivi_content_cards {
    width: 1270px;
  }
  .iletisim_content {
    width: 1270px;
    padding: 60px 30px;
  }
  .etkinlik_foto_slider_content {
    width: 1270px;
    padding: 60px 30px;
  }
  .kitap_serisi_content {
    width: 1270px;
    padding: 0 30px;
  }
  .misvalar_content {
    width: 1270px;
    padding: 0 30px;
  }
  .ortakoyluler_detay_content {
    padding: 0 30px;
    width: 1270px;
  }
  .ortakoyluler_content {
    padding: 60px 30px;
    width: 1270px;
  }
  .biyografi_content {
    padding: 60px 30px;
    width: 1240px;
  }
  .biyografi_follow_content {
    width: 1270px;
    padding: 0 30px;
  }
  .biyografi_kitaplar_container {
    width: 1270px;
  }
}

@import "compass/css3";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");

* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: "Montserrat", sans-serif;
}

/* body,
.container,
.button,
.links,
.link {
      ;
} */
.container {
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      column-gap: 12px;
      background: transparent;
      margin: 0;
      /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
}
.button {
      border: none;
      & i {
            pointer-events: none;
      }
      &:disabled {
            color: #b3b3b3;
            pointer-events: none;
      }
}
.button,
.link {
      height: 45px;
      width: 45px;
      font-size: 20px;
      background-color: transparent;
      border-radius: 6px;
      cursor: pointer;

      &:hover {
            color: white;
      }
      &.active {
            color: #FCFCFC;
            background: #743806;
      }
}
.links {
      column-gap: 12px;
      text-align: center;
      display: flex;
}
.link {
      text-decoration: none;
      /* color: white; */
      /* background: #743806; */
      height: 45px;
      width: 45px;
      font-size: 20px;
      color: #3333;
      font-weight: 600;
      background-color: #E2CDBB;
      border-radius: 6px;
      cursor: pointer;
      /* display: block; */
      display: flex;
      align-items: center;
      justify-content: center;
}

Button Donate
form {
      position: fixed;
      display: block;
      right: 50px;
      bottom: 30px;
}
button {
      &.btn {
            width: 130px;
            height: 40px;
            cursor: pointer;
            background: transparent;
            border: 0;
            outline: none;
            transition: 1s ease-in-out;
            & span {
                  color: #fff;
                  font-size: 17px;
                  font-weight: 500;
            }
      }
      & svg {
            position: absolute;
            left: 0;
            top: 0;
            fill: none;
            stroke: #91c9ff;
            stroke-dasharray: 150 480;
            stroke-dashoffset: 150;
            transition: 1s ease-in-out;
      }
      &.btn:hover {
            transition: 1s ease-in-out;
            background: #4F95DA;
      }
      &.btn:hover svg {
            stroke-dashoffset: -480;
      }
}
