/* Kaydırma Çaubuğu */
::-webkit-scrollbar {
  width: 8px;
  background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
  background-color: #D6D6D6;
}

  ::-webkit-scrollbar-thumb:hover {
      background-color: #A5A5A5;
  }

  ::-webkit-scrollbar-thumb:active {
      background-color: #A5A5A5;
  }

body {
  background-color: white;
  font-family: 'Chakra Petch', sans-serif;
  color: black;
  font-size: 16px;
}

h1 {
  font-size: 24px;
}

p {
  font-size: 16px;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
.no-gutters{
	padding:0;
}
ul{
  margin: 0px;
  padding: 0px;
}

.font_title{
  font-family: 'Black Ops One', cursive!important;
}
.font_txt{
  font-family: 'Chakra Petch', sans-serif!important;
}
/*ALTSAYFALAR*/
.altsayfa_menu{
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
      background-image: linear-gradient(rgb(0, 0, 0), rgba(255,0,0,0))!important;
    background: none;
}
.altsayfa_menu .navbar-brand img{
  height: 60px;
}
.altsayfa_menu .navbar-collapse .navbar-nav li a{
    line-height: 1;
    color: #f6f9fa;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    position:relative;
}
.altsayfa_menu .navbar-collapse .navbar-nav li a::after{
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:1px;
    background-color:white;
    transition:ease-in-out .5s;
}
.altsayfa_menu .navbar-collapse .navbar-nav li a:hover::after{
    width:100%;
}
.altsayfa_menu .navbar-collapse .navbar-nav{
  margin-left: auto;
}

.banner_img img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
}
.banner_title_bg{
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 10%;
}
.banner_title_bg h1{
        font-size: 40px;
    line-height: 0.9;
    margin-bottom: 0px;
    color: white;
    font-weight: 700;
    text-align: left;
    width: 100%;
}
.banner_title_bg h2,
.banner_title_bg h2 p{
    font-size: 30px;
    line-height: 0.9;
    margin-top: 20px;
    color: white;
    font-weight: 400;
    text-align: left;
    display: block;
}
.banner_img{
  height: 70vh;
}
.content_bg{
  background-color: #f4f4f4;
  padding: 0px 10px;
  height: 64px;

}
.content_menu{
  margin-bottom: 100px;
  padding-left: 20px;
}
.content_pd{
  margin-top: 100vh;
}
.content_menu ul li{
  margin: 4px 15px;
  transition: ease-in-out .5s;
}
.content_menu ul li a{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  transition: ease-in-out .5s;
}
.content_menu ul li:hover a{
  color: red;
}
.container_bg{
  background-color: #f7f7f7;
  padding: 50px 100px;
}
.section_bg{
  padding: 50px;
  background-color: #ffffff;
  transform: translateY(-6%);
  width: 100%;
}
.page_link_menu {
    height: 50px;
    line-height: 50px;
    padding-left: 22px;
    color: #ffffff;
    background-color: #be0000;
    font-size: 18px;
}
.content_menu ul li .menu_active{
    color: #be0000;
}
.content_menu ul{
  box-shadow: 0px 2px 2px rgba(171, 171, 171, 0.5);
  padding: 15px 0px;
}
.page_link_menu i{
  margin-right: 10px;
}
.content_menu_active {
  position: relative;
}
.content_menu_active a{
  color: red!important;
}
.content_menu ul li{
  position: relative;
}
.content_menu ul li::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: red;
  transition: ease-in-out .5s;
}
.content_menu_active::after{
  width: 20%!important;
}
.header-solid {
    background: #000000;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.section_item{
	padding: 40px 0px;
}
.section_item .row_item{
	position: relative;
}
.section_item .row_item .img2{
	position: absolute;
	transform: translate(-50%,50%);
}
.row_item_title h2{
	font-size: 22px;
	font-weight: 500;
	color: #000000;
	margin:20px 0px;
}
/*
.hero .overlay .content_banner {
  
  margin: auto;
  transform-origin: left;
  animation: reveal 1s ease-in-out forwards;
}
.hero .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 3;
  animation: reveal 0.5s reverse forwards;
  animation-delay: 0.5s;
  transform-origin: left;
}
.hero .overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff0000;
  z-index: 2;
  animation: reveal 0.7s reverse forwards;
  animation-delay: 0.7s;
  transform-origin: left;
}
@keyframes reveal {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}*/
.sertifika_item{
  box-shadow: 0px 2px 3px rgba(0,0,0,.3);
  padding: 10px;
  transition: ease-in-out .5s;
}
.sertifika_item .sertifika_item_title{
  text-align: center;
}
.sertifika_item:hover{
  transform: translateY(-10px)
}
/*Subeler*/
.section_harita {
    transform: translateY(-15%);
}
.tab_harita span{
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  display: block;
}
.tab_harita ul li{
  margin: 7px 0px;
}
.tab_harita ul li a{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.tab_harita ul li i{
  margin-right: 15px;
  color: #ff0000;
}
.section_bg .nav-pills a{
  border-radius: 0px;
  color: #2d2d2d;
  font-weight: 500;
}
.section_bg .nav-pills .nav-link.active,
.section_bg .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff0000;
}
.iletisim_form_item{
  margin-top: 100px;
}

