        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
html {
    box-sizing: border-box;
  }
  
body {
    font-family: 'Open Sans', sans-serif;
    background-color: white;
    margin: 0;
    padding: 0;
    overflow: overlay;
}
  
  
p {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    color: #333;
    margin-top: 15px;
    margin-bottom: 15px;
    margin: 0 0 1em 0;
}

h2 {
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 10px;
}

h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.13667;
}

figcaption {
    font-size: 15px;
    line-height: 1.28583;
    letter-spacing: 0em;
    font-weight: 400;
    background-color: #333;
    box-shadow: 0 5px 10px 5px rgb(115 115 115 / 43%);
    color: #ffffff;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 18px;
    padding-right: 18px;
    margin: 0 0 1em 0;
}


blockquote {
    font-size: 15px;
    line-height: 1.28583;
    letter-spacing: 0em;
    font-weight: 400;
    background-color: #f5f5f5;
    color: #222;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 18px;
    padding-right: 18px;
    margin: 0 0 1em 0;
}

.wp-block-list {
    padding-left: 18px;
    color: #333;
    line-height: 1.4446;
    padding-right: 18px;
}

.wp-block-code {
    background: #333;
    color: #59d159;
    font-size: 13px;
box-shadow: 0 5px 10px 5px rgb(115 115 115 / 43%);
    padding: 12px 15px;
    margin: 1em 0 1em 0;
    overflow-x: auto; 
    word-wrap: break-word; 
    white-space: pre-wrap; 
    max-width: 100%; 
    box-sizing: border-box; 
}

details {
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1.08583;
    color: #333;
    letter-spacing: 0em;
}

details p {
    font-size: 16px;
    padding-top: 12px;
    line-height: 1.08583;
    color: #333;
    letter-spacing: 0em;
}

.wp-block-separator {
    margin-bottom: 15px;
    margin-top: 15px;
}


.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Resimler arası boşluk */
    justify-content: center;
    align-items: stretch; /* Resimleri eşit yükseklikte yapar */
}

.wp-block-gallery figure {
    margin: 0;
    flex: 0 0 48%; /* Masaüstü için resimler %48 genişlikte */
    max-width: 48%;
}

.wp-block-gallery img {
    width: 100%;
    height: 100%; /* Yüksekliği %100 yaparak eşit yapar */
    display: block;
    object-fit: cover; /* Resimleri düzgün şekilde kapsar */
}

@media (max-width: 990px) {
    .wp-block-gallery {
        display: block; /* Mobilde block görünümüne geçer */
    }
    
    .wp-block-gallery figure {
        flex: 0 0 100%; /* Mobilde resimler alt alta gelir */
        max-width: 100%;
        margin-bottom: 10px; /* Alt boşluk ekler */
    }

    .wp-block-gallery img {
        height: auto; /* Resimlerin doğal boyutlarına göre yüksekliği ayarlayacak */
        object-fit: contain; /* Resim doğal oranlarıyla görünür */
    }
}


.featured-image {
    width: 100% !important;
    height: auto;
    margin-bottom: 10px;
    margin-top: 20px;
    box-sizing: 
}

