body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
      font-family: "Poppins", sans-serif;
    font-weight: 400;

}


.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: 40%;
    padding: 10px;
  }
  
      .menubg .navbar .navbar-nav li a {
          font-size: 17px;
          color: #fff;
          position: relative;
          font-weight: 500;
          border-bottom: 1px solid transparent;
      }
  
  .menubg .navbar .navbar-nav .nav-item .nav-link {
      padding: 10px;  
  }
  
      .menubg .navbar .navbar-nav .nav-item .nav-link:hover {
          transition: transform .3s;
             color: #fff;
    background-color: #31aba1;
    border-radius: 5px;
    padding: 10px;
      }
  
  
      .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: #fff;
    background-color: #31aba1;
    border-radius: 5px;
    padding: 10px;
          }
  
  
  .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: #31aba1;
  }
  .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: #22566180;
    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: #31aba1;
  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: #31aba1;
  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: #31aba1;
  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: #31aba1;
  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;
}



.detailBtn
{
  display: inline-block;
  border-radius: 0;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #225661;
  text-decoration: none;
  transition: .5s;
  border:1px solid #225661;

}

.detailBtn:hover
{
  display: inline-block;
  border-radius: 0;
  padding: 10px 15px;
  text-align: center;
  color: #225661;
  background-color: #f6f6f6;
  text-decoration: none;
  transition: .5s;
  border:1px solid #225661;
}

.section1
{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 5rem 0px;
  background-color: #fff;
}

.section1 .section1-title
{
    font-size: 3.25rem;
    line-height: 1;
    color: #050505;
    font-weight: 600;
    margin-bottom: 20px;
}

.section1 .section1-imgbox
{
  width: 100%;
  position: relative;
  display: flex;
  gap: 15px;
}

.section1 .section1-imgbox .section1-imgbox1 img,.section1 .section1-imgbox .section1-imgbox2 img
{
  border-radius: 10px;
  width: 100%;
}

.section1 .section1-imgbox .section1-imgbox1 img
{
  margin-top: 20px;
}

.section1 .tecrubebox
{
  color: #fff;
  position: relative;
  border-radius: 15px;
  background-color: #2aaba1;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
}

.section1 .tecrubebox strong
{
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}


.section1 .tecrubebox span
{
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

.section1 .tecrubebox i
{
  font-size: 60px;
  color: #fff;
}


.section1 .section1-text strong
{
  font-size: 25px;
  font-weight: 600;
  color: #2aaba1;
}


.section1 .section1-text p
{
  font-size: 18px;
  font-weight: 300;
  color: #333;
  line-height: 1.8;
}


.section3
    {
        width: 100%;
        background-color: #1e1e2f;
        margin: 0;
        padding: 5rem 0px;
        position: relative;
        top: -150px;
        padding-top: 175px;
    }

.section3 ul
{
    list-style:none;
    padding:0;
    margin:15px 0;
}

    .section3 ul li {
        padding: 10px 0;
    }


.section3 .section3-title {
    font-size: 3.25rem;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    width: 40%;
}

    .section3 .section3-text
    {
        font-size: 1.25rem;
        line-height: 1.5;
        color: #ddd;
        font-weight: 200;
        margin-bottom: 20px;
    }

    .section3 .swiper-alan
    {
        padding: 1rem 0;
        width: 100%;
    }

  .section3 .swiper-alan  .swiper {
            margin-left: auto;
            margin-right: auto;
            position: relative;
            overflow: visible;
            list-style: none;
            padding: 0;
            z-index: 1;
            display: block;
        }

    .section3 .section3Box
           {
            padding: 0;
            margin: 30px 0;
            padding: 20px 0;
            width: 100%;
            display: block;
            position: relative;
            transition: .5s;
            border-bottom: 1px solid #585858;
           } 


    .section3 .section3Box:hover
           {
            transition: .5s;
            transform: translate(0px,-5px);
           } 

            .section3 .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 9;
}

.section3Box a
{
    color: #fff;
    text-decoration: none;
    display: inline-block;
}


           .section3date
           {
            color: #ededed;
            font-size: 16px;
            font-weight: 300;
            margin-bottom: 10px;
           }

           .section3text
           {
           position: relative;
           } 

              .section3text .section3title
              {
                    color: currentColor;
                    font-weight: 300;
                    line-height: 1.1;
                    margin: 40px 0;
                    font-size: 2rem;
              }



              
.section6
{
    position: relative;
    width: 100%;
    padding: 4rem 50px;
    margin: 0;
    overflow-x: hidden;
    background-color: #f6f6f6;
}

.section6 .proje-title
{
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}


