@import url('/fonts/rumpelstiltskin.css') all;
@import url('/fonts/spoon_bold.css') all;
@import "/fonts/spoon_light.css";
@import url('/fonts/spoon_semibold.css') all;
@import url('/fonts/kalam.css') all;
@import url('/css/site/temp.css') all;

strong {
  font-family: Spoon-Semibold;
}

* {
  box-sizing: border-box;
  color: #333333;
  font-family: Spoon-Light;
  font-size: 16px;
  line-height: 18px;
  font-weight: 100;
}

div {
  position: relative;
}

img {
  width: 100%;
}

html {

  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

.cr_2, .cr_3, .cr_4, .cr_5, .cr_6, .cr_7, .cr_8, .cr_9, .cr_10, .cr_11, .cr_12 {
  display: flex;
  text-align: center;
}

.cr_2 {
  columns: 2;
}

.cr_3 {
  columns: 3;
}

.cr_4 {
  columns: 4;
}

.cr_5 {
  columns: 5;
}

.cr_6 {
  columns: 6;
}

.cr_7 {
  columns: 7;
}

.cr_8 {
  columns: 8;
}

.cr_9 {
  columns: 9;
}

.cr_10 {
  columns: 10;
}

.cr_11 {
  columns: 11;
}

.cr_12 {
  columns: 12;
}

.cw_10, .cw_20, .cw_30, .cw_40, .cw_50, .cw_60, .cw_70, .cw_80, .cw_90 {
  display: block;
  float: left;
}

.cw_10 {
  width: 10%;
}

.cw_20 {
  width: 20%;
}

.cw_30 {
  width: 30%;
}

.cw_40 {
  width: 40%;
}

.cw_50 {
  width: 50%;
}

.cw_60 {
  width: 60%;
}

.cw_70 {
  width: 70%;
}

.cw_80 {
  width: 80%;
}

.cw_90 {
  width: 90%;
}

.fnt_2 {
  font-size: 2vw;
}

.fnt_3 {
  font-size: 3vw;
}

.fnt_4 {
  font-size: 4vw;
}

.fnt_5 {
  font-size: 5vw;
}

.main_content {
  width: 100%;
}

.main_conteiner {
  width: 1200px;
  margin: auto;
}

.main_conteiner_1100 {
  width: 1100px;
  margin: 0 auto;
}

.duyuru_bg_content .main_conteiner_1000 .cw_60 {
  min-height: 500px;
}

.main_conteiner_1000 {
  width: 1000px;
  margin: 0 auto;
}

.left_conteiner {
  width: 50%;
  float: left;
}

.right_conteiner {
  width: 50%;
  float: left;
}

.main_conteiner_left {
  width: 600px;
  float: right;
}

.main_conteiner_right {
  width: 600px;
  float: left;
}

/*                                             HEADER                                           */

.header_main {
  height: 100px;
  width: 100%;
  background-color: #ffffff;
  top: 0;
}

.header_flex {
  position: fixed;
  height: 100px;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  z-index: 100;
  transition: 0.5s;
}

.logo {
  width: 120px;
  margin: -45px auto 0;
  position: absolute;
  right: 0;
  left: 0;
}

.main_top_menu_sc {
  width: 100%;
  display: flex;
}

.main_top_left_menu {
  font-size: 12px;
  float: left;
  display: flex;
  margin: 10px 0 0;
  font-size: 12px;
  transition: 1s;
}

.main_top_left_menu a {
  margin-right: 20px;
  display: flex;
}

.main_top_left_menu div {
  font-size: 12px;
  transition: 0.5s;
}

.main_top_left_menu div:hover {
  font-family: Spoon-Bold;
  color: #B40E7D;
}

.main_top_right_menu {
  float: right;
  display: flex;
  margin: 10px 0 0;
  font-size: 12px;
  transition: 1s;
}

.main_top_right_menu a {
  margin-left: 20px;
}

.main_top_right_menu div {
  font-size: 12px;
  transition: 0.5s;
}

.main_top_right_menu div:hover {
  font-family: Spoon-Bold;
  color: #B40E7D;
}

.main_tanitim_filmi_button {
  font-family: Spoon-Bold;
  width: 55px;
  float: left;
  height: 70px;
  background: #B40E7D;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  text-align: center;
  padding: 7px 3px;
  font-size: 11px;
}

.main_tanitim_filmi_icon {
  width: 22px;
  display: block;
  margin: 2px auto;
}

.main_aile_paneli_button {
  font-family: Spoon-Bold;
  float: right;
  width: 55px;
  height: 70px;
  background: #88BC24;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  text-align: center;
  padding: 7px 3px;
  font-size: 11px;
  cursor: pointer;
}

.main_aile_paneli_icon {
  width: 22px;
  display: block;
  margin: 2px auto;
}

.main_mobile_menu {
  background: url(/img/site/bg_black_board.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 20;
  text-align: center;
  transition: 1s;
}

.main_mobile_menu_ic {
  background: url("/img/site/bg_black_paper_icon.png");
  background-size: 351px 349px;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 1s;
}

.mobile_menu_button {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
  z-index: 21;
}

.main_mobile_menu_ic a:first-child {
  margin-top: 100px;
  display: inline-block;
}

.main_mobile_menu_ic div {
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
}

/*                                             CONTENT                                           */

.main_conteiner_1000 .cw_60 {
  padding: 10px;
}

.main_conteiner_1000 .cw_40 {
  padding: 10px;
}

.main_conteiner_1000 h2 {
  color: #B40E7D;
  font-family: Rumpelstiltskin;
  font-size: 50px;
}

.main_conteiner_1000 span {
  /*word-break: break-all;*/
}

.main_conteiner_1000 strong {
  color: #B40E7D;
}

.green_content {
  background-color: #296A00;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
}
.green_content_ic{
  padding: 0 10px;
}

.green_content .devami_icin {
  margin: 5px 25px;
}

.green_content * {
  color: #FFFFFF;
}

.green_content h2 {
  color: #FFFFFF;
}

.green_span {
  font-size: 20px;
  line-height: 40px;
  display: block;
}

.green_content .temp_right_text {
  margin-top: -30px;
}

.green_content .cw_60 {
  padding: 20px 10px
}

.green_content .cw_30 {
  background: url(/img/site/about_child.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  height: 450px;
  top: 0;
  right: 20px;
}

.image_style0{
  border: dashed 1.5px #b40e7d;
  border-radius: 15px;
  width: 49%;
  margin-right: 1%;
  float: left;
}
.image_style1{
  border: dashed 1.5px #b40e7d;
  border-radius: 15px;
  width: 49%;
  margin-left: 1%;
  float: left;
}
.image_style_yemek0{
  border: dashed 1.5px #faa21c;
  border-radius: 15px;
  width: 49%;
  margin-right: 1%;
  float: left;
}
.image_style_yemek1{
  border: dashed 1.5px #faa21c;
  border-radius: 15px;
  width: 49%;
  margin-left: 1%;
  float: left;
}




.mantar_content {
  background: url(/img/site/pano.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}


.mantar_content .white_conteiner_title > div, .mantar_content .white_conteiner_title > span {
  color: #FFFFFF;
}
/*
.note_paper{
  font-family: kalamlight;
  background: url(/img/site/note_paper.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 517px;
  height: 508px;
  padding: 110px 60px 70px 30px;
  text-align: center;
  margin: 50px auto;
  font-size: 40px;
  line-height: 55px;
  color: #b40e7d;
  transform: rotate(-8deg);
}*/
.note_paper{
  font-family: kalamlight;
  background: url(/img/site/note_paper.png) no-repeat;
  background-position: center;
  background-size: cover;
  width: 30%;
  height: 66%;
  padding: 5%;
  text-align: center;
  margin: 40px 10px;
  font-size: 20px;
  line-height: 25px;
  color: #b40e7d;
  transform: rotate(-8deg);
  float: left;
}





.white_bg_content {
  background: url("/img/site/bg_white_paper.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  width: 100%;
}
.duyuru_bg_content {
  display: flex;
  width: 100%;
}

.white_bg_content .short_text {
  font-size: 20px;
  line-height: 40px;
  display: block;
  padding-bottom: 40px;
}

.white_bg_content .cw_40 {
  padding: 10px 0;
  margin: 0;
  overflow: hidden;
}

.white_bg_content .devami_icin {
  margin: 20px 0;
  position: absolute;
  right: 120px;
  bottom: 5px;
}

.white_bg_content .devami_icin .devami_top {
  transform: rotate(90deg);
}

.duyuru_bg_content .short_text {
  font-size: 20px;
  line-height: 40px;
}

.duyuru_bg_content .cw_40 {
  padding: 0;
  margin: 0;
  height: 50vw;
  max-height: 450px;
}

.duyuru_bg_content .devami_icin {
  margin: 20px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.duyuru_bg_content .devami_icin .devami_top {
  transform: rotate(90deg);
  height: 50px;
  width: 50px;
}

.white_cerceve_img {
  width: 20vw;
  height: 22vw;
  transform: rotate(-8deg);
  margin: 20%;
}

.white_cerceve_img > img {
  object-fit: cover;
  height: 100%;
}

.white_bg_cerceve {
  bottom: 0;
  position: absolute;
  width: 125%;
  margin: 47% -11%;
  height: 100%;
}

.white_bg_cerceve img {
}


.screet_text {
  height: 0;
  overflow: hidden;
  display: block;
}

.video_bg_content {
  width: 100%;
}

.video_nazire_sultan_yolculıugu {
  position: absolute;
  margin: 11% auto;
  left: 0;
  right: 45%;
  width: 26%;
  font-family: Rumpelstiltskin;
  text-align: center;
  font-size: 4.3vw;
  line-height: 4.4vw;
  color: #4f0f30;
}

.video_tanitim_filmi_icon {
  position: absolute;
  margin: 11% auto;
  left: 25%;
  right: 0;
  width: 12%;
  text-align: center;
}

.video_tanitim_filmi_icon img {
  width: 70%;
}

.video_tanitim_filmi_icon span {
  font-family: Spoon-Bold;
  color: #4f0f30;
  text-align: center;
  display: block;
  font-size: 1.1vw;
  line-height: 1.3vw;
}

.egitim_content h2 {
  font-family: Rumpelstiltskin;
  font-size: 50px;
  color: #8CC63F;
  text-align: center;
}

.egitim_content .main_conteiner_1000 span {
  font-family: Rumpelstiltskin;
  font-size: 32px;
  line-height: 65px;
  letter-spacing: 5px;
  color: #8CC63F;
  text-align: center;
  display: block;
}

.egitim_content h2 span {
  font-size: 35px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #8cc63f;
  font-family: spoon-bold;
  overflow: hidden;
  display: block;
  height: 30px;
}

.bottom_ok {
  width: 37px;
  margin: 50px auto;
}

.footer {
  background: #88bc24;
  overflow: auto;
}

.footer * {
  color: #000000;
  font-size: 12px;

}

.copyright {
  padding: 10px 10px 0;
  float: left;
}

.macart_ajans {
  padding: 10px;
  float: right;
}

.contact_content {
  display: flow-root;
}

.contact_content button {
  background: #007236;
  color: #ffffff;
  padding: 6px 9px;
  border: none;
  margin: 5px;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
}

.contact_form input {
  width: 47%;
  border: dashed 1.5px #007236;
  border-radius: 7px;
  padding: 2px 8px;
  margin: 1%;
}

.contact_form textarea {
  width: 98%;
  border: dashed 1.5px #007236;
  border-radius: 7px;
  padding: 2px 8px;
  margin: 1%;
  height: 65px;
}

input.input_konu {
  width: 98%;
  border: dashed 1.5px #007236;
  border-radius: 7px;
  padding: 2px 8px;
  margin: 1%;
}

.contact_form {
  width: 32vw;
  float: right;
  padding: 5px 0 5px 5px;
  margin: 10px 0 10px 10px;
  font-size: 1vw;
}

.contact_text {
  width: 22vw;
  float: right;
  text-align: right;
  font-size: 1vw;
  padding: 20px 0;
}

.social_conteiner {
  width: 30%;
  float: right;
  display: flex;
}

.social_icon {
  margin: 3%;
}
.black_board{
  background: url(/img/site/black_board.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  width: 100%;
  min-height: 450px;
}
.black_board .conteiner_title {
  font-family: kalamregular;
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  margin: 20px auto;
}
.black_board_text{
  font-family: kalamlight;
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 2px;
  margin:25px 0;
  /*border-bottom: 1px #fff dashed;*/
}
.black_board_text > span{
  position: absolute;
  font-family: kalamlight;
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  transition: 0.3s;
}
/*
.black_board_text:hover > span{
  margin-left: 5px;
}*/

.duyuru_desenli{
  background: url("/img/site/bg_white_paper_icon.png");
}
.duyuru_yemek {
  background: url("/img/site/bg_yemek.png");
}
.duyuru_dalgali{
  background: url("/img/site/bg_white_paper.jpg");
  background-position: center;
  background-size: cover;
}
.duyuru_black{
  background: url("/img/site/bg_black_board.jpg");
}
.duyuru_black > div{
  background: url("/img/site/bg_black_paper_icon.png");
  width: 100%;
}
.duyuru_black *{
  color: #ffffff;
}

.acilir_kisa{
  font-family: Rumpelstiltskin;
  font-size: 35px;
  line-height: 40px;
  width: 80%;
  margin: 10px auto 0;
  text-align: center;
  letter-spacing: 3px;
}
.acilir_kisa span{
  font-family: Rumpelstiltskin;
  font-size: 120px;
  position: absolute;
  margin: 35px 0 0 -60px;
}
.acilir_kisa span:last-child{
  margin: 50px 0 0 0px;
}
.acilir_devami{
  font-size: 20px;
  line-height: 25px;
  margin: 30px 0 0 30px;
  height: 0;
  overflow: hidden;
  transition: 1s;
}
.devami_ic_hakikat{

  font-size: 20px;
  line-height: 25px;
}
.white_conteiner_title{
  display: flex;
  margin: 20px auto;
}
.white_conteiner_title > span {
  font-family: spoon-light;
  overflow: hidden;
  height: 30px;
  font-size: 55px;
  line-height: 50px;
  letter-spacing: 5px;
  color: #ffffff;
}
.white_conteiner_title > div {
  font-family: Rumpelstiltskin;
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
  margin: 20px auto;
  min-inline-size: fit-content;
}
.acilir_devami_icin{
  position: relative;
  margin: 25px 0 0 !important;
  text-align: center;
}











@media screen and (max-width: 1220px) {
  .main_conteiner {
    width: 1000px;
  }

  .main_conteiner_1000 {
    width: 900px;
  }

  .main_conteiner_1100 {
    width: 1000px;
  }

  .main_conteiner_left {
    width: 500px;
  }

  .main_conteiner_right {
    width: 500px;
  }

  .egitim_content .main_conteiner_1000 span {
    font-size: 28px;
  }


  .green_content .temp_right_text {
    font-size: 20px;
    letter-spacing: 1px;
  }

}

@media screen and (max-width: 1024px) {
  * {
    font-size: 12px;
    line-height: 16px;
  }

  .main_conteiner {
    width: 750px;
  }

  .main_conteiner_1100 {
    width: 98%;
  }

  .main_conteiner_1000 {
    width: 100%;
  }

  .main_conteiner_1000 h2 {
    font-size: 40px;
  }

  .egitim_content h2 {
    font-size: 40px;
  }

  .white_bg_content .short_text {
    font-size: 16px;
  }

  .green_span {
    font-size: 16px;
  }

  .main_conteiner_left {
    width: 375px;
  }

  .egitim_content .main_conteiner_1000 span {
    font-size: 30px;
  }

  .main_conteiner_right {
    width: 375px;
  }

  .logo {
    width: 100px;
    margin: -22px auto 0;
  }

  .main_top_left_menu {
    margin: 16px 0 0 20px;
  }

  .main_top_left_menu a {
    margin-right: 5px;
    display: flex;
  }

  .main_top_left_menu div {
    font-size: 11.5px;
  }

  .main_top_right_menu {
    margin: 16px 20px 0 0;
  }

  .main_top_right_menu a {
    margin-left: 5px;
    display: flex;
  }

  .main_top_right_menu div {
    font-size: 11.5px;
  }

  .main_tanitim_filmi_icon {
    width: 23px;
  }

  .main_aile_paneli_icon {
    width: 23px;
  }

  .header_main {
    height: 110px;
  }

  .header_flex {
    height: 110px;
  }

  .green_content .cw_30 {
    height: 400px;
  }

  .white_bg_content .cw_40 {
    padding: 0;
    margin: 0;
  }



  .contact_form {
    width: 50vw;
  }
  .acilir_kisa {
    font-size: 4vw;
    line-height: 5vw;
    width: 80%;
    margin: 10px auto 0;
    letter-spacing: 0.2vw;
  }
  .white_conteiner_title > div {
    font-size: 6vw;
  }

}

@media screen and (max-width: 768px) {
  .main_conteiner_left {
    width: 230px;
    float: right;
  }

  .main_conteiner_right {
    width: 230px;
    float: left;
  }

  .header_main {
    height: 60px;
  }

  .header_flex {
    height: 60px;
  }

  .logo {
    width: 90px;
    margin: -65px auto 0;
  }

  .main_top_left_menu {
    display: none;
  }

  .main_top_right_menu {
    display: none;
  }

  .main_aile_paneli_button {
    float: left;
    margin-left: 15px;
  }

  .main_tanitim_filmi_button {
    margin-left: 15px;
  }

  .mobile_menu_button {
    display: block;
  }

  .main_conteiner_1000 h2 {
    font-size: 25px;
  }

  .green_span {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.4px;
  }

  .green_content .cw_30 {
    height: 268px;
  }

  .white_bg_content .short_text {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 27px;
  }

  .egitim_content .main_conteiner_1000 span {
    line-height: 6vw;
    letter-spacing: 1vw;
    font-size: 3.5vw;
  }

  .mobile_menu_button {
    position: fixed;
  }

  .contact_form {
    width: 50vw;
  }

  .green_content .temp_right_text {
    font-size: 14px;
  }
  .green_content .cw_30 {
    width: 25%;
  }
  .note_paper {
    font-family: kalamlight;
    background: url(/img/site/note_paper.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 280px;
    height: 280px;
    padding: 40px 20px;
    text-align: center;
    margin: 40px auto;
    font-size: 22px;
    line-height: 35px;
    color: #b40e7d;
    transform: rotate(-8deg);
    float: none;
  }

}

@media screen and (max-width: 480px) {

  .main_conteiner {
    width: 100%;
  }

  .header_main {
    height: 50px;
  }

  .header_flex {
    height: 50px;
  }

  .main_tanitim_filmi_button {
    margin-left: 5px;
    height: 55px;
    width: 45px;
    padding: 6px 3px;
    font-size: 9px;
    line-height: 10px;
  }

  .main_tanitim_filmi_button * {
    line-height: 10px;
  }

  .main_aile_paneli_button {
    margin-left: 10px;
    height: 55px;
    width: 45px;
    padding: 6px 3px;
    font-size: 9px;
    line-height: 10px;
  }

  .main_aile_paneli_button * {
    line-height: 10px;
  }

  .logo {
    width: 90px;
    margin: -50px auto 0;
  }

  .green_content .cw_30 {
    position: relative;
    margin: 15px auto;
    right: auto;
    width: 80%;
  }

  .egitim_content .main_conteiner_1000 span {
    line-height: 9vw;
    letter-spacing: 1.2vw;
    font-size: 6vw;
  }


  .contact_form {
    width: 95vw;
  }

  .conteiner_title {
    font-size: 7vw !important;;
  }

  .conteiner_title > div {
    font-size: 7vw !important;
  }

  .egitim_content h2 {
    font-size: 8vw !important;;
  }

  .green_content .temp_right_text {
    margin: 0;
  }
  .acilir_kisa span {
    font-family: Rumpelstiltskin;
    font-size: 20vw;
    position: absolute;
    margin: 4vw 0 0 -10vw;
  }
  .acilir_kisa span:last-child {
    margin: 7vw 0 0 0px;
  }
  .devami_ic_hakikat {
    font-size: 4vw;
    line-height: 5vw;
  }
  .white_cerceve_img {
    width: 60vw;
    height: 66vw;
  }
  .note_paper {
    width: 250px;
    height: 290px;
  }
  h2{
    text-align: center;
  }
  .temp_title{
    margin: auto;
    text-align: center;
    width: 100%;
  }
  .devami_ic_white{
    padding: 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  @media screen and (max-width: 480px) {
  }
}
@media screen and (min-width: 1360px) {
  .white_cerceve_img {
    width: 290px;
    height: 320px;
  }
}

.header_top {
  top: -250px;
}