.featured-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; 
}  
  
  .limited-area {
    margin: 0 auto;
    max-width: 980px;
    width: 96%;
  }
  
  main {
    margin: 0 auto;
    max-width: 2500px;
  }
  


  
  .contain-header {
    text-align: center;
  }
  
  
  
  /* Header proje kismi */
	.verazm-usttakim-bolum {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}
	.verazm-usttakim-url {
    color: #111;
    display: block;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.dark-respo .verazm-usttakim-url {
    color: #fff;
}

.blue-respo .verazm-usttakim-url {
    color: #fff;
}
.verazm-usttakim-yeniyazi {
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    padding: 2px;
    z-index: -1;
    letter-spacing: 1px;
    color: #aebaff;
}

.blue-respo .verazm-usttakim-yeniyazi {
    color: #ffffff;
    background-color: #006add;
}
	.verazm-usttakim-yakindayazi {
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    padding: 2px;
    z-index: -1;
    letter-spacing: 1px;
    color: #fff;
}
.verazm-usttakim-yazi {
    font-size: 14px;
    line-height: 1.5;
    z-index: -1;
    font-weight: normal;
    display: block;
    margin: 0;
    color: #006add;
}

.dark-respo .verazm-usttakim-yazi {
    color: #fff;
}

.blue-respo .verazm-usttakim-yazi {
    color: #fff;
}

.dark-respo .verazm-usttakim {
    background: #111;
    z-index: -1;
}

.blue-respo .verazm-usttakim {
    background: #006add;
    z-index: -1;
}

.verazm-usttakim {
    background: #f5f5f7;
    z-index: -1;
}


	
.verazm-usttakim-wrapper {
    background: #EFEFF4;
    position: relative;
    height: 100%;
}

.dark-respo .verazm-usttakim-wrapper {
    background: rgba(22, 22, 23, 0.8);
}

.blue-respo .verazm-usttakim-wrapper {
    background: #0674eb;
}
	.verazm-usttakim-bolumler {
    overflow-x: auto;
    overflow-y: hidden;
	text-align:center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    list-style: none;
    font-size: 0;
    padding-block: 22px;
    scrollbar-width: none;
}
	.verazm-usttakim-bolum {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}
	
.verazm-usttakim-bolum i {
    font-size: 33px!important;
    color: #d7d7d7;
    padding-left: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
}
	.verazm-usttakim-bolum:first-child {
    margin-inline-start: 0px;
    padding-inline-start: 0px;
}

@media screen and (max-width: 479px) {
.verazm-usttakim-bolum:first-child {
    margin-inline-start: 25px;
    padding-inline-start: 7px;
}
	}

/* Header proje kismiSON */

  /* Header alt menu */

.altmenuheader {
  --nav-height: 52px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); /* Add prefix for Safari */
  border-bottom: 1px solid #d2d2d2;
  position: sticky;
  top: 0;
  z-index: 8;
}

.dark-respo.altmenuheader {
    background-color: rgb(17 17 17 / 60%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid #353535;
}

.dark-respo.altmenuheader .menu li a {
    color: #fff;
}
.inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.altmenuheader .inner {
  max-width: 1000px;
  height: var(--nav-height);
  display: flex;
  align-items: center;
}



.s840width {
  max-width: 840px!important;
}
.altmenuheader h1 {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dark-respo.altmenuheader h1 {
    color: white;
}

.altmenuheader .menu {
  display: flex;
  list-style: none;
  gap: 12px;
  margin-right: 18px;
}
.altmenuheader .menu li a {
    padding: 6px;
    display: block;
    color: #222;
    text-decoration: none;
    font-size: 12px;
    list-style: none;
}

.altmenuheader .menu li:hover a {
  color: #0071e3;
}
.altmenuheader .menu li.active a {
  opacity: 0.5;
  cursor: default;
}
.altmenuheader .menu li.active:hover a {
  color: var(--color-font);
}


@media (max-width: 740px) {
    .altmenuheader .shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
  }



  .altmenuheader .contents-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    border-bottom: 1px solid #d2d2d2;
    background-color: white;
    visibility: hidden;
    transition: 0.4s;
  }

  .dark-respo.altmenuheader .contents-bg {
        border-bottom: 1px solid #353535;
        background-color: #111;
  }
  .altmenuheader .menu-toggler {
    width: 30px;
    height: 24px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
  }
  .altmenuheader .menu-toggler::before,
  .altmenuheader .menu-toggler::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #6e6e6e;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.4s;
  }
  .dark-respo.altmenuheader .menu-toggler::before,
  .dark-respo.altmenuheader .menu-toggler::after {
    background-color: #fff;
  }
  .altmenuheader .menu-toggler::before {
    transform: rotate(40deg);
    left: -9px;
  }
  .altmenuheader .menu-toggler::after {
    transform: rotate(-40deg);
    right: -9px;
  }

  .altmenuheader .menu {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    padding: 10px 40px 30px;
    box-sizing: border-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -50px);
    transition: 0.4s;
  }
  .altmenuheader .menu li {
    border-bottom: 1px solid #d2d2d2;
  }
  .altmenuheader .menu li:last-child {
    border-bottom: none;
  }
  .altmenuheader .menu li a {
    padding: 16px 0;
    font-size: 14px;
  }
  .altmenuheader.menuing .shadow {
    visibility: visible;
    opacity: 1;
  }
  .altmenuheader.menuing .contents-bg {
    visibility: visible;
    height: 500px;
  }
  .altmenuheader.menuing .menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
  .altmenuheader.menuing .menu-toggler::before {
    transform: rotate(-40deg);
  }
  .altmenuheader.menuing .menu-toggler::after {
    transform: rotate(40deg);
  }
}