.iletisim_form_item .form-group label{
   font-size:16px;
   font-weight:400;
   padding-left:10px;
   margin-bottom:0px;
}
.iletisim_form_item .form-group input{
    box-shadow:none;
    border:none;
    border-bottom:1px solid rgba(112, 112, 112, 0.45);
    border-radius:0px;
    outline:0;
    transition:ease-in-out .5s;
    position:relative;
    padding:0px 10px;
}
.iletisim_form_item  .form-control:focus {
    border-color:#ff0000;
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}
.iletisim_form_item .form-group{
    margin-bottom:20px;
}
.iletisim_form_item .form-group textarea{
    margin-top:10px;
}
.btn_gonder {
    border: 1px solid #730000;
    border-radius: 0px;
    padding: 5px 30px;
    margin-right: auto;
    transition: ease-in-out .5s;
    margin-left: 5px;
    transition:ease-in-out .5s;
}
.btn_gonder:hover{
    background-color:#730000;
    color:#ffffff;
}
/*Urunler*/
.sectionx_bg{
  background-color: #ffffff;
  position: relative;
 padding-bottom: 150px;
}
.sectionx_bg::after{
  content: "";
  position: absolute;
  top: -100px;
  left: 0%;
  width: 100%;
  background-color: #ffffff;
  height: 100px;
}
.sectionx_bg .urun_item{
  transition: ease-in-out .5s;
  border: 1px solid #e5e5e5;
}
.sectionx_bg .urun_item img{
  width: 100%;
}
.sectionx_bg .urun_item:hover{
  -webkit-box-shadow: 0 0 20px 0 rgba(0,3,0,.25);
  -moz-box-shadow: 0 0 20px 0 rgba(0,3,0,.25);
  box-shadow: 0 0 20px 0 rgba(0,3,0,.25);
}
.sectionx_bg .urun_item .urun_item_title{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 20px;
  height: 88px;
}
.sectionx_bg .urun_list{
  padding-right: 20px;
}
.urun_list .urun_title{
  margin:0px 20px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.urun_detay_content{
	border: 1px solid #ececec;
    margin: 50px 20px;
    padding:10px;
    background: #f7f7f7;
}
.urun_detay_content .nav-tabs{
    margin-bottom:20px;
}
.tab-content{
	padding:0px 20px;
}
.section_harita .nav-pills {
    border: 1px solid #f1f1f1;
}
.urun_detay_bg .nav-tabs .nav-item .nav-link {
    color: #000000;
    background-color: transparent;
    border: none;
    font-weight: 500;
    transition: ease-in-out .5s;
}
.urun_detay_bg .nav-tabs .nav-item.show .nav-link, .urun_detay_bg .nav-tabs .nav-link.active {
    color: #be0000;
    background-color: transparent;
    border: none;
}
.urun_detay_bg .nav-tabs .nav-link:focus,
.urun_detay_bg .nav-tabs .nav-link:hover,
.urun_detay_bg .nav-tabs .nav-link,
.urun_detay_bg .nav-tabs {
    border: none;
}
.urun_detay_bg .nav-tabs .nav-link.active {
    position: relative;
}
.urun_detay_bg .nav-tabs .nav-link.active::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background-color: #be0000;
}
.urun_detay_content .nav-item:hover .nav-link{
	color: #be0000;
}
.containerx_bg{
	padding:0px 100px;
}
.containerx_bg .content_menu{
	/*padding-top: 100px;*/
    padding-top:25px;
}
.urun_detay_bg{
    padding:25px;
}
.containerx_bg .sectionx_bg {
    padding-bottom: 70px;
}
.containerx_bg .sectionx_bg::after {
    top: -50px;
    height: 50px;
}
.urun_detay_bg_title {
    margin-bottom: 50px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding-left: 22px;
    color: #2b2b2b;
    background-color: #f7f7f7;
    font-size: 18px;
}
.kariyer_form{
	padding:30px 50px;
}
/*KARİYER*/
.kariyer_form .cv-space{
	text-align: center;
}
.kariyer_form .cv-space label{
	padding: 10px 50px;
    border: 1px solid rgba(112, 112, 112, 0.45);
    margin-top: 14px;
    cursor:pointer;
}
.kariyer_title{
	font-size: 18px;
	font-weight: 500;
	margin: 20px 50px;
}
.kariyer_txt{
	font-size: 16px;
	font-weight: 400;
	margin: 5px 50px;
}
/*REferans*/
.section_bg nav .nav-item.nav-link{
    background-color:white;
    color:black;
}
.section_bg nav .nav-item.nav-link.active {
    background-color: red;
    color: #ffffff;
}
.section_bg nav .nav-item.nav-link {
    border-radius:0%;
}
.section_ref .nav-tabs {
    border: none;
}
.section_ref .nav-tabs .nav-item {
    margin-bottom: 0px;
}
.section_ref .tab-content .page_galery span{
    font-size:15px;
    font-weight:400;
    color:black;
    text-align:center;
    margin-top:10px;
    display:inline-block;
    width:100%;
    height:66px;
    padding:0px 10px;
}
.section_ref .tab-content .ref_img_item {
    text-align: center;
    border: 1px solid #cecece;
    margin: 15px 0px;
    transition:ease-in-out .5s;
}

