body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
      font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #f6f6f6;
}


.head-top
{
  position: relative;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ffffff3d;
}

.menubg {
    position: absolute;
    margin: 0px;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 999;
    font-weight: 400;
  }
  
  
  .menubg .navbar{
    position: relative;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all .5s;
  }
  .menubg .navbar.header{
    background-color: #fff;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    z-index: 99;
    top: 0px;
    border-bottom: 1px solid #efefef;
    position:fixed;
  }
  
  .menubg .navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
    width: 15%;
}
  
  .menubg .navbar .navbar-brand img{
    transition: ease-in-out .5s;
    width: 60%;
  }
  
      .menubg .navbar .navbar-nav li a {
          font-size: 16px;
          color: #fff;
          position: relative;
          font-weight: 500;
          border-bottom: 1px solid transparent;
      }
  
  .menubg .navbar .navbar-nav .nav-item .nav-link {
      padding: 0px 0px;  
  }
  
      .menubg .navbar .navbar-nav .nav-item .nav-link:hover {
          transition: transform .3s;
          color: #a31111;
      }
  
  
      .menubg .navbar.header .navbar-nav .nav-item .nav-link {
          color: #16181b;
          border-bottom: 1px solid transparent;
      }
  
          .menubg .navbar.header .navbar-nav .nav-item .nav-link:hover {
              color: #a31111;
          }
  
  
  .navbar .nav-item {
      position: relative;
      padding: 10px;
  }
  
  
  .lang-bar {
      font-weight: 400;
      margin:0px 5px;
      width: 17%;
      display: flex;
      justify-content: end;
      align-items: center;
  }
  
  .navbar.header .search-bar svg {
      fill: #000;
  }
  
  .navbar.header .lang-bar, .navbar.header .lang-bar a {
      color: #000;
     font-size: 20px;
  }
  
  .menubg .navbar-nav .nav-item.dropdown .dropdown-menu {
      background-color: #fff;
      display: block;
      visibility: hidden;
      opacity: 0;
      padding: 0px 10px;
  }
  
  .menubg .navbar-nav .nav-item.dropdown .dropdown-menu::after{
    content: "";
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
    left: 0;
    background-color: transparent;
  }
  
  .menubg .navbar-nav .nav-item +.megadrop
  {
      width: 100%;
      background-color: #16181b;
      position: absolute;
      left: 0;
      top: 0;
      display: none;
  }
  
  
  .menubg .navbar-nav .nav-item.dropdown .dropdown-menu li{
    padding: 3px 0px;
  }
  .menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item{
    color: #000;
    text-align: left;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    transition: ease-in-out .5s;
    padding:3px;
  }
  .menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover{
    background-color: transparent;
    transform: translateX(5px);
    color: #a31111;
  }
  .menubg .navbar-nav .nav-item.dropdown:hover .dropdown-menu{
    visibility: visible;
    opacity: 1;
  }
  
  .sticky 
  {
    border-bottom: 1px solid #ccc;
  -webkit-box-shadow:0px 6px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:0px 6px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:0px 6px 5px 0px rgb(142, 142, 142);
  }
  
  .logo-two {
      opacity: 0;
      visibility: hidden;
      display: none;
  }
  
  .fixed-top .logo-one {
      opacity: 0;
      visibility: hidden;
      display: none;
  }
  
  .fixed-top .logo-two {
      opacity: 1;
      visibility: visible;
      display: block;
  }
  
  @media all and (min-width: 992px) {
    .navbar .dropdown-menu-end{ right:0; left: auto;  }
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .nav-item:hover .nav-link{ color: #fff;  }
    .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
    .navbar .dropdown-menu.fade-up{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
  }

  
  
  /*/-/-/-/-/-//Mobil-Menu/-/-/-/-/-//*/
  
  .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      background-color: #16181b;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 80px;
  }
  
  .sidebar_active {
      width: 450px;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(1) {
      animation-delay: .5s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(2) {
      animation-delay: .7s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(3) {
      animation-delay: .9s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(4) {
      animation-delay: 1.1s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(5) {
      animation-delay: 1.2s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(6) {
      animation-delay: 1.3s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(7) {
      animation-delay: 1.4s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(8) {
      animation-delay: 1.5s;
  }
  #dismiss_mobil {
      position: absolute;
      top: 20px;
      right: 5%;
      font-size: 25px;
      color:#ffffff;
      cursor:pointer;
  }
  .accordion-menu {
      width: 100%;
  }
  .mobil_dropdown_content .dropdown-item:focus, .dropdown-item:hover {
      color: #16181b;
      text-decoration: none;
      background-color: transparent;
  }
  .dropdownlink {
      cursor: pointer;
      display: block;
      font-size: 18px;
      color: #ffffff;
      font-weight:700;
      position: relative;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      padding:5px;
  }
  .dropdownlink i {
      position: absolute;
      top: 6px;
      left: 16px;
  }
  .dropdownlink .fa-chevron-down {
      right: 10px;
      left: auto;
  }
  .submenuItems {
      display: none;
  }
  .submenuItems a {
      display: block;
      color: #727272;
      padding: 12px 12px 12px 45px;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
  }
  .mobil_dropdown_content{
      padding-top:20px;
  }
  .submenuItems a:hover {
      color: #fff;
  }
  .sidenav_ul ul {
      margin-bottom: 0px;
  }
  .sidenav_ul ul li {
      padding: 5px 5px;
  }
  .sidenav_ul ul li a {
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      padding: 5px;
      white-space: nowrap
  }
  ul.submenuItems {
      margin-top: 15px;
  }
  .nav_mobil_bg .accordion-menu {
      background: transparent;
  }
  .sidenav_ul ul li .mobil_link {
      white-space: nowrap
  }
  .sidenav_ul ul li a::after {
      display: none;
  }
  .sidenav_ul .dropdown-menu {
      width: 100%;
      box-shadow: none;
      border: none;
  }
  .accordion-menu ul li {
      padding: 5px;
  }
  .mobil_social li {
      display: inline-block;
      padding: 5px !important;
      border-bottom: none !important;
  }
  .sidenav_ul ul li .mobil_link span {
      font-size: 18px;
      font-weight: 500;
      padding-left: 5px;
  }
  .overlay_mobil_bg {
      position: fixed;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.4);
      z-index: 999;
      display: none;
      transition: all 0.5s ease-in-out;
      top: 0;
  }
  .overlay_mobil_bg_active {
      display: block;
      opacity: 1;
  }
  .wrapper-menu {
    width: 30px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
  }
  .wrapper-menu.open {
    transform: rotate(-45deg);  
  }
  .line-menu {
    background-color: #c81a21;
    width: 100%;
    height: 4px;
  }
  .line-menu.half {
    width: 50%;
  }
  .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
  }
  .open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
  }
  .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
  }
  .menubg .navbar.header .line-menu {
    background-color: #cc1c22;
    width: 100%;
    height: 4px;
  }
  .menubg .navbar.header .line-menu.half {
    width: 50%;
  }
  .menubg .navbar.header .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
  }
  .menubg .navbar.header .open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
  }
  .menubg .navbar.header .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
  }
  
  .mobil_menu .menu_lang {
      animation-delay: .5s;
      display: inline-block;
      margin-bottom: 0;
  }
  .mobil_social {
      animation-delay: 1.5s;
  }
  .mobil_social li,
  .mobil_menu .menu_lang li {
      display: inline-block;
      padding: 5px;
  }
  .navbar_mobil_bg{
      display:none;
  }
  #mobil_btn{
      display:none
  }
  @media(max-width:991px){
    #mobil_btn {
      display: block;
    }
    .deskop_menu .navbar .navbar-brand img {
      max-height: 60px;
    }
  }
  @media(max-width:565px){
    .sidebar_active {
        width: 70%;
    }
     .deskop_menu .navbar .navbar-brand img {
      max-height: 60px;
      position:absolute;
      left:10px;
      top:10px;
    }
  
  }
  
  .banneralan
  {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  
#main-carousel {
    position: relative;
  }

  #main-carousel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0e3b8557;
    z-index: 9;
  }

  
  #main-carousel h5 {
    font-size: 3rem;
    font-weight: 600;
      font-family: "Poppins", sans-serif;
    -webkit-animation: leftToRight 1s ease-in-out .5s;
            animation: leftToRight 1s ease-in-out .5s;
            color: #fff;
  }

  #main-carousel h5 span {
    font-size: 3rem;
    font-weight: 600;
      font-family: "Poppins", sans-serif;
    -webkit-animation: leftToRight 1s ease-in-out .5s;
            animation: leftToRight 1s ease-in-out .5s;
            color: #fff;
  }
  
  #main-carousel h2 {

    font-size: 1.5rem;
      font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    -webkit-animation: topToBottom 1s linear .3s;
            animation: topToBottom 1s linear .3s;
            color: #fff;
  }
  
  #main-carousel .carousel-caption {
    right: 15%;
    bottom: unset;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(0%);
    text-align: left;
    z-index: 990;
}
  
  #main-carousel .carousel-control-next,
  #main-carousel .carousel-control-prev {
    top: 50%;
    bottom: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 2rem;
    background-color:rgb(255 255 255 / 15%);
    padding: 5px;
    -webkit-transition: 5s all;
    transition: 5s all;
    text-decoration: none;
    z-index: 99;
    transition: .5s;
  }

  #main-carousel:hover .carousel-control-next,
  #main-carousel:hover .carousel-control-prev
  {
    opacity: 1;
    transition: .5s;
  }

  #main-carousel .carousel-control-next {
    right: 3%;
  }

  #main-carousel .carousel-control-prev {
    left: 3%;
  }
  
  
  #main-carousel .btn-info {
    background: transparent;
    border: 0;
    font-size: 1rem;
    position: relative;
    padding: 20px 0 0;
    margin: 20px 0 0;
    color: #fff;
  }
  
  #main-carousel .btn-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 3px;
    background-color: #fff;
    transition: .5s;
  }

  #main-carousel .btn-info:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: .5s;
  }
  

  @-webkit-keyframes leftToRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-80px);
              transform: translateX(-80px);
    }
    80% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: .7;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  
  @keyframes leftToRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-80px);
              transform: translateX(-80px);
    }
    80% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: .7;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  
  @-webkit-keyframes topToBottom {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
    }
    80% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      opacity: .7;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  
  @keyframes topToBottom {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
    }
    80% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      opacity: .7;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  
  .header-number {
    display: flex;
    align-items: center;
}