@media (max-width: 740px) {
    .altmenuheader.menuing .menu {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }
}


  /* Header alt son */

  /* GLOBALBUTON */
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 18px 8px 18px;
    border: none;
    text-decoration: none!important;
    border-radius: 500px;
    outline: none;
    background-color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid transparent;
    color: #111;
    cursor: pointer;
    white-space: nowrap;
}

.btnblue {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 18px 8px 18px;
    border: none;
    text-decoration: none!important;
    border-radius: 500px;
    outline: none;
    background-color: transparent;
    font-size: 18px;
    border: 1px solid #004cff;
    color: #fbfbfb;
    cursor: pointer;
    white-space: nowrap;
}

.nobtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border: none;
    text-decoration: none!important;
    border-radius: unset;
    outline: none;
    background-color: transparent;
    font-size: 13px;
    color: #006add;
    cursor: pointer;
    white-space: nowrap;
}

  /* GLOBALBUTON SON */

.btn:hover {
    text-decoration: none!important;
  opacity: 0.7;
}
.btn:focus {
    text-decoration: none!important;
  box-shadow: 0 0 0 4px #81b9f1;
  /* box-shadow: x y blur spread color */
}
a.btn {
  text-decoration: none; /* Alt çizgiyi kaldırır */
}





 .duyuru-banner {
    left: 0;
    top: 0;
    color: white;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.022em;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    background-color: #06c;
    font-weight: normal;
    padding: 10px;
    text-align: center;
}

	
	.duyuru-banner a{
    color: white;
}

.duyuru-bannerikon {
    font-size: 26px;
    color: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: stretch;
    flex-direction: column;
}

/* TOPBARİNFO */

/* TOPBARİNFO SON*/
.topbarinfo-wrapper {
    text-align: center;
    font-size: 17px;
    border-bottom: 0px solid #ddd;
    background-color: #fff;
margin-top: 18px;
    font-weight: normal;
}

.topbarinfo-alink {
    color: #06c;
text-decoration: none;
}

.topbarinfo-alink a{
    color: #06c;
text-decoration: none;
}

.topbarinfo-wrapper .topbarinfo {
    position: relative;
    display: inline-block;
    padding: 26px 0
}

@media only screen and (max-width: 735px) {
    .topbarinfo-wrapper .topbarinfo .topbarinfo-alink {
        display:block;
        margin-left: 0
    }
}

.topbarinfo-wrapper .topbarinfo .topbarinfo-link {
    margin-left: 100px;
    display: inline-block;
    padding-left: 22px;
    border-left: 2px solid #ddd;
}

@media only screen and (max-width: 735px) {
    .topbarinfo-wrapper .topbarinfo .topbarinfo-link {
        margin-left:0;
        border-left: 0;
        padding-left: 0;
        display: block
    }
}

.topbarinfo-wrapper .topbarinfo .topbarinfo-image {
    background-repeat: no-repeat;
    background-size: 100px 65px;
    height: 65px;
    width: 100px;
    background-image: url("https://demov1.path.org.tr/cloudimg/frameworkiconno.svg");
    position: absolute;
    top: 3px;
}

