:root {
    --clr-light: #fafafa;
    --clr-dark: #231f20;
    --foreground: var(--clr-dark);
    --background: var(--clr-light);
    --text: light;
    --clr-border: #efefef;
    --clr-border-dark: #e0e0e0;
    --clr-footer: #333;
  }
  
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html,
  body {
    scrollbar-color: var(--background) var(--foreground);
    scrollbar-width: thin;
    overflow-x:hidden;
    
  }
  article p{margin-bottom: 15px; line-height: 22px;}
  .preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    z-index: 999999;
    height: 100%;
  }
  
  .preloader img {
    width: 103px; /* Logo genişliği */
    margin-top: 20%;
    height: auto;
    opacity: 0.1;
    transition: 1s;
  }
  .tam-opa{
    transition: 1s;
    opacity: 1 !important;
  }
  
  body {
  
    background: var(--background);
    color: var(--foreground);
    transition: background 0.2s linear;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10.5px;
    display: flex;
    flex-direction: column;
  
    position:relative;
  }
  
  ::selection {
    background-color: var(--foreground);
    color: var(--background);
  }
  
  *::-webkit-scrollbar {
    width: 10px;
  }
  
  *::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: var(--foreground);
  }
  
  .konten {
    width: 90%;
    position: relative;
    margin: 0 auto;
    transition: all 0.2s linear;
  }
  article.type-page{
      margin:0 auto;
      width:75%;
  }
  .refer article.type-page{
      margin:0 auto;
      width:auto;
  }
  .konten-plus {
    width: 1100px;
    position: relative;
    margin: 0 auto;
    transition: all 0.2s linear;
  }
  
  /* top nav */
  
  .top-nav {
    padding: 25px 0 10px 0;
  }
  
  .top-nav .konten {
    display: flex;
  }
  .logo {
    margin: 0 auto;
    margin-top: 0px;
  }
  
  .logo img {
    width: 142px;
      margin-left:30px;
    margin-top: -12px;
  }
  
  .post-ayarla p, .post-ayarla li{font-size:12px; line-height:20px;}
  
  .post-ayarla h1, .post-ayarla h2, .post-ayarla h3, .post-ayarla h4, .post-ayarla h5{font-size:15px !important; margin-bottom:10px;}
  
  /* dark-mode button */
  .dark-mode-toggle {
    position: relative;
    border: none;
    color: var(--foreground);
    background: transparent;
    cursor: pointer;
    width: 20px;
    height: 30px;
    transition: color 0.2s linear;
    z-index: 4;
  }
  
  /* search */
  
  .search-button {
    position: relative;
    color: var(--foreground);
    padding: 4px;
    background: transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: color 0.2s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    z-index: 4;
  }
  .search-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    top: 0;
    left: 0;
  }