.section_ref .tab-content .ref_img_item:hover{
    border-color:#be0000;
}

/*FOOTER*/
.footer_bg {
    padding: 50px 0px 0px;
    background-color: #000000;
}
.footer_item .footer_title{
	font-size: 16px;
    color: #efefef;
    margin-bottom: 10px;
    font-weight: 600;
}
.footer_ul ul li{
	margin: 3px;
	transition: ease-in-out .5s;
}
.footer_ul ul li a{
	color: #a4a5a7;
    font-size: 15px;
    font-weight: 400;
    transition: ease-in-out .5s;
}
.footer_ul ul li:hover{
	transform: translateX(10px);
}
.footer_ul ul li:hover a{
	color: #ffffff;
}
.footer_etiket{
	padding: 20px 0px 10px;
	margin-top: 20px;
	border-top: 1px solid #6a6a6b;
}
.footer_etiket .footer_item{
	color: #a4a5a7;
	font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}
.footer_etiket .footer_item a{
	color: #a4a5a7;
	font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}
.sectionx_bg .site_map{
    margin-left:15px;
}
.sectionx_bg .site_map ul li {
    display: inline-block;
    margin: 0px 5px;
}
.sectionx_bg .site_map ul li a,
.sectionx_bg .site_map ul li i {
    font-size: 16px;
    font-weight: 500;
    color: rgba(14, 14, 14, 0.44);
}
select.form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.45);
}
.banner_price_img{
    height:35vh;
}
.page_link_menu_block{
    display:none;
}
.alt_home_dil li{
    display:inline-block;
    margin:0px 5px;
}
.alt_home_dil li a,
.alt_home_dil li i{
    font-size:16px;
    color:#ffffff;
    font-weight:500;
}
.page_menu_margin {
    margin-top: 75px;
}
.menu_deskop{
    display:block;
}
.menu_mobil{
    display:none;
}
.iletisim_form_title{
    display:none;
}
.section_15 {
    transform: translateY(0%);
}
.ref_img_item {
    border: 1px solid #d2d2d2;
    text-align:center;
    margin-bottom:10px;
    padding: 10px;
    transition:ease-in-out .5s;
}
.ref_img_item:hover{
    border-color:#be0000;
}
/*Media*/
@media (max-width:1300px) {
    .section_item .row_item .img2{
        display:none;
    }
}
@media (max-width:1200px) {
    .content_menu ul li a {
        font-size: 14px;
    }
}
@media (max-width:992px) {
    .container_bg {
        background-color: #f7f7f7;
        padding: 50px 20px;
    }
    #scrollable{
        position:initial!important;
    }
    .page_link_menu_none{
        display:none;
    }
    .page_link_menu_block{
        display:block;
    }
    .content_ul{
        display:none;
    }
    .footer_item img{
        width:200px;
        margin-bottom:25px;
    }
    .footer_item_bg{
        padding:10px;
        border:1px solid rgba(112, 112, 112, 0.45);
        margin-bottom:15px;
    }
    .menu_mobil{
        display:block;
    }
    .menu_deskop{
        display:none;
    }
    .menu, .menu-bg, .menu-burger {
        position: fixed;
        width: 50px;
        height: 50px;
        font-size: 30px;
        text-align: center;
        border-radius: 100%;
        right: 25px;
        top: 13px;
    }
    .menu-bg {
        background: #730000;
        pointer-events: none;
        transition: .3s;
        right: 50px;
        top: 38px;
        transform: translate3d(50%, -50%, 0);
        transform-origin: center center;
    }
    .menu-bg.fs {
        transform: translate3d(50%, -50%, 0);
        width: 300vw;
        height: 500vw;
    }
    .menu-burger {
        color: white;
        padding-top: 11px;
        -webkit-user-select: none;
        cursor: pointer;
        transition: .4s;
        transform-origin: center;
        font-size:30px;
    }
    .menu-burger.fs {
        transform: rotate(-180deg) translateY(10px);
    }
    .menu-items {
        position: absolute;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 10px;
        color: white;
        width: 100%;
        text-align: center;
        opacity: 0;
        transition: .4s;
        transform: translateY(-200%);
        pointer-events: none;
        top: 40px;
    }
    .menu-items div {
        transition: 1s;
        opacity: 0;
        margin-top: 0px;
    }
    .menu-items.fs {
        transform: translateY(0);
        pointer-events: auto;
        opacity: 1;
    }
    .menu-items.fs div {
        opacity: 1;
        margin-top: 5px;
    }
    .menu_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    .navbar-brand {
        margin-left: 75px;
    }
    .navbar-brand img {
        width: 180px;
    }
    .menu_dil li {
        font-size: 20px;
        display: inline-block;
        letter-spacing: 3px;
    }
    a, a:hover {
        text-decoration-line: none;
    }
    .menu_dil li a {
        color: #ffffff;
    }
    .menu-items.fs div a {
        color: #ffffff !important;
    }
    .menu-items.fs:hover div a {
        opacity: .7;
    }
    .menu-items.fs div a:hover {
        opacity: 1;
    }
    .menu-items.fs div a.red {
        color: red !important;
        opacity: 1 !important;
    }
    .menu, .menu-burger {
        font-size: 23px;
        right: 25px;
        top: 7px;
    }
}
@media (max-width:767px) {
    .banner_title_bg h1 {
        font-size: 30px;
    }
    .banner_title_bg h2, .banner_title_bg h2 p {
        font-size: 20px;
    }
    .banner_img {
        height: 55vh;
    }
    .banner_title_bg {
        top: 24%;
    }
    .section_harita {
        transform: translateY(-5%);
    }
    .section_harita .nav-pills{
        margin-bottom:25px;
        border: 1px solid #c7c7c7;
    }
    .iletisim_form_item img{
        display:none;
    }
    .content_menu {
        padding:0px 20px;
    }
    .banner_img {
        height: 35vh;
    }
    .urun_detay_img{
        margin-bottom:25px;
    }
    .urun_detay_content {
        margin: 50px 0px;
    }
    .tab-content {
        padding: 0px;
    }
    .footer_etiket .footer_item{
        text-align:center!important;
    }
    .navbar-brand {
        margin-left: 0px;
    }
    .kariyer_txt {
        margin: 5px 10px;
    }
    .iletisim_form_item {
        margin-top: 25px;
    }
    .iletisim_form_title{
        padding:10px;
        background-color:#730000;
        text-align:center;
        font-size:16px;
        font-weight:500;
        color:white;
        display:block;
        margin-top:30px;
    }
    .navbar-brand img {
        width: 150px;
    }
}
@media (max-width:565px) {
    .container_bg {
        background-color: #f7f7f7;
        padding: 50px 10px;
    }
    .section_bg{
        padding:50px 10px;
    }
    .kariyer_form {
        padding: 0px 10px 30px;
    }
    .nav-tabs .nav-item {
        margin-bottom: -1px;
        width:100%;
    }
    .nav-tabs .nav-link.active::after {
        width: 100%;
    }
    .content_menu{
        margin:0px;
    }
    .urun_detay_bg {
        padding: 15px;
    }
    .urun_detay_bg_title,
    .urun_detay_ul {
        font-size: 14px;
    }
    .urun_container {
        padding: 50px 0px;
    }
    .banner_title_bg.mobil_txt{
        display:none;
    }
    .section_mobil_bg {
        transform: translateY(-2%);
    }
}