.section6 .proje-text
{
    font-size: 25px;
    font-weight: 300;
    color: #3d3d3d;
}

    .section6 .swiper-alan
    {
        padding: 1rem 0;
        width: 100%;
    }

  .section6 .swiper-alan  .swiper {
            margin-left: auto;
            margin-right: auto;
            position: relative;
            overflow: visible;
            list-style: none;
            padding: 0;
            z-index: 1;
            display: block;
        }

    .section6 .section6Box
           {
            background-color: transparent;
            border-radius:10px;
            padding: 1.5rem 2rem;
            height: 485px;
            width: 100%;
            background-position: top;
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
            transition: .5s;
           } 


    .section6 .section6Box:hover
           {
            transition: .5s;
            transform: translate(0px,-5px);
           } 


           .section6Box::before
           {
           content: "";
           background-color: #000;
           width: 100%;
           height: 100%;
           position: absolute;
           left: 0;
           top: 0;
           opacity: 0.5;
               border-radius: 10px;
           } 


        .section6text
           {
           position: absolute;
           bottom: 30px;
            left: 25px;
           display: flex;
           flex-direction: column;
           } 

        .section6text .section6title
              {
                    color: currentColor;
                    font-weight: 300;
                    line-height: 1.1;
                    font-size: 2rem;
              }

              .section6 .swiper-pagination-bullet-active {
    background: #fff;
}
.section6 .swiper-pagination-bullet {
    background: #2aaba1;
    opacity: 1;
    transition: opacity 0.3s ease;
    width: 25px;
    height: 15px;
    border-radius: 10px;
}

.section6 .swiper-pagination {
    bottom: -40px !important;
}



.cta {
  position: relative;
  margin: auto;
  padding: 16px 22px;
  transition: all 0.2s ease;
      margin-top: 15px;
    display: inline-block;
    text-decoration: none;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #2aaba1;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.25em;
  vertical-align: middle;
  color: #000;
}
.cta i {
  position: relative;
  top: 0;
  margin-left: 10px;
  color: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #2aaba1;
}
.cta:hover i {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}



.cta2 {
  position: relative;
  margin: auto;
  padding: 16px 22px;
  transition: all 0.2s ease;
      margin-top: 15px;
    display: inline-block;
    text-decoration: none;
}
.cta2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #2aaba1;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta2 span {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.25em;
  vertical-align: middle;
  color: #fff;
}
.cta2 i {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta2:hover:before {
  width: 100%;
  background: #2aaba1;
}
.cta2:hover i {
  transform: translateX(0);
}
.cta2:active {
  transform: scale(0.96);
}



.section5
    {
        position: relative;
        width: 100%;
        margin: 0;
        background-color: #f6f6f6;
    }

    .section5 .section5Form
    {
        padding: 3rem;
        width:70%;
    }

    .section5Form-title
    {
        font-size: 2.5rem;
        font-weight: 200;
        line-height: 1.1;
        color: #31aba1;
        margin-bottom: 15px;
    }
.section5Form-text
{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    word-break: break-word;
    text-wrap: pretty;
    color: #000;
     margin-bottom: 15px;
}


.section5Form .btn-formsend
{
    color: #fff;
    background-color: rgb(56, 66, 100);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 64px;
    margin-top: 32px;
    padding: 14px 24px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    width:50%;
}


.section5Form .btn-formsend:hover
{
    color: #fff;
    background-color:   #4e5a85;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 64px;
    margin-top: 32px;
    padding: 14px 24px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
}



.sustainpage
{
    position: relative;
    width: 100%;
    padding: 5%;
    margin: 0;
    padding-top: 0;

}

.sustainpage .sustainability-title
{
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.sustainpage .sustainability-text p
{
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
}

 .sustainpage .stat-box-sustain img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
}

/*footer*/

.footer::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background-color:  #2aaba1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.footer {
  background-color: #2aaba1;
  overflow: hidden;
  padding: 0px 40px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-top: 5px;
}

.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: 16px;
  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: #9ee2ff;
}


.footer a
{
  color: #fff;
  text-decoration: none;
}

.socialDiv {
  display: flex !important;
  gap: 10px;
}

@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;
}
}

@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;
}


}



.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: 1.5rem;
    line-height: 1;
    font-weight: 200;
    width: 95%;
    margin-bottom: 20px;
}

.pageBannerText {
    position: relative;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    width: 75%;
}

.pageTextBox {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 75%;
    z-index: 10;
}


.pageSection {
    position: relative;
    padding: 5rem 0px;
    margin: 0;
    background-color: #f2f2f2;
}

.pageLeftBar {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 15px;
}

.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: #31aba1;
            border-left: .375rem solid #061e2f;
        }

            .leftBarul .leftbarli.activelink:hover {
                text-align: left;
                font-size: 1rem;
                line-height: 1.5rem;
                border-left: .375rem solid #31aba1;
                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: #fff;
            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;
    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;
    }

.blog-title {
    font-size: 3.25rem;
    font-weight: 200;
    color: #090f29;
    line-height: 1;
    margin-bottom: 15px;
}



.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.1;
        font-size: 2rem;
    }



.contactPage .contactTitle {
    font-size: 30px;
    color: #0e3d75;
    font-weight: bold;
    margin-bottom: 15px;
}

.contactPage h4 {
    font-size: 25px;
    color: #000;
    margin-bottom: 15px;
}

.contactPage a {
    text-decoration: none;
    color: #0e3d75;
}

.contactPage p {
    font-weight: 300;
    font-size: 16px;
}


.contactPage i {
    color: #000;
    font-size: 20px;
    margin-right: 10px;
}