.header-number i {
  font-size: 19px;
  color: #a31111;
  background: rgba(255, 255, 255, 0.1);
  width: 46px;
  height: 45px;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
}

.header-number div a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

 .social-icons {
  padding: 4px 3px;
  margin-right: 3px;
}

.social-icons ul {
  padding: 0;
  margin: 0;
  line-height: 0;
}


.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 18px;
  position: relative;
}

 .social-icons li a {
  color: #fff;
  font-size: 18px;
  width: auto;
  height: auto;
  line-height: 1;
  display: inline-block;
  text-align: center;
  margin: 0;
  border: 0;
  background: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}


 .social-icons li::before {
  position: absolute;
  top: 8px;
  right: -23px;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #a31111;
  border-radius: 100px;
}

 .search-icon a {
  width: 35px;
  background: rgba(255, 255, 255, 0.1);
  height: 35px;
  line-height: 37px;
  border-radius: 100px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 13px;
}


.offcanvas-header .btn-close2
 {
  position: absolute;
  right: 30px;
  top: 25px;
  border:0;
  outline: 0;
  background-color: transparent;
 }

 .offcanvas-header .btn-close2 i
 {
  color: #a31111;
  font-size: 25px;
 }

 .offcanvas-title {
  font-size: 25px;
  
}
 
