/**
 * @file
 * Subtheme specific CSS.
 */
/* Sistem Ayarlari */
#page {
  position: relative;
}
#navbar-main {
  background: #fff !important;
  font-weight: 300;
  text-transform: uppercase;
}
.highlighted .container {
  max-width: 100% !important;
  padding: 0 !important;
}
.navbar-brand {
  max-width: 200px;
}
.navbar-nav a {
  color: #000;
}
/************************************************************/
/* Anasayfa Ust Blok Ayarlari */
#block-etibilisim-barrio-anasayfaustblok {
  position: relative;
  height: 40vw;
  overflow: hidden;
}
#block-etibilisim-barrio-anasayfaustblok img {
  width: 100%;
  height: auto;
}
#anasayfa-gorsel {
  position: absolute;
  top:0 ;
  left: 0;
}
.anasayfa-slogan {
  font-size: 3em;
  text-align: right;
  text-transform: uppercase;
  z-index: 999;
  position: absolute;
  color: #fff !important;
}
.anasayfa-slogan #slogan-ince {
  font-weight: 300;
}
.anasayfa-slogan #slogan-kalin {
  font-weight: 700;
}
#anasayfa-slogan-1 {
  position: absolute;
  bottom: 2em;
  right: 1%;
}
#anasayfa-slogan-2 {
  position: absolute;
  bottom: 0.75em;
  right: 1%;
}
/* Anasayfa Blok */
#block-etibilisim-barrio-anasayfaaciklama {
margin: 5% 0 5% !important;
}
#anasayfa-blok-yazi{
width: 50%;
padding: 5% 5% 0 0;
float: left;
}
#anasayfa-blok-gorsel{
width: 40%;
float: left;
position: relative;
}
#anasayfa-blok-gorsel img {
width: 100%;
height: auto;
position: relative;
border: none;
max-width: 320px;
float: right;
padding-top: 20px;
filter:grayscale(100);
}
#anasayfa-blok-gorsel:before {
content: "";
width: 50%;
height: 45%;
background: #202020;
position: absolute;
top:0px;
right: -20px;
z-index: 0;
}
.btn-large {
color: #fff !important;
background-color: #202020 !important;
border-color: #202020 !important;
padding: 1.5% 10px;
font-weight: 700;
}
.btn-large:hover {
color: #fff !important;
background-color: #555555 !important;
border-color: #555555 !important;
}
/***********************************************/
.featured-bottom {
  background-image: url(../img/anasayfa-calisma-alanlarimiz-sb-bg3.png);
  background-size: cover;
  background-position:bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}
.featured-bottom h2 {
  color: #fff;
  font-weight: 700;
  font-size: 3em
}
#anasayfa-calisma-alanlarimiz-yazi {
  color: #ddd;
  width: 50%;
  margin-top: 3%;
}
/***********************************************/
/* Calisma Alanlarimiz Sayfa Ayarlari */
.view-id-calisma_alanlarimiz .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  text-align: left;
  gap: 1%;
  text-align: center;
}
#calisma-alani {
  background: #202020;
  min-height: 200px;
  padding: 20px 0 0;
  }
#calisma-alani-ikon {
  font-size: 3em;
  color: #fff;
  }
#calisma-alani-baslik a {
  font-weight: 700;
  font-size: 2em;
  text-decoration: none;
  color: #ddd;
}
#calisma-alani-baslik a:hover {
  text-decoration: underline;
}
/***********************************************/
/* Ekibimiz Grid 3 ve Sayfa Ayarlari */
.view-ekibimiz .view-content.row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
#ekip {
  text-align: center;
  margin:0 0 5%;
}
#ekip-baslik a {
  text-decoration: none;
  font-weight: 700;
  color: #000;
  font-size: 1.2em;
}
#ekip-gorsel img{
  filter: grayscale(1);
  transition: 0.2s all ease-in-out;
}
#ekip-gorsel {
  max-width: 360px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 1%;
}
#ekip-gorsel img {
  width: 100%;
  height: auto;
}
#ekip-gorsel img:hover {
  transition: 0.2s all ease-in-out;
  scale: 1.2;
}
/***********************************************/
/* Duyarli Ekran Ayarlari */
@media (max-width:767px) {
  .anasayfa-slogan {
      font-size: 1.5em;
  }
  #anasayfa-slogan-1 {
      bottom: 1.2em;
      left: 1%;
      right: initial;
  }
  #anasayfa-slogan-2 {
      bottom: 0.1em;
      right: initial;
      left: 1%
  }
  #anasayfa-blok-yazi{
      width: 100%;
      padding: 5% 5% 0 0;
      float: none;
  }
  #anasayfa-blok-gorsel{
      width: 90%;
      float: left;
  }
  #anasayfa-calisma-alanlarimiz-yazi {
      color: #ddd;
      width: 100%;
      margin-top: 3%;
  }
  .view-id-calisma_alanlarimiz .view-content {
      margin-bottom: 20%
  }
}
/***********************************************/