@media only screen and (max-width: 735px) {
    .topbarinfo-wrapper .topbarinfo .topbarinfo-image {
        position:relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 auto 4px
    }
}
/* Header ust kisim */

:root {
  --global-text-color-primary: #111;
  --global-text-color-primary-white: #fff;
  --global-navbar-color-primary: black;
  --global-navbar-gray-alpha: rgba(94, 90, 90, 0.692);
}
.header i {
    font-size: 20px!important;
    color: #ef3659;
    line-height: 3.12;
}

.mobil-header i {
    font-size: 25px!important;
    color: #ef3659;
}

.mobil-header {
  width: 100%;
  z-index: 9999;
backdrop-filter: saturate(170%) blur(5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
background: rgba(249, 249, 249, 0.9);
  height: 3rem;
  position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
}

.mobil-header-icerikler {
  padding: 0 2rem;
  max-width: 62rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.mobil-header-icerikler a {
    text-decoration: none;
    opacity: 1;
    color: rgb(0 0 0 / 72%);
    transition: 100ms ease-in-out opacity;
}


.menu_button {
  cursor: pointer;
}

.mobil-header-icerikler a:hover {
  opacity: 1;
}

@media screen and (max-width: 850px) {
  .header {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .mobil-header {
    display: none;
  }

  .searchBar_Container {
    visibility: hidden;
  }


.header {
    width: 100%;
    z-index: 9999;
    display: flex;
backdrop-filter: saturate(170%) blur(5px);
    justify-content: center;
    background: rgba(249, 249, 249, 0.9);
    height: 3rem;
    position: -webkit-sticky;
    font-size: 13px;
    line-height: 3.12;
    font-weight: 400;
    letter-spacing: -.01em;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
	
.dark-header .header {
  background-color: #07090a;
}



  .header-icerikler {
    padding: 0 2rem;
    max-width: 58rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    list-style: none;
  }

  .header-icerikler a {
    text-decoration: none;
    color: rgb(0 0 0 / 72%);
	opacity: 1;
    transition: 100ms ease-in-out opacity;
  }

.dark-header .header-icerikler a {
    color: var(--global-text-color-primary-white);
}


  .header-icerikler a:hover {
    opacity: 0.8;
  }
}

.mobil-header-ic:first-child {
  height: 20px;
  width: 20px;
}

.menu_button {
  height: 20px;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.menu_button div {
  opacity: 0.78;
  height: 1px;
  width: 18px;
  background-color: white;
  transition: 200ms ease-in-out all;
}

.open .line1 {
  /*transform: rotate(45deg) translate(10px, 0px);*/
  transform: translateY(5px) rotate(-45deg);
}

.open .line2 {
  /*transform: rotate(-45deg) translate(7px, 3px);*/
  transform: translateY(-5px) rotate(45deg);
}
.acilirmenumobil {
    background-color: #212121;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 99;
    width: 100%;
    margin-top: 0px;
    height: 0%;
    transition: 400ms ease-in-out height;
}



.searchBar_Container {
  display: block;
  position: fixed;
  z-index: 4;
  top: 48px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.2rem;
}

.searchForm {
  display: flex;
  justify-content: center;
}

.searchBar_Container {
  background-color: black;
  width: 100%;
  border-bottom: 1px solid var(--global-navbar-gray-alpha);
}



.mobil-header-ul {
  display: flex;
  z-index: 3;
  flex-direction: column;
  padding: 0 2rem;
      list-style: none; /* Liste işaretlerini kaldırır */
  gap: 1.2rem;
  overflow-y: auto;
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  bottom: 0;
}

.mobil-header-ul li {
  border-bottom: 0px solid var(--global-navbar-gray-alpha);
}

.mobil-header-ul li a {
    text-decoration: unset;
    color: rgb(255 255 255 / 72%);
    font-size: 26px;
}

.light .mobil-header-ul li a {
  color: rgb(0 0 0 / 79%);
}
/* Header ust kisimSON */



  /* Frontpage block-card horizontal normal */
        .container-sections.block-card {
padding-left: 8em;
padding-right: 8em;

}

.container-sections {
flex-direction: column;
padding-left: 20em;
position: relative;
max-width: 1480px;
margin: 0 auto;
padding-right: 20em;
display: flex;
}
@media screen and (max-width: 1032px) {
.container-sections, .container-sections, .container-sections.block-card {
padding-left: 8px;
max-width: 100%;
min-width: 100%;
padding-right: 8px;
}
}

.block-card-text-c h2 {
font-size: 26px;
line-height: 1;
font-weight: 600;
margin-bottom: 10px;
}

.block-card-text-c h1 {
  font-size: 28px;
  font-weight: normal;
}

.block-card-text-c strong {
  font-size: 1.4em;
  line-height: 1em;
}

.block-card-text-c p {
    font-size: 19px;
    line-height: 1.3;
    color:black;
    margin: 0;
    font-weight: 500;
}

.dark-respo .block-card-text-c p {
    color:white;
}


@media only screen and (max-width: 735px) {
  .block-card-text-c p {
    font-size: 18px;
   }
}

.link-2 {
color: #06c;
font-size: 1.18em;
text-decoration: none;
}
.link-2:hover  {
color: #06c;
text-decoration: none;   
}
.card-grid.bcard-features {
margin-top: 0.81em;
margin-bottom: 0px;
}
html.w-mod-touch * {
background-attachment: scroll !important;
}
.card-grid {
grid-column-gap: 1.39em;
grid-template-rows: auto;
}
@media screen and (max-width: 1032px) {
.card-grid {
    flex-direction: column;
    display: flex!important;
}
}

@media screen and (max-width: 1032px) {
.block-card-grid {
    grid-row-gap: 12px!important;
}
}
.block-card-grid {
    grid-row-gap: 0px;
    grid-column-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.block-card-normal.cardcenter {
padding-bottom: 1.60em;
}

.block-card-normal {
background-color: #efeff4;
border-radius: 24px;
flex-direction: column;
align-items: center;
padding: 1.60em 0 32em;
display: flex;
position: relative;
overflow: hidden;
}
block-card-text-c.no-width.vertical {
grid-row-gap: 1.11em;
flex-direction: column;
display: flex
;
}

.dark-respo.block-card-normal {
    background-color: #1e1e1e;
}
.block-card-text-c.no-width {
width: auto;
padding-left: 2.5em;
padding-right: 2.5em;
}

.block-card-text-c {
width: 20em;
}

.block-card-normal-image {
width: 100%;
max-width: 300px;
margin-top: 1.51em;
}


.block-card-horizontal {
    background-color: #efeff4;
    border-radius: 24px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1.39em;
    margin-bottom: 0px;
    padding: 1.17em 0 0 4.51em;
    display: flex;
}

.dark-respo.block-card-horizontal {
    background-color: #1e1e1e;
}

@media screen and (max-width: 1032px) {
.block-card-horizontal {
    flex-direction: column-reverse;
    padding-left: 2em;
    padding-right: 1em;
}
}
.block-card-horizontal-image.image2 {
width: 35.83em;
vertical-align: middle;
display: inline-block;
}
@media screen and (max-width: 1032px) {
.block-card-horizontal-image.image2 {
    width: 100%;
    max-width: 35em; /* Maksimum genişliği koru ama küçülebilsin */
    height: auto; /* Oranları bozmamak için */
}
}

.block-card-text-c.no-width.vertical.pad-no {
justify-content: flex-start;
align-items: flex-start;
padding-bottom: 6em;
padding-left: 0;
}

.block-card-text-c-horizontal.no-width.vertical.pad-no {
justify-content: flex-start;
align-items: flex-start;
padding-bottom: 6em;
padding-left: 0;
}
@media screen and (max-width: 1032px) {
.block-card-text-c.no-width.vertical.pad-no {
justify-content: flex-start;
align-items: flex-start;
padding-bottom: 0em;
padding-left: 0;
}
.block-card-text-c-horizontal.no-width.vertical.pad-no {
justify-content: flex-start;
align-items: flex-start;
padding-bottom: 0em;
padding-left: 0;
}
   }
.block-card-text-c-horizontal.no-width.vertical {
grid-row-gap: 1.11em;
flex-direction: column;
display: flex
;
}
.block-card-text-c.no-width.vertical {
  grid-row-gap: 3px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    text-align: center;
}
.block-card-text-c.no-width {
width: auto;
padding-left: 2.5em;
padding-right: 2.5em;
}
.block-card-featur.black.big {
font-size: 30px;
color: black;
line-height: 1em;
}

.dark-respo .block-card-featur.black.big {
    color: white;
}

@media only screen and (max-width: 735px) {
  .block-card-featur.black.big {
      font-size: 26px;
    }
}
.block-card-featur.black {
color: #1d1d1fb8;
margin-bottom: 0;
}
.block-card-featur {
color: #f5f5f7f0;
margin-bottom: 0;
font-size: 1.32em;
line-height: 1.3em;
}

.block-card-butonana {
background-color: var(--crimson);
border-radius: 6.94em;
padding: .83em 1.53em;
font-size: 1.18em;
line-height: 1em;
}
.block-card-buton {
color: #fff;
line-height: inherit;
cursor: pointer;
background-color: #3898ec;
border: 0;
border-radius: 0;
padding: 9px 15px;
text-decoration: none;
display: inline-block;
}
.links-wrapper {
grid-column-gap: 2.22em;
align-items: center;
display: flex;
}
  /* Frontpage block-card horizontal normal  SON*/

 
  /* Home 4lü*/
  
   .section.heroimage.cover-background {
    min-height: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 452px;
    padding-bottom: 64px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
}

.section {
    padding-top: 148px;
    padding-bottom: 148px;
}
.container-default.z-index-1 {
    z-index: 1;
    position: relative;
    color: white;
}
.container-default {
    max-width: 1224px;
    padding-left: 24px;
    padding-right: 24px;
}
.heroimage-ctiner {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.heroimage-ctiner:before, .heroimage-ctiner:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
.heroimage-grid2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}
@media screen and (max-width: 991px) {
    .heroimage-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block!important;
 }
}
.heroimage-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.buttons-row {
    align-items: center;
    display: flex;
}
.heroimage-ctiner:after {
    clear: both;
}
.coverbackground-over.blur {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to top, #040404, #040404 31%, rgba(4, 4, 4, .54) 62%, rgba(4, 4, 4, .1));
}
.coverbackground-over {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 53%);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.heroimage-h2 {
    color: white;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
}

.text-de-color {
    color: #fff;
}
.text-300 {
    font-size: 18px;
    line-height: 20px;
}
.flex-horizontal.start {
    justify-content: flex-start;
}
.flex-horizontal {
    justify-content: center;
    align-items: center;
    display: flex
;
}
.margin-b16px {
    margin-bottom: 16px;
    .cizgi-details {
    width: 32px;
    height: 1px;
    background-color: #595959;
    margin-left: 16px;
    margin-right: 16px;
}
.category-box {
    padding: 4px 10px;
    background-color: #ffffff80;
    border-radius: 500px;
    display: inline-flex;
    justify-content: center;
    color: #000000;
    align-items: center;
    margin-left: 14px;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}



.margin-b32px {
    margin-bottom: 32px;
}

@media (max-width: 990px) {
    .heroimage-grid2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: block;
}

.heroimage-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
}
    .section.small {
        padding-top: 48px;
        padding-bottom: 73px;
    }
    .container-default {
    padding-left: 20px;
    padding-right: 20px;
}
.heroimage-grid2 {
    grid-column-gap: 56px;
    grid-row-gap: 48px;
    grid-template-columns: 1.6fr;
}
.margin-b16px {
    margin-bottom: 6px;
}
.cizgi-details {
    width: 12px;
    margin-left: 9px;
    margin-right: 9px;
}
.heroimage-grid2._1-col-tablet {
    grid-template-columns: 1fr;
}
.text-300 {
    font-size: 18px;
    line-height: 20px;
    }
}