.search-container {
  width: 100%;
  display: block;
  margin: 0 auto;
}

  .search-container input#search-bar {
      margin: 0 auto;
      width: 100%;
      height: 70px;
      padding: 0 10px;
      font-size: 1rem;
      border: 1px solid #00000021;
      outline: none;
      margin-top: 20px;
  }

      .search-container input#search-bar:focus {
          border: 1px solid #008abf;
          transition: 0.35s ease;
          color: #008abf;
      }

          .search-container input#search-bar:focus::-webkit-input-placeholder {
              transition: opacity 0.45s ease;
              opacity: 0;
          }

          .search-container input#search-bar:focus::-moz-placeholder {
              transition: opacity 0.45s ease;
              opacity: 0;
          }

          .search-container input#search-bar:focus:-ms-placeholder {
              transition: opacity 0.45s ease;
              opacity: 0;
          }

.search-icon2 {
  position: relative;
  float: right;
  top: -51px;
  right: 20px;
  color: #a31111;
  font-size: 25px;
}



.searchSide {
  position: fixed;
  transition: .3s;
  top: 0;
  left: 0;
  height: 70vh;
  width: 100%;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchText {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  background-color: #f9f9f9;
  padding: 20px;
}

.searchList
{
  padding: 0;
  position: relative;
  margin: 0;
  list-style: none;
}

.searchList li 
{
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}

.searchList li a
{
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: .5s;
}

.searchList li a:hover
{
  color: #2c2d2e;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: .5s;
}

.searchList li a i
{
  color: #008abf;
  font-size: 18px;
}


/*Hakkımızda*/

.aboutPages
{
  position: relative;
  width: 100%;
  padding: 100px 0;
  margin: 0;
}

.aboutPages .aboutTitle
{
  color: #222;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}

.aboutPages .aboutText
{
  color: #2c2d2e;
  font-size: 18px;
  font-weight: 300;
}

.aboutPages ul
{
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

.aboutPages ul li
{
  padding: 5px 0;
  font-size: 18px;
  font-weight: 300;
}

.aboutPages ul li i
{
  color: #a31111;
  font-size: 14px;
}

.aboutPages .aboutImgBox
{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutPages .aboutImgBox::before
{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #22222278;
  border-radius: 10px;
}


.aboutPages .aboutImgBox .aboutImg
{
  width: 100%;
      border-radius: 10px;
}

.detailBtn
{
  display: inline-block;
  border-radius: 0;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #222;
  text-decoration: none;
  transition: .5s;
  border:1px solid #222;

}

.detailBtn:hover
{
  display: inline-block;
  border-radius: 0;
  padding: 10px 15px;
  text-align: center;
  color: #222;
  background-color: #f6f6f6;
  text-decoration: none;
  transition: .5s;
  border:1px solid #222;
}


.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #a31111;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #a31111;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
	border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*Haberler*/
.newsPages
{
  position: relative;
  width: 100%;
  padding: 100px 0;
  margin: 0;
}

.newsPages .newsPageTitle
{
  color: #222;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.newsPages .newsBox
{
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.newsPages .newsBox .newsImgBox
{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
      border-radius: 10px;
}

.newsPages .newsBox .newsImgBox::before
{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #22222259;
  z-index: 9;
}

.newsPages .newsBox .newsImgBox .rightIcon
{
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  z-index: 99;
  padding: 10px 15px;
  opacity: 0;
  transition: .5s;
}

.newsPages .newsBox:hover .newsImgBox .rightIcon
{
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  z-index: 99;
  padding: 10px 15px;
  opacity: 1;
  transition: .5s;
}

.newsPages .newsBox .newsImgBox .rightIcon i
{
  color: #222;
  font-size: 20px;
}

.newsPages .newsBox .newsImgBox img
{
  transform: scale(1);
  transition: 1s;
}

.newsPages .newsBox:hover .newsImgBox img
{
  transform: scale(1.1);
  transition: 1s;
}

.newsPages .newsDate
{
  font-size: 14px;
  font-weight: 300;
  color: #727272;
  margin-bottom: 10px;
}

.newsPages .newsDate i
{
  color: #8d1210;
}

.newsPages .newsTitle
{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 12px;
  z-index: 9;
  position: relative;
  color: #222;
  text-decoration: none;
}

/*Kariyer*/

.kariyerPages
{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.kariyerPages::before
{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0.9;
}


.kariyerFormBox
{
  background-color: #fff;
  padding: 50px;
  margin: 0;
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.kariyerText
{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.kariyerTitle
{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.karText
{
  font-size: 18px;
  font-weight: 300;
  color: #dbdbdb;
}

.kariyerForm .form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/*İhracat*/
.ihracatPages
{
  position: relative;
  width: 100%;
  padding: 10% 0;
  margin: 0;
  background-color: #fff;
  background-image: url(../images/harita.png);
  background-position: 97% 70%;
  background-repeat: no-repeat;
  background-size: 49% auto;
}


.ihracatPages .ihracatTitle
{
  color: #222;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ihracatPages .ihracatText
{
  font-size: 20px;
  font-weight: 400;
  color: #727272;
}

/*Ürünlerimiz*/

.productPages
{
  position: relative;
  width: 100%;
  padding: 100px 0;
  margin: 0;
  background-color: #222;
  background-image: url(../images/background_02.png);
  background-position: 90% 70%;
  background-repeat: no-repeat;
  background-size: 110% auto;
}

.productPages a
{
  text-decoration: none;
}

.productPagesTitle
{
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.productPagesText
{
  font-size: 20px;
  font-weight: 300;
  color: #dbdbdb;
  text-align: center;
}


.productBox
{
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-bottom: 40px;
  transition: .5s;
  transform: translate(0px,0px);
  margin-top: 50px;
  border-radius: 10px;
  height: 49vh;
}

.productBox:hover
{
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-bottom: 40px;
  transition: .5s;
  transform: translate(0px,-10px);
}

.productBox .productImgBox
{
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 250px;
  margin-bottom: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.productBox .productImgBox::before
{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background-color: #22222233;
  z-index: 9;
      border-radius: 10px;
}

.productBox .productImgBox img{
  width: 100%;
}

.productBox .productImgBox .rightIcon
{
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  z-index: 99;
  padding: 10px 15px;
  opacity: 0;
  transition: .5s;
  top: 38%;
  left: 41%;
}

.productBox:hover .productImgBox .rightIcon
{
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  z-index: 99;
  padding: 10px 15px;
  opacity: 1;
  transition: .5s;
  top: 38%;
  left: 41%;
}

.productBox .productImgBox .rightIcon i
{
  color: #222;
  font-size: 20px;
}


.productBox .productBoxTitle
{
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0px 20px;
}

.productBox .productBoxText
{
  font-size: 16px;
  font-weight: 300;
  color: #2c2d2e;
  padding: 0px 20px;
}

.productSwiper .swiper-pagination
 {
    position: relative;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin-top: 35px;
}

.productSwiper .swiper-pagination-bullet {
    width: 30px;
    height: 15px;
    border-radius: 10px !important;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.productSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #be1717 !important;
}



.productpage
{
    position: relative;
    width: 100%;
    padding: 0px 100px 100px 100px;
}

.productpage .product-title
{
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}


.productbox
{
    border-radius: 10px;
    border:1px solid #ededed;
    width: 100%;
    padding:40px 15px;
    height: 100%;
    position: relative;
}

.productbox .productbox-title
{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.productbox .productbox-text
{
    font-size: 18px;
    font-weight: 300;
    color: #616161;
    margin-bottom: 20px;
}

.productbox .detailbtn
{
    background-color: #790909;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: 20px;
}

.productbox .detailbtn i
{
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.productbox::after
{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: .5s;
    z-index: -1;
}

.productbox:hover::after
{
    content: "";
    width: 100%;
    height: 0%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: .5s;
    z-index: -1;
}


.productbox::before
{
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: .5s;
    z-index: -1;
}

.productbox:hover::before
{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #790909;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: .5s;
    z-index: -1;
}

.productbox:hover .detailbtn
{
    background-color: #fff;

}
.productbox:hover .detailbtn i
{
color: #790909;
}

.productbox:hover .productbox-title
{
    color: #fff;
}

.productbox:hover .productbox-text
{
    color: #fff;
}
    

/*footer*/

.footer::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background-color:  #595959;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.footer {
  background-color: #595959;
  overflow: hidden;
  padding: 0px 40px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.primary-footer {
  position: relative;
  z-index: 99;
  padding-top: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.primary-footer-btm {
  margin-top: 40px;
}

.primary-footer-btm>[class*='col-']:first-child {
  padding-left: 0;
}

.primary-footer-btm>[class*='col-'] {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 20px 10px 20px;
}

.primary-footer-btm>[class*='col-']:last-child {
  padding-right: 0;
  border-right: none;
}

.secondary-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  color: #ffffff;
  font-size: 15px;
  position: relative;
}

.footer-widget {
  color: #ffffff;
  margin-bottom: 0;
}

.footer h5 {
  position: relative;
  color: #fff;
}

.footer ul
{
  list-style: none;
  padding: 0;
  position: relative;
}

.footer ul li
{
  padding: 5px 0;
}

.footer ul li a
{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.footer i
{
  color: #bebebe;
}


.footer a
{
  color: #fff;
  text-decoration: none;
}

.socialDiv {
  display: flex !important;
  gap: 10px;
}


.pageBanner {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #141212;
}

    .pageBanner::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #00000054;
        z-index: 9;
    }

.pageBannerimg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.pageBannerTitle {
    position: relative;
    color: #fff;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 200;
    width: 100%;
    margin-bottom: 20px;
}

.pageBannerText {
    position: relative;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    width: 60%;
}

.pageTextBox {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 10;
}


.pageSection {
    position: relative;
    padding: 5rem 0px;
    margin: 0;
    background-color: #f2f2f2;
}

.pageLeftBar {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.leftBarul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #d0d3d6;
    border-top-right-radius: .375rem;
    border-top-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

    .leftBarul .leftbarli {
        text-align: left;
        font-size: 1rem;
        line-height: 1.5rem;
        border-left: .375rem solid #fff;
        background-color: #fff;
        transition: .2s;
        margin-bottom: 1px;
    }

        .leftBarul .leftbarli:hover {
            text-align: left;
            font-size: 1rem;
            line-height: 1.5rem;
            transform: translate(0.375rem, -6px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
            box-shadow: 0 16px 35px -12px rgba(0, 0, 0, .25), 0 8px 21px -9px rgba(0, 0, 0, .3);
            border-bottom-right-radius: .375rem;
            border-bottom-left-radius: .375rem;
            transition: .2s;
        }


        .leftBarul .leftbarli.activelink {
            text-align: left;
            font-size: 1rem;
            line-height: 1.5rem;
            background-color: #ededed;
            border-left: .375rem solid #970d1c;
        }

            .leftBarul .leftbarli.activelink:hover {
                text-align: left;
                font-size: 1rem;
                line-height: 1.5rem;
                border-left: .375rem solid #970d1c;
                transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
                box-shadow: none;
            }

        .leftBarul .leftbarli a {
            text-decoration: none;
            color: #000;
            font-size: 1rem;
            line-height: 1.5rem;
            text-align: left;
            padding: 1rem;
            width: 100%;
            height: 100%;
            display: block;
        }

        .leftBarul .leftbarli.activelink a {
            text-decoration: none;
            color: #000;
            font-size: 1rem;
            line-height: 1.5rem;
            text-align: left;
            padding: 1rem;
            width: 100%;
            height: 100%;
            display: block;
        }

.rich-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

    .rich-text .page-title {
        color: #090f29;
        font-weight: 300;
        line-height: 1.1;
        font-size: 2rem;
        margin-bottom: 20px;
    }



    .rich-text p, .rich-text ul li {
        font-size: 1rem;
        line-height: 1.5rem;
        word-break: break-word;
        text-wrap: pretty;
    }

    .rich-text ul {
        list-style-type: disc;
        padding-left: 1.5rem;
    }

    .rich-text :first-child {
        margin-top: 0;
    }

.sertifika-title
{
    font-size:30px;
    margin-bottom:20px;
    font-weight:600;
    color:#000;
}

.sertifika-text
{
    font-size:17px;
    font-weight:300;
    line-height:1.5;
}




.BlogBox {
    background-color: transparent;
    border-radius: 10px;
    padding: 1.5rem 2rem;
    height: 350px;
    width: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: .5s;
}


    .BlogBox:hover {
        transition: .5s;
        transform: translate(0px,-5px);
    }


    .BlogBox::before {
        content: "";
        background-color: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.5;
        border-radius: 15px;
    }

.BlogBoxtext {
    position: absolute;
    bottom: 30px;
    left: 25px;
    display: flex;
    flex-direction: column;
}

    .BlogBoxtext .BlogBoxtitle {
        color: #fff;
        font-weight: 300;
        line-height: 1.5;
        font-size: 1.5rem;
    }


.blogTopBox {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    width: 100%;
}

.blogBanner {
    width: 100%;
    position: relative;
    padding: 30px 100px;
    margin-top: 50px;
}

    .blogBanner .blogTitle {
        font-size: 3.5rem;
        line-height: 1;
        color: #000;
        font-weight: 200;
    }

.blogBannerimg {
    width: 100%;
    position: relative;
    padding: 30px 100px;
}

    .blogBannerimg img {
        border-radius: 20px;
    }

.blog-title {
    font-size: 3.25rem;
    font-weight: 200;
    color: #090f29;
    line-height: 1;
    margin-bottom: 15px;
}

.swiper-alan .swiper-pagination-bullet {
    background: #a31111; /* Beyaz renk */
    opacity: 1;
    transition: opacity 0.3s ease;
    width: 30px;
    height: 15px;
    border-radius: 5px;
}

/* Aktif pagination bullet */
.swiper-alan .swiper-pagination-bullet-active {
    background: #ccc;
}


.swiper-alan .swiper-pagination {
    position: relative;
    z-index: 10;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top:20px;
}
    .contactPage .contactTitle {
    font-size: 30px;
    color: #c51f29;
    font-weight: bold;
    margin-bottom: 15px;
}

.contactPage h4 {
    font-size: 25px;
    color: #000;
    margin-bottom: 15px;
}

.contactPage a {
    text-decoration: none;
    color: #841f25;
}

.contactPage p {
    font-weight: 300;
    font-size: 16px;
}


.contactPage i {
    color: #000;
    font-size: 20px;
    margin-right: 10px;
}


.formkariyer .form-control {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formkariyer .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 15px 25px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formSend {
    border-radius: 0px !important;
    border: 1px solid #841f25 !important;
    background-color: #fff !important;
    color: #841f25 !important;
    font-size: 16px;
    transition: .5s;
    width: 100%;
    padding: 15px 25px !important;
}


    .formSend:hover {
        border-radius: 0px !important;
        border: 1px solid #841f25 !important;
        background-color: #841f25 !important;
        color: #fff !important;
        font-size: 16px;
        transition: .5s;
        width: 100%;
        padding: 15px 25px !important;
    }

.formTitle {
    font-size: 45px;
    color: #0069b4;
    margin-bottom: 30px;
}

.formText p {
    font-size: 20px;
    font-weight: 300;
    color: #3a3a3d;
    line-height: inherit;
}

.proimgsize
{
    width:40%;
    border-radius:15px;
}

.brosur {
    width: 90%;
    text-decoration: none;
    display: block;
    margin-top: 5px;
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
}

.brosur a
{
    color:#000;
    text-decoration:none;
    font-size:18px;
    font-weight:400;
}

.brosur a i
{
    color:#222;
    margin-right:5px;
    font-size:22px;
}

.urunProdSlide
{
    width:100%;
    height:200px;
    border-radius:15px;
    overflow:hidden;
}

.urunProdSlide img
{
    object-fit:cover;
    width:100%;
    height:100%;
    border-radius:15px;
}

.teklifbtn {
    background-color: #841f25;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition: .5s;
}

.teklifbtn:hover {
    background-color: #a31111;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition:.5s;
}


.documentbg
{
    border-radius:10px;
    background-color:#f7f7f7;
    border:1px solid #ededed;
    width:100%;
    position:relative;
    margin-top:15px;
    margin-left:20px;
    padding:20px;
}




@media all and (max-width: 1440px) {
    .lang-bar {
    width: 22%;
}

.navbar.header .lang-bar, .navbar.header .lang-bar a {
  color: #000;
  font-size: 16px;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  align-items: center;
}

    .productBox {
        height: 80vh;
    }

}

@media all and (max-width: 1192px)
{
  .social-icons li {
    margin: 0 8px;
}

  .social-icons li::before {
    right: -12px;
    content: "";
}

#main-carousel .carousel-control-next, #main-carousel .carousel-control-prev {
  width: 50px;
  height: 50px;
  font-size: 1rem;
}

#main-carousel h5 {
  font-size: 2rem;
}

.aboutPages .aboutTitle {
  font-size: 25px;
}

.aboutPages .aboutText {
  font-size: 16px;
}

.aboutPages ul li {
  font-size: 16px;
}

.productBox {
  height: 100%;
  padding-bottom: 10px;
  margin-top: 30px;
}

.ihracatPages .ihracatTitle {
  font-size: 35px;
}

.ihracatPages .ihracatText {
  font-size: 18px;
}

.newsPages .newsTitle {
  font-size: 18px;
  line-height: 25px;
}


}


@media all and (max-width: 992px)
{
  #main-carousel .carousel-control-next, #main-carousel .carousel-control-prev {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: .5rem;
}

#main-carousel h5 {
  font-size: 1rem;
}

#main-carousel h2 {
  display: none;
}

#main-carousel .btn-info {
  font-size: .5rem;
  padding: 5px 0 0;
  margin: 5px 0 0;
}
.logo-one img{
  max-width: 100px !important;
}

.header-number i {
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 38px;
}

.header-number div a {
  font-size: 14px;
}

.lang-bar {
  display: none;
}

#mobil_btn {
  position: absolute;
  top: 15px;
  right: 40px;
}

.menubg .navbar-brand {
  width: 40%;
}

.aboutPages {
  padding: 50px 0;
}

.aboutPages .aboutTitle {
  font-size: 20px;
}

.aboutPages .aboutText {
  font-size: 15px;
  margin-bottom: 20px;
}

.aboutPages ul li {
  font-size: 15px;
}

.productPages {
  padding: 50px 0;
}

.productPagesTitle {
  font-size: 25px;
}

.productPagesText {
  font-size: 15px;
}

.productSearchBox {
  width: 90%;
  padding: 10px 0;
}

.productBox {
  padding-bottom: 20px;
  margin-top: 20px;
}

.productBox .productBoxTitle {
  margin-bottom: 10px;
  padding: 0px 15px;
}

.productBox .productBoxText {
  font-size: 15px;
  padding: 0px 15px;
}

.ihracatPages {
  padding: 5% 0;
  background-size: 100% auto;
}

.ihracatPages .ihracatTitle {
  font-size: 25px;
  margin-bottom: 15px;
}

.ihracatPages .ihracatText {
  font-size: 17px;
}

.kariyerPages {
  padding: 50px 0;
}

.kariyerFormBox {
  padding: 20px;
}

.kariyerForm .form-control {
  padding: 10px 10px;
  font-size: 0.8rem;
}

.newsPages {
  padding: 50px 0;
}

.newsPages .newsPageTitle {
  font-size: 25px;
}

.newsPages .newsTitle {
  font-size: 18px;
  line-height: 25px;
}

.primary-footer-btm>[class*='col-'] {
  border-right: 0;
}


}