.spider_popup_wrap, .bwg_ctrl_btn_container{background-color:rgb(22 22 22 / 82%) !important;}
.bwg_toggle_container {
	background: none repeat scroll 0 0 rgb(22 22 22 / 82%) !important;;
}
#bwg_facebook_a, #bwg_twitter_a{display:none !important;}
  .search-overlay-active {
    opacity: 1;
    visibility: visible;
  }
  
  .search-overlay-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    padding: 20px;
    display: block;
    width: 17px;
    height: 17px;
  }
  
  .search-overlay-close:before,
  .search-overlay-close:after {
    content: "";
    width: 5px;
    height: 40px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 20px;
    transform: rotate(45deg);
  }
  
  .search-overlay-close:after {
    transform: rotate(-45deg);
  }
  
  .search-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .search-overlay input[type="text"] {
    padding: 10px 20px;
    padding-right: 250px;
    font-size: 17px;
    border: 1px solid #efefef;
    background: transparent;
    border-radius: 20px;
    color: #fff;
  }
  
  /* Style the submit button */
  .search-overlay button {
    margin-left: -45px;
    font-size: 17px;
    cursor: pointer;
    background: transparent;
    border: none;
    color: #fff;
    padding: 20px 10px;
  }
  
  /* bot-nav */
  .bot-nav .konten {
    display: flex;
    z-index: 3;
  }
  
  /* revise */
      .revise-nav{
          display:flex;
          justify-content: space-between;
          align-items:center;
          position:absolute;
          top:0;
          left:0;
          width:100%;
          height:75px;
          z-index:99;
          background-color: #dc1b14;
          opacity: 0.85;
      }
  
  /* masaüstü-nav */
  
  /*yeni slide*/
   .carousel-container {
              width: 100%;
              height: 100vh;
              overflow: hidden;
              position: relative;
          }
  
          .carousel {
              width: 100%;
              height: 100%;
              transition: transform 1s ease;
          }
  
          .slidex {
              height: 100vh;
              justify-content: center;
              align-items: center;
              font-size: 2em;
              background-color: #f0f0f0;
              position:relative;
              border-bottom: 1px solid #ccc;
          }
          .slidex img{width: 100%; height: 100vh; object-fit: cover;}
          .pagination {
              position: absolute;
              bottom: 5%;
              right: 0%;
              transform: translateX(-50%);
              display: flex;
          }
  
          .pagination-button {
              width: 20px;
              height: 10px;
              background-color: #888;
              border-radius: 40%;
              margin: 0 5px;
              cursor: pointer;
          }
          .pagination-button.active{
              background-color: #dc1b14;
          }
  
  @media screen and (min-width: 1920px) {
    .bot-nav nav > ul > li > a{
            padding: 45px 75px;
    }
    
      .bot-nav nav > ul > li:last-child > a{
            padding-right: 85px;
    }
  }
  
  @media screen and (min-width: 1300px) {
      .bot-nav{
          display:flex;
          justify-content: space-between;
          align-items:center;
      }
    .bot-nav nav {
      width: 100%;
      display: flex;
      align-items:center;
      transition: 0.2s linear all;
    }
  
    .bot-nav nav > ul {
      display: flex;
      list-style: none;
    }
    .bot-nav nav > ul > li > a {
      text-decoration: none;
      color: #ffffff;
      padding: 28px;
      display: flex;
      font-size: 13.5px;
      position: relative;
      transition:.2s ease all;
        font-weight: 600;
    }
    .bot-nav nav > ul > li > a:hover{
      color: #000;
        font-weight: 600;
    }
  
    
  
    /* submenu yapısı */
    .menu-item-has-children {
      position: relative;
    }
    .sub-menu {
      position: absolute;
      list-style: none;
      width: 200px;
      left: 50%;
      transform: translateX(-50%);
      top: 85px;
      border-top: 2px solid var(--foreground);
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s linear;
    }
    .menu-item-has-children:hover .sub-menu {
      opacity: 1;
      visibility: visible;
      top: 75px;
    }
    .sub-menu > li > a {
      display: flex;
      background-color: #dc1b14;
      padding: 15px 20px;
      text-decoration: none;
      color: #fff;
      transition: 0.1s all linear;
    }
  
   
  
  }
  
  /* first-section */
  
  .first-section {
    position: relative;
    width: 100%;
    height:100vh;
    overflow: hidden;
  }
  
  .first-section img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
  }
  
  
  
  /* second section */
  
  .second-section {
    margin: 50px 0 0px 0;
  }
  .second-section .konten {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .second-section h1 {
    font-size: 50px;
    font-weight: 500;
  }
  
  .second-section p {
    margin: 20px 0 30px 0;
    text-align: center;
    width: 50%;
  }
  
  .second-section a {
    padding: 10px 60px;
    position: relative;
    box-shadow: 0.3em 0.3em 0 0 var(--foreground),
      inset 0.3em 0.3em 0 0 var(--foreground);
    transition: all ease-in-out 0.5s;
    font-size: 16px;
    font-weight: 700;
    color: var(--foreground);
    text-decoration: none;
  }
  .second-section a:hover {
    box-shadow: 0 0 0 0 #efefef, inset 6em 3.5em 0 0 var(--foreground);
    color: var(--background);
  }

  /* third-section */
  .third-section {
    position: relative;
  }
  
  .gallery-konten {
    width: 97%;
    margin: 0 auto;
    position: relative;
  }
  .gallery-konten nav {
    display: flex;
    border: 0;
  }
  .gallery-konten .items {
    width: 100%;
  }
  .items span {
    font-size: 15px;
    letter-spacing: 1.1px;
    font-weight: 400;
    cursor: pointer;
    color: var(--foreground);
    transition: all 0.3s ease;
    margin-right: 10px;
    position: relative;
  }
  .items span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--foreground);
    transition: all 0.3s ease;
  }
  
  .items span.active::before,
  .items span:hover::before {
    width: 100%;
  }
  
  .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .gallery .gallery-item {
    width: calc(100% / 3);
    padding: 7px;
  }
  
  .gallery .gallery-item img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
    filter: grayscale(100%);
  }
  
  .gallery .gallery-item:hover img {
    filter: grayscale(0);
  }
  
  .gallery .gallery-item.hide {
    display: none;
  }
  .gallery .gallery-item.show {
    animation: gallery-animation 0.4s ease;
  }
  @keyframes gallery-animation {
    0% {
      transform: scale(0.5);
    }
    100% {
      transform: scale(1);
    }
  }
  .gallery-item-content {
    border: 2px solid var(--clr-border);
    border-top: none;
    max-height: 80px;
    overflow-y: hidden;
    padding: 5px 10px 10px 10px;
    width: 100%;
  }
  
  .gallery-item-title a {
    font-size: 13px;
    color: var(--foreground);
    font-weight: 500;
    text-decoration: none;
  }
  .gallery-item-text {
    font-size: 12px;
    color: var(--foreground);
    font-weight: 400;
    line-height: 15px;
    margin-top: 5px;
  }
  
  @media (max-width: 1000px) {
    .gallery .gallery-item {
      width: calc(100% / 3);
    }
	  .turuncu img{width:210px;}
  }
  
  
  
  @media (max-width: 800px) {
    .gallery .gallery-item {
      width: calc(100% / 2);
    }
  
  }
  @media (max-width: 600px) {
    .gallery-konten nav .items {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
    .gallery-konten nav .items span {
      margin: 5px;
    }
    .gallery .gallery-item {
      width: 100%;
    }
  }
  
  .front{
    width: 100%;
    box-sizing: border-box;
  }
  .hk-menu ul{list-style: none; text-align: center;}
  .hk-menu li{display: inline-block;}
  .hk-menu li a{
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 600;
    padding: 20px 45px;
  }
  .hk-menu .aktif a{color: #dc1b14;}
  .wpcf7-response-output{color:#999;}
  .splide__slide{padding:10px;}
  /* footer */
  footer {
    margin-top: auto;
    background-color: #1a1a1a;
    padding: 80px 0;
    border-top: 2px solid var(--clr-border-dark);
  }
  
  .grd-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .footer-item{
    padding: 0px 15px;
  }
  
  .grd-2 .footer-item ul {
    list-style: none;
  }
  
  .grd-2 .footer-item-wrapper {
    border-left: 2px solid var(--background);
    padding-left: 50px;
    flex: 0 0 50%;
  }
  footer .formum input, footer .formum textarea{border:1px solid #ffffff26;}
  .f-title{
    font-size: 13.5px;
    color: #fff;
    border-bottom: 2px solid #dc1b14;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .grd-2 .footer-item ul li a {
    text-decoration: none;
    color: var(--background);
    font-size: 11.25px;
    padding: 10px 0;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1.5px;
    position: relative;
  }
  
  .grd-2 .footer-item ul li a::after {
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #dc1b14;
    position: absolute;
    transition: 0.2s linear all;
  }
  .grd-2 .footer-item ul li a:hover::after {
    width: 100%;
  }
  
  
  .grd-2 .footer-item:first-child {
    width: 70%;
  }
  
  .f-logo {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .f-logo img {
    width: 200px;
  }
  
  .grd-2 .footer-item:first-child ul {
    list-style: none;
  }
  
  .grd-2 .footer-item ul li {
    margin-bottom: 10px;
  }
  .grd-2 .footer-item ul li a {
    color: var(--background);
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  
  .grd-2 .footer-item ul li a i {
    margin-right: 15px;
    font-size: 12.75px;
  }
  
  .footer-bottom {
    min-height: 170px;
    padding: 10px 0;
    background-color: #232323;
    color: var(--background);
  }
  
  .footer-bottom a{
    color: var(--background);
    text-decoration: none;
    transition: .5s ease all;
  }
  
  .footer-bottom a:hover{
    color:#e07700;
  }
  .footer-bottom img{
    width: 240px;
    margin-top: 23px;
  }
  
  .bot-f{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .sosyal{
    text-align: right;
    list-style: none;
    position: relative;
    top: 53%;
  }
  .sosyal li{display: inline-block; margin-left: 30px;}
  
  .sosyal a{
    font-size: 17.25px;
    color: #dc1b14;
  }
  
  .footer-item input, .footer-item textarea{
    padding: 10px;
    font-family: sans-serif;
    background-color: transparent;
    box-sizing: border-box;
    width: 90%;
    color: #fff;
    margin-top: -9px;
    border: 1px solid #313131;
  }
  .wpcf7-submit{
    width: 90px !important;
    background-color: #dc1b14 !important;
    color: #fff;
    cursor: pointer;
    margin-top: 4px !important;
    border: 0px;
  }
  
  .yukari{
    position: fixed;
    bottom: 23px;
    right: 20px;
    display: none;
    z-index: 10;
  }
  .yukari{
    background-color: #dc1b14;
    color: #fff;
    font-size: 25px;
    padding: 5px 20px;
   
    border-radius: 4px;
  }
  .yukari:hover{
    background-color: #000;
  }
  
  .goster{
    display: block !important;
  }
  
  /* mobil-menu yapısı */
  @media screen and (max-width: 1300px) {
      
    /* burger menu button  */
    .logo img{margin-top: -10px;}
    #burger-menu {
      cursor: pointer;
      height: 25px;
      width: 25px;
      overflow: visible;
      position: relative;
      z-index: 4;
      padding-left:30px;
      margin-left:20px;
      margin-bottom:4px;
      right: 20px;
    }
    #burger-menu span,
    #burger-menu span:before,
    #burger-menu span:after {
      background: #fff;
      display: block;
      height: 4px;
      opacity: 1;
      position: absolute;
      transition: 0.3s ease-in-out;
    }
    #burger-menu span:before,
    #burger-menu span:after {
      content: "";
    }
    #burger-menu span {
      right: 0px;
      top: 13px;
      width: 25px;
    }
    #burger-menu span:before {
      right: 0px;
      top: -8px;
      width: 25px;
    }
    #burger-menu span:after {
      right: 0px;
      top: 8px;
      width: 25px;
    }
  
    #burger-menu.close span {
      transform: rotate(-45deg);
      top: 13px;
      width: 25px;
    }
    #burger-menu.close span:before {
      top: 0px;
      transform: rotate(90deg);
      width: 25px;
    }
    #burger-menu.close span:after {
      top: 0px;
      left: 0;
      transform: rotate(90deg);
      opacity: 0;
      width: 0;
    }
    .logo {
      margin: 0;
      margin-right: auto;
    }
    
  
    .search-button {
      margin: -2px 10px 0 10px;
    }
  
    .top-nav{
      padding: 25px 0 15px 0;
    }
  
    .bot-nav .konten{
        align-items:center;
    }
    /* nav */
    
    .bot-nav .konten{
        flex-direction:row-reverse;
    }
    .lang-dropdown{
      padding-right:10px !important;
  }
  
  
    
    .bot-nav nav {
      background-color: #dc1b14;
      width: 100%;
      height: 100vh;
      position: fixed;
      right: -300px;
      top: 0;
      padding-top: 100px;
      opacity: 0;
      visibility:hidden;
      transition: all 0.2s linear;
      z-index: 3;
    }
    
    .social-header{
        justify-content:center;
    }
    
    .bot-nav .nav-active {
      right: 0;
      visibility:visible;
      opacity: 1;
    }
  
    .bot-nav nav > ul {
      list-style: none;
      width: 100%;
      transition: all 0.5s linear;
      transform: translateY(100px);
      opacity: 0;
    }
  
    .fade-in-up {
      transform: translateY(0px) !important;
      opacity: 1 !important;
    }
  
    .bot-nav nav > ul > li {
      position: relative;
      transition: all 0.2s linear;
    }
    .bot-nav nav > ul > li .fa {
      position: absolute;
      right: 31px;
      color: #fff;
      top: 0;
      font-size: 25px;
      padding: 10px;
      font-weight: 600;
      cursor: pointer;
    }
    .bot-nav nav ul li a {
      text-decoration: none;
      color: #fff;
      display: block;
      font-size: 20px;
      font-weight:600;
      padding: 10px 20px;
      transition: all 0.2s linear;
      text-align:center;
    }
  
    .bot-nav .sub-menu > li > a {
      background-color: #e07700;
    }
    .bot-nav .sub-menu {
      display: none;
      list-style: none;
    }
    .bot-nav .sub-menu-active {
      display: block;
    }
  
    /* footer */
    .grd-2 {
      display: block;
    }
    .grd-2 .footer-item ul {
      border-left: 0px solid var(--background);
      padding-left: 0px;
    }
    .grd-2 .footer-item .footer-item-wrapper {
      display: flex;
      align-items: center;
      flex-direction: column;
      border-left: 1px solid var(--background);
    }
    .grd-2 .footer-item .footer-item-wrapper:first-child {
      border: 0;
      padding: 0;
    }
    .grd-2 .footer-item .footer-item-wrapper:first-child ul {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .grd-2 .footer-item .footer-item-wrapper:last-child ul {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .footer-title {
      padding-bottom: 5px;
    }
    .grd-2 .footer-item {
      border-top: 1px solid var(--background);
      padding-top: 50px;
    }
    .grd-2 .footer-item:first-child {
      width: 80%;
      text-align: center;
      margin: 0 auto;
    }
    .grd-2 .footer-item ul li a {
      text-align: center;
      flex-direction: column;
    }
    .grd-2 .footer-item:first-child ul li a i {
      margin-bottom: 5px;
    }
  
    .konten {
      width: 94%;
    }
    .konten-plus{
      width: 94%;
    }
    .gallery-konten {
      width: 94%;
    }
  
    .second-section .konten {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
  
    .second-section p {
      text-align: center;
      width: 100%;
    }
  
  .nav-active .lang-dropdown{
      display:block;
  }
  
   .lang-dropdown{
       display:none;
   }
   
  
  .lang-dropdown ul{
      width:300px !important;
      opacity:1 !important;
      visibility:visible !important;
      top:110px !important;
      right:-90px !important;
      
  }
  
  .lang-dropdown ul li a{
      background:transparent !important;
  }
  
  .social-header{
      display:block;
      text-align:center;
  }
  
  }
  
  
  
  
  @media screen and (max-width: 500px) {
    .search-overlay input[type="text"] {
      padding-right: 100px;
    }
  }
  
  /* wordpress değişkenleri */
  main h1 {
    font-size: 26px !important;
  }
  main h2 {
    font-size: 22px !important;
  }
  main h3 {
    font-size: 19px !important;
  }
  main h4 {
    font-size: 16px !important;
  }
  
  .sayfa-baslik{
      padding: 50px 0 15px 0;
      margin-bottom: 70px;
      font-family: 'Josefin Sans', sans-serif;
      letter-spacing: 4px;
      position: relative;
      text-align: center;
  }
  
  .sayfa-baslik::after{
    position: absolute;
   
    width: 30%;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #231f20;
  }
  
  .yuksek{
    width: 100%;
    height: 45px;
    display: block;
  }
  .yuksek2{
    width: 100%;
    height: 200px;
    display: block;
  }
  
  
  .post-image{
    width: 100%;
  }
  .post-image img{
    width: 100%;
  }
  
  .post-edit-link{
    display: none;
  }
  
  .view-article{
    display: none;
  }
  
  .ilet-fa ul{
     list-style:none;
  }
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .clearfix { display: inline-block; }
  /* start commented backslash hack \*/
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
  .ilet-fa li{margin-bottom:20px; font-size:12px;}
  .ilet-fa a{text-decoration:none; color:var(--foreground);}
  .ilet-fa .fa{
     background: #dc1b14;
      color: #fff;
      width: 20px;
      margin-right:5px;
      height: 20px;
      text-align: center;
      border-radius: 25px;
      line-height: 20px;
  }
  .formum input, .formum textarea{box-sizing:border-box; padding:6px; border:1px solid #e6e6e6; width:100%; font-size:11px; font-family:sans-serif;}
  .col-6{float:left; width:47%;}
  .col-6:nth-child(2){float:right !important;}
  .formum p{margin-bottom:0px; line-height:auto;}
  
  .iletisim-form form input[type=text],
  .iletisim-form form input[type=email],
  .iletisim-form form textarea{
    width: 100%;
    padding: 10px 2px;
    border: 0;
    outline: 0;
    background-color: transparent;
    border-bottom: 2px solid #818386;
    margin-bottom: 15px;
    transition: .3s ease opacity;
  }
  
  .iletisim-form form label{
    font-size: 10px;
    font-weight: 500;
    color: #818386;
  }
  
  
  .iletisim-form ::placeholder{
    color: #111;
  }
  
  .iletisim-form form input[type=text]:hover,
  .iletisim-form form input[type=email]:hover,
  .iletisim-form form textarea:hover{
    opacity: .7;
  }
  
  .iletisim-form form input[type=submit]{
  padding: 10px;
  cursor: pointer;
  }
  
  .iletisim-form form input[type=submit]:hover{
    box-shadow: inset 10rem 0 10rem 0 #111;
    color: #fff;
  }
  
  @media screen and (max-width: 600px) {
  .preloader img{margin-top: 45% !important;}
  .iletisim-form form input[type=submit]{
    transform: translateY(-45px);
    width: 100%;
    padding: 12px 50px;
  }
  .hk-menu{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 7px;
  }
  .yuksek{height: 50px;}
  .yuksek2{height: 150px;}
  .front{
    margin-top: 100px;
  }
  .hk-menu li a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    padding: 13px 30px;
  }
  }
  
  
  /* fifth-content */
  
  .fifth-content {
    padding: 100px 0;
  }
  
  
  .fifth-blog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px 20px;
  }
  
  
  
  .fifth-blog-card {
    transition: all 0.4s ease;
    position: relative;
  }
  
  .fifth-blog-card a {
    text-decoration: none;
    color: #111;
  }
  
  .fifth-blog-card-header {
    overflow: hidden;
    position: relative;
  }
  
  .fifth-blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 15px 6px 15px;
    background-color: #231f20;
    border: 1px solid #fafafa;
  }
  
  .fifth-blog .fifth-blog-card:nth-child(2n) .fifth-blog-date{
    background-color: #fafafa;
    border: 1px solid #231f20;
  }
  
  .fifth-blog .fifth-blog-card:nth-child(2n) .fifth-blog-date span{
    color: #231f20;
  }
  
  .fifth-blog-date span:first-child {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
  }
  
  .fifth-blog-date span:last-child {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
  }
  
  .fifth-blog-card-header img {
    width: 100%;
    height: 300px;
    transition: all 0.4s ease;
    margin-bottom: -8px;
    object-fit: cover;
  }
  
  .fifth-blog-card-content {
    background-color: #fff;
    padding: 40px;
    font-size: 15px;
  }
  
  .fifth-blog-title {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
  }
  
  .fifth-blog-title::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #231f20;
    transition: .3s ease all;
  }
  
  .fifth-blog-title h2 {
    text-decoration: none;
    color: #000000;
    font-size: 20px !important;
    font-family: "Exo", sans-serif;
    font-weight: 700;
    transition: all 0.4s ease;
  }
  
  .fifth-blog-card:hover .fifth-blog-card-header img {
    transform: scale(1.05);
    opacity: .9;
  }
  
  .fifth-blog-card:hover .fifth-blog-title::before{
   width: 100%;
  }
  
  .fifth-blog-card:hover {
    transform: translateY(-10px);
  }
  
  .wp-block-column{
      margin-top:50px;
  }
  
  
  @media screen and (max-width: 1100px) {
    .fifth-blog {
      grid-template-columns: repeat(3, 1fr);
    }
    .slide-wrap{
      top: 47vh !important;
      min-height: 53vh !important;
    }
    #image-carousel img{object-fit: cover;}
  }
  
  @media screen and (max-width: 900px) {
    .fifth-blog {
      grid-template-columns: repeat(2, 1fr);
    }
    .giris{margin: 70px 0px !important;}
    .grd-2 .footer-item{border: 0px !important;}
    .f-title{text-align: center;}
    .footer-item input, .footer-item textarea{width: 100%;}
    .footer-bottom{
      text-align: center;
    }
    .footer-bottom img{
      width: 245px;
    }
    .bot-f {
      display: block;
    }
    .sosyal{text-align: center; margin: 30px 0px;}
    .sosyal li{margin: 0px 10px;}
  }
  
  @media screen and (max-width: 600px) {
    .fifth-blog {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  iframe{
    background-color: #231f20;
  }
  .giris{
    margin: 120px 0px;
    font-family: 'Dancing Script', cursive;
  }
  .giris p{
    line-height: 40px;
    font-size: 22px;
  }
  .giris h2{
    font-size: 45px;
    margin-bottom: 20px;
  }
  .giris .wp-block-button__link{
    margin-top: 25px;
    font-size: 20px;
  }
  .giris .wp-block-button{
    margin: 0 auto;
  }
  .giris video{
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
  }
  .giris img{border-radius: 10px;}
  .text-center{
    text-align: center;
  }
  /*slide*/
  #image-carousel img {
    width: 100%;
    height: 100vh;
  }
  .splide__arrows{display: none;}
  .splide__pagination {
    bottom: 2.5em !important;
      left: auto !important;
      right: 2% !important;
  }
  .splide__pagination__page{
    border: 0;
      border-radius: 5px !important;
      display: inline-block;
      height: 6px !important;
      margin: 6px !important;
      opacity: .7;
      padding: 0;
      position: relative;
      transition: transform .2s linear;
      width: 17px !important;
  }
  .splide__pagination__page.is-active{
    background-color: #dc1b14 !important;
  }
  /* Slideshow container */
  .slideshow-container {
    width: 100%;  
    position: relative;
  }
  
  .slideshow-container img{
      height: 100vh;
      min-height: 100vh;
      object-fit: cover;
  
  }
  
  .slide-wrap{
    position: absolute;
    bottom:-1px;
    left: 0px;
    width: 100%;
    min-height: 300px;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(43, 43, 43));
    z-index: 3;
  }
  
  .slide-icerik{
    position: absolute;
    top: 4vh;
    left: 6%;
    z-index: 4;
  }
  .slide-baslik{
    font-size: 30px;
    color: #dc1b14;
  }
  
  .slide-yazi{
    font-size: 15.5px;
    color: #fff;
    width: 92%;
  }
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 93vh;
    width: auto;
    padding: 10px;
    color: white;
    font-weight: 400;
    font-size: 40px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 5;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 10px;
  }
  
  .prev{
      right: 45px;
  }
  
  .next::before, .prev::before{
    content: '';
    display: block;
    width: 25px;
    height: 6px;
    border-radius: 4px;
    background-color: greenyellow;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  p.description{
      text-align:center !important;
  }
  
  .ref{margin-bottom: 120px;}
  .baslik{
    text-align: center;
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
    display: block;
    border-bottom: 2px solid #e07700;
    margin: 0 auto;
    width: 250px;
  }
  #a .splide__slide{
    padding: 15px;
  }
  #a{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #a .splide__pagination {
    bottom: -1.5em !important;
      left: auto !important;
      right: 0% !important;
  }
  .turuncu{
    background: url(../img/turuncu-2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 280px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  .turuncu img{
    width: 75%;
    position: relative;
    top: -3px;
    filter: brightness(0) invert(1);
  }
  
  .refer .wp-block-columns{
    margin-bottom: 30px;
  }
  
  .refer .wp-block-image {
  background: url(../img/turuncu-2.jpg);
    width: 100%;
    height: 280px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  .refer{
         
      margin-bottom: -5px;
      padding-bottom: 100px;
  }
  
  .refer .wp-block-image img{
    width: 75%;
    position: relative;
    top: -3px;
    filter: brightness(0) invert(1);
  }
  
  html body .modula-fancybox-image, html body .modula-fancybox-spaceball{
      width:auto !important;
      left: 50% !important;
      margin-right: -50% !important;
      transform: translate(-50%, -50%);
      top: 50% !important;
  }
  
  
  .modula .modula-item.effect-pufrobo p{
      bottom:50% !important;
  }
  
  .social-header{
      display:flex;
      align-items:center;
  }
  
  .social-header>a{
      padding:40px 10px;
      color:#ffffff;
      transition:.2s ease all;
  }
  .social-header>a:hover{
      color:var(--clr-light);
       transition:.2s ease all;
  }
  .social-header>a i{
        font-size:15px;
  }
  
  .lang-dropdown{
      position:relative;
      padding:40px 10px;
      cursor:pointer;
      padding-right:80px;
  }
  
  .lang-dropdown i{
      font-size:19px;
       transition:.2s ease all;
       color:#fff;
      
  }
  .lang-dropdown ul{
      list-style:none;
      position:absolute;
      top:95px;
      right:43px;
      width:100px;
      opacity:0;
      visibility:hidden;
      transition:.2s ease all;
      
  }
  .lang-dropdown ul li a{
      display:flex;
      padding:10px 10px;
      background-color:#dc1b14cc;
      color:var(--clr-light);
      text-decoration:none;
      text-align:center;
      transition:.2s ease all;
  }
  .lang-dropdown:hover ul{
      top:75px;
      opacity:1;
      visibility:visible;
      transition:.2s ease all;
  }
  .lang-dropdown:hover i{
      color:var(--clr-light);
       transition:.2s ease all;
  }
  .lang-dropdown ul li a:hover{
      background-color:#a52900cc;
  }
  
  @media screen and (max-width: 900px) {
      
      .lang-dropdown:focus i{
          color:var(--clr-light);
      }
      
      .lang-dropdown:focus ul{
          top:75px;
          opacity:1;
          visibility:visible;
          transition:.2s ease all;
      }
  }
  
  /* modula css force*/
  
  .jtg-title {
      color: #fff !important;
      font-size: 18px !important;
      font-weight: 600;
    display: block;
      visibility: unset;
      opacity: 1;
      position: absolute;
      top: -9% !important;
      left: 0px !important;
      width: 100%;
      box-sizing: border-box;
      text-transform:uppercase;
      height: 112%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #dc1b14cc;
  }
  
  .modula-items .jtg-title{
      text-align:center !important;
      opacity:0 ;
      transition: opacity .35s,transform .35s !important;
      font-weight:700 !important;
  }
  
  .modula-items .jtg-title::after{
      width:0 !important;
  }
  
  .modula .modula-item.effect-pufrobo:hover .jtg-title {
      opacity:1 !important;
      transition: none!important;
  }
  
  .modula .modula-item.effect-pufrobo p {
    transition: none !important;
    font-weight:400 !important;
  }
  
  .modula .modula-item.effect-pufrobo:hover p {
      transition: none !important;
  }
  html body .modula-fancybox-is-open .modula-fancybox-bg{
      background:var(--clr-light) !important;
      opacity:1 !important;
  }
  
  
  
  
  
  @media screen and (min-width: 900px){
  .modula-fancybox-content{
      height:100% !important;
      margin-bottom:0 !important;
      transform:none !important;
      left:50% !important;
      transform:translateX(-50%) !important;
      width:100% !important;
  
  }
  }
  
  
  .takip-et{
      position:sticky;
      top:2rem;
      height:max-content !important;
      width:100%;
      
  }
  
  @media screen and (max-width: 600px){
      .takip-et{
      position:static;
      top:0;
      height:auto;
      width:100%;
      
  }
  }
  
  
  
  
  
  
  
  