@media all and (min-height: 1200px) {
}
@media all and (min-width: 1681px) and (max-width: 1920px) {
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
  .slide_text p {
    font-size: 13px;
    line-height: 15px;
  }
  .link_red_square a {
    font-size: 13px;
  }

  /* Yusuf Fix */
  /* Değerlerimiz */
  .mid_content h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .right_content {
    float: right;
    width: 60%;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .right_content p {
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .slide_text p {
    font-size: 12px;
    line-height: 14px;
  }
  .link_red_square a {
    font-size: 13px;
  }

  /* Yusuf Fix */
  /* Değerlerimiz */
  .left_content {
    float: none;
    width: 100%;
    display: block;
  }
  .mid_content {
    float: none;
    width: 100%;
    display: block;
  }
  .mid_content h2 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .right_content {
    float: none;
    width: 100%;
    display: block;
  }
  .right_content p {
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  /* Yusuf Fix */
  /* Değerlerimiz */
  .left_content {
    float: none;
    width: 100%;
    display: block;
  }
  .mid_content {
    float: none;
    width: 100%;
    display: block;
  }
  .mid_content h2 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .right_content {
    float: none;
    width: 100%;
    display: block;
  }
  .right_content p {
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 1400px) and (max-width: 1650px) {
}

@media all and (max-width: 768px) {
  .two_column_content {
    display: flex;
    flex-direction: column-reverse;
  }
  body.page-template-theme-istirak {
    padding-top: 0px;
  }
  #line_cover {
    left: 49px;
    right: 50px;
  }
  header {
    height: 50px;
  }
  #hamburger_menu {
    width: 50px;
    height: 50px;
  }
  #hamburger_menu span#line1 {
    right: 17px;
    top: 20px;
  }
  #hamburger_menu span#line2 {
    right: 17px;
    top: 26px;
  }
  #hamburger_menu span#line3 {
    right: 17px;
    top: 32px;
  }
  header #logo {
    margin-top: 11px;
    margin-left: 18px;
    height: 30px;
  }
  header #search {
    padding: 15px;
  }

  .full_slider {
    position: relative;
    width: 100%;
    left: auto;
  }

  #istirakler {
    height: auto;
    margin-top: 0px;
  }
  #istirakler .full_slider {
    height: 100vh;
  }

  .big_container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .small_container {
    width: 100%;
    padding: 0;
  }

  /*** lines ***/
  #first {
    display: none;
  }
  #third {
    display: none;
  }
  #fifth {
    display: none;
  }

  /*** slider ***/
  #slider_navigation {
    left: 0;
    right: 0;
  }
  #slider_navigation .left_slider_navigation {
    margin-left: 20px;
    padding-left: 55px;
  }
  #slider_navigation .right_slider_navigation {
    margin-right: 20px;
    padding-right: 55px;
  }
  .link_red_square {
    bottom: 80px;
    width: 50vw !important;
    height: 50vw !important;
    padding-right: 0;
    line-height: 50vw !important;
    padding-top: 0;
  }
  .slide_small_photo {
    bottom: 80px;
    width: 50vw !important;
    height: 50vw !important;
    left: 0 !important;
    bottom: 80 !important;
  }
  .link_red_square a {
    text-align: center;
  }
  .slide_text {
    left: 50px;
    right: 50px;
    top: 30%;
    width: auto !important;
    padding-left: 0;
  }
  .slide_text span {
    left: -40px;
  }
  .slide_title {
    top: 15%;
    font-size: 40px;
    line-height: 40px;
  }
  h1 {
    font-size: 40px;
    line-height: 40px;
  }

  /*** footer ***/
  #footer_logo {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 60px;
  }
  #footer_top_first_menu ul {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer_top_first_menu ul li {
    width: 100%;
    margin-bottom: 8px;
    float: none;
  }
  #footer_top_second_menu {
    width: 100%;
  }
  #newsletter_box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 34px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    box-sizing: content-box;
  }
  p.copyright {
    margin-left: 0;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 0;
  }
  #newsletter_box_placer {
    display: none;
  }
  #footer_top_first_menu {
    width: 100%;
    margin-left: 0;
  }
  #footer_top_second_menu ul {
    margin-bottom: 20px;
  }
  #footer_top_second_menu ul li {
    margin-bottom: 8px;
    float: none;
  }

  /*** about ***/
  .two_column_content_left {
    width: 100%;
    padding-top: 20px;
  }
  .two_column_content_right {
    width: 100%;
  }
  .two_column_content_right .image_wrapper {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .two_column_content_right .image_wrapper .red_bg {
    left: -20px;
    right: -20px;
    width: auto;
  }
  #bottom_navigation a {
    text-indent: -9999px;
  }
  #baskanin_mesaji .text_content {
    background: #fff /*url(../images/bg_inan_kirac.png) top center no-repeat; background-size:contain*/;
  }
  .dna {
    background: #fff url(../images/bg_dna.jpg) top center no-repeat;
    background-size: contain;
  }
  #tarihce .text_content {
    background: #fff url("../images/bg_tarihce.png") top center no-repeat;
    background-size: contain;
  }
  .text_content {
    margin-top: -50px;
    background-color: #fff;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 50px;
  }
  #parallax_scroll {
    left: -12px;
  }
  .yk_box {
    width: 100%;
  }
  .yk_box .yk_profile {
    width: 100%;
  }
  .yk_box .yk_profile_content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .yk_overlay_contentx {
    width: 90%;
  }
  .yk_overlay_content {
    width: 90%;
  }
  .active .bg_red {
    display: none;
  }
  .yk_img_wrapper {
    right: 0;
    bottom: 0;
    top: -210px;
  }
  .title_line {
    display: none;
  }

  /*** news ***/
  .news_wrapper {
    width: 100%;
  }
  .news_wrapper .news_meta {
    left: -20px;
  }
  .parallax-slider {
    opacity: 0.6;
  }

  /*** home ***/
  #home_navigation {
    display: none;
  }
  #home_slider .full_slider {
    left: 0;
  }
  .big_square {
    width: 100%;
  }
  #home_slider {
    height: 40vh;
  }
  #istirakler .full_slider {
    height: 40vh;
  }
  section#home_data {
    padding-top: 0;
    padding-bottom: 70px;
  }
  #home {
    border-top: 1px solid #ccc;
  }

  #bg_tarihbox_1 {
    width: 100%;
    margin-left: 0;
  }
  #inan_kirac_box {
    width: 100%;
    margin-left: 0;
  }
  #bg_tarihbox_3 {
    width: 100%;
    margin-left: 0;
    z-index: -1;
  }
  #bg_tarihbox_2 {
    display: none;
  }
  #inan_kirac_box .since_date {
    margin-top: -30px;
    font-size: 60px;
    left: -20px;
  }

  #inan_kirac_box .tarihce_box {
    top: 150% !important;
    width: 100%;
    margin-right: 0;
  }
  #inan_kirac_box .btn-white {
    left: 67%;
    bottom: 80px;
  }

  .shadow_text {
    display: none;
  }
  body,
  html {
    overflow-x: hidden;
  }

  body.single-post .two_column_content_left iframe {
    width: 100%;
  }

  #mobile_menu {
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    height: 100%;
    background-color: #f05134;
    z-index: 100;
    overflow-y: scroll;
  }
  .my_mobile_menu {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .my_mobile_menu .hidden_menu {
    display: block;
    padding-left: 20px;
  }
  .my_mobile_menu .sub_menu_no {
    line-height: 10px;
    margin-top: 20px;
    padding-bottom: 0px;
  }
  #contact_wrapper {
    left: 0;
    right: 0;
  }
  #left_contact_list {
    width: 33%;
  }
  #home_data {
    background-color: #fff;
  }

  body.home #home_slider {
    display: none;
  }

  #home_istirak {
    background: url("../images/bg_istirak.png") right center no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
    width: 100%;
  }
  .home_istirak_half {
    width: 100%;
    float: left;
    box-sizing: border-box;
    height: auto;
    position: relative;
  }
  #home_istirak_lefthalf h2 {
    color: #f05033;
    font-size: 24px;
    margin-bottom: 24px;
  }
  #home_istirak_lefthalf h2 span {
    background-color: #f05033;
    height: 1px;
    width: 30px;
    display: inline-block;
    margin-left: 10px;
  }
  #home_istirak_lefthalf p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
  }
  #home_istirak_lefthalf .big_quote_mark {
    color: #fff;
    float: left;
    margin-right: 37px;
    margin-top: 0px;
  }
  #home_istirak_righthalf {
    padding-left: 0px;
  }
  #home_istirak_righthalf p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .himcontent {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: block;
    -webkit-transform: none !important;
  }

  /* Yusuf Fix */
  .left_content {
    float: none;
    width: 100%;
    display: block;
  }
  .mid_content {
    float: none;
    width: 100%;
    display: block;
  }
  .mid_content h2 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .right_content {
    float: none;
    width: 100%;
    display: block;
  }
  .right_content p {
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
  }

  .ykBox {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }

  /*Products*/
  .products_row {
    flex-direction: column;
    gap: 54px;
  }
  .products_column {
    width: 100%;
  }
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  /* Yusuf Fix */
  .left_content {
    float: none;
    width: 100%;
    display: block;
  }
  .mid_content {
    float: none;
    width: 100%;
    display: block;
  }
  .mid_content h2 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .right_content {
    float: none;
    width: 100%;
    display: block;
  }
  .right_content p {
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (orientation: landscape) and (max-device-width: 640px) {
}

@media all and (max-device-width: 1000px) {
  .table_box {
    flex-direction: column;
    width: 100%;
  }
  .product_table {
    max-width: 100%;
    width: 100%;
  }

  .presentation .introduction h1 {
    font-size: 40px;
  }
  .presentation .introduction .body img {
    height: 100px;
  }
  .presentation .text .swiper-text {
    padding: 0px 80px;
  }
  .presentation .text .swiper-image-text {
    padding: 0px 80px;
  }
  .text_content {
    margin-top: 0px;
  }
}

@media all and (max-device-width: 768px) {
  .presentation .swiper {
    height: auto;
  }
  .presentation .introduction {
    height: initial;
  }
  .presentation .text {
    height: initial;
  }
  .presentation .text .swiper-image-text .image-text-container {
    flex-direction: column;
  }
  .presentation .text .swiper-image-text {
    justify-content: center;
  }
  .presentation .text .swiper-image-text .image-text-container .slide-image {
    margin-bottom: 30px;
  }
  .presentation .text .swiper-image-text .image-text-container.big-image .slide-image {
    width: 100%;
  }
  .parallax_window {
    min-height: 500px;
  }
  .parallax_window {
    background-image: url(../images/mobile-banner.jpg) !important;
  }
  body:not(.home-page) .parallax_window::before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
  .parallax_window h1 {
    width: 100%;
    text-align: center;
  }
  .header-logo .desktop {
    display: none;
  }
  .header-logo .mobile {
    display: block;
  }
}

@media all and (max-device-width: 500px) {
  .presentation .introduction h1 {
    font-size: 25px;
  }
  .presentation .text .swiper-text {
    padding: 0px 20px;
  }
  .presentation .swiper .swiper-button-next:after,
  .presentation .swiper .swiper-button-prev:after {
    font-size: 10px;
  }
  .presentation-page .text_content {
    margin-left: 10px;
    margin-right: 10px;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0px;
  }
  .presentation .text .swiper-image-text {
    padding: 0px 20px;
  }
  .presentation .text .swiper-image-text .text-header h2 {
    font-size: 30px;
  }
  .presentation .text .swiper-image-text .text-header h3 {
    font-size: 15px;
  }
  .presentation .text .swiper-image-text .image-text-container .slide-image {
    height: auto;
    width: 100%;
  }
}
