@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500');
body,html{
  font-family: 'El Messiri', sans-serif;
  height: 100%;
}
.anasayfa-wrap{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background: #fff;
  z-index: 2;
  min-height: 100%;
}
/*.anasayfa-wrap::before{
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://i2.wp.com/gokbeyk.com/wp-content/uploads/2019/09/food-photography.jpg?ssl=1);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  filter: blur(24px);
  background-color: #fff;
color:#222;

  background-position: center;
  background-attachment: fixed;
  
}
*/.anasayfa{
  z-index: 1;
  opacity: 1;
}
.anasayfa .logo{
  text-align: center;
  margin-bottom: 20px;
}
.anasayfa .logo a{
  display: inline-block;
  margin: auto;
}
.anasayfa .logo img{
  max-width: 400px;
}
.anasayfa .shadow-sm{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #222;
  border: 1px solid #ddd;
  transition: all ease 300ms;
  background: transparent !important;
  font-size: 40px;


}
.anasayfa .shadow-sm:hover{
  background: #333 !important;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
}
.genel-wrap{
  overflow: auto;
  height: unset;
}
.nav-wrap .nav{
   border: 1px solid #ddd;
    padding: 13px;
    border-radius: 6px;
    background: rgb(255 255 255 / 28%);
}
.nav-wrap .nav button small{
  display: block;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #6e1e1e;
}
.nav-wrap{}
.nav-wrap .tab-content{
  width: 100%;

}
.nav-wrap .tab-content .tab-pane{
  color: #222;
  font-size: 20px;
  width: 100%;
  padding: 13px;
  border-radius: 6px;
  background: rgb(255 255 255 / 28%);
  border: 1px solid #ddd;
}
.nav-wrap .table{
  width: 100%;
  font-weight: bold;
  margin-bottom: 0;
  color: #222;

}
.nav-wrap .table tr{
  border-bottom: 1px solid #ddd;
}
.nav-wrap .table tr.b0{
  border: 0;
}

.nav-wrap .table tr td{ border: 0;}
.nav-wrap .table tr:nth-last-child(1){
 border-bottom: 0px;
}
.nav-wrap .table tr td small{
  font-size: 13px;
  margin-top: -15px;
  display: block;;
}
.nav-wrap .table tr td:nth-child(1){
  width: 260px;
}
.alkollu-wrap .nav-wrap .table tr td:nth-child(1){
  width: 420px;
}
.nav-wrap .table tr td:nth-child(2){
  width: 10px;
}
.nav-wrap .table tr td:nth-child(3){}

@media (max-width: 1199.98px) {

 }
@media (max-width: 991.98px) { 
  .alkollu-wrap .nav-wrap .table tr td:nth-child(1){
    width: 230px;
  }
  .anasayfa .shadow-sm{
    font-size: 30px;
  }
}

@media (max-width: 767.98px) { 
  .nav-wrap{
    display: block !important;
  }
  .nav-wrap .nav{
    display: flex;
    flex-direction: row !important;
    overflow: scroll;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .nav-wrap .nav-link{
    float: left;
    display: block;
    font-size: 13px;
    width: 50%;
  }
  .anasayfa .logo img{
    max-width: 100%;
    width: 100%;
  }
  body{
    height: unset;
  }
  .nav-wrap .table tr td{
    font-size: 13px;
  }
  .nav-wrap .table tr th, .nav-wrap p{
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
 
  .nav-wrap .table tr td:nth-child(1) {
    width: 140px;
} 
  .nav-wrap .nav-link{
    width: 100%;
  }
  .alkollu-wrap .nav-wrap .table tr td:nth-child(1){
    width: 150px;
  }
  .anasayfa .shadow-sm {
    font-size: 19px;
    padding: 20px 10px !important;
    height: unset;
    margin-bottom: -20px !important;
  }
  .anasayfa-wrap{
    min-height: 100vh;
  }
}


