@font-face {
  font-family: DINBold;
  src: url(../fonts/DINBold.ttf);
}

@font-face {
  font-family: DINProBold;
  src: url(../fonts/DINPro-Bold.otf);
}

@font-face {
  font-family: DINProLight;
  src: url(../fonts/DINPro-Light.otf);
}

@font-face {
  font-family: DINLight;
  src: url(../fonts/DINLight.ttf);
}

@font-face {
  font-family: DINProMedium;
  src: url(../fonts/DINPro-Medium.otf);
}

@font-face {
  font-family: DINMedium;
  src: url(../fonts/DINMedium.ttf);
}

@font-face {
  font-family: DINConBlack;
  src: url(../fonts/DINPro-CondBlack.otf);
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: DINMedium;
  background-color: #ECECEC;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  body {
    font-size: 16px;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

.container {
  width: 1660px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .container {
    width: 80%;
  }
}

.container-full {
  width: 100%;
}

.light-text {
  font-family: DINLight;
}

.light-text-pro {
  font-family: DINProLight;
}

.medium-text {
  font-family: DINMedium;
}

.medium-text-pro {
  font-family: DINProMedium;
}

.gray-medium-text {
  font-family: DINMedium;
  color: #899596;
}

.gray-medium-text-pro {
  font-family: DINMedium;
  color: #899596;
}

.bold-text {
  font-family: DINBold;
}

.bold-text-pro {
  font-family: DINProBold;
}

.line {
  width: 2px;
}

.top-black-line {
  width: 100%;
  height: 55px;
  background-color: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-black-line .mobile-menu-icon {
  padding-left: 20px;
  display: inline-block;
}

.top-black-line .mobile-menu-icon img {
  width: 25px;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  .top-black-line .mobile-menu-icon {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .top-black-line {
    display: none;
  }
}

.bottom-black-line {
  width: 100%;
  height: 55px;
  background-color: #000;
  position: relative;
}

.section-title {
  padding-top: 115px;
  padding-bottom: 115px;
}

.section-title h2 {
  font-size: 47px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .section-title h2 {
    font-size: 27px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .section-title h2 {
    font-size: 37px;
  }
}

.white-line {
  width: 100%;
  height: 60px;
  background-color: #FFF;
  display: none;
}

.item-info-wrapper {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 3px;
  left: 0;
}

.item-info-wrapper .item-info {
  width: 100%;
  height: 100%;
  padding: 15px 45px 0 45px;
  color: white;
  position: relative;
  background: rgba(90, 90, 96, 0.83);
}

.item-info-wrapper .item-info .title {
  color: white;
}

.item-info-wrapper .item-info .desc {
  color: #BECCCC;
}

.input-item {
  width: 455px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}

@media only screen and (max-width: 468px) {
  .input-item {
    width: 100%;
  }
}

.mobile-menu-area {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: block;
  z-index: 100;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  overflow-y: scroll;
}

.mobile-menu-area .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}

.mobile-menu-area .wrapper a {
  color: #000;
}

.mobile-menu-area .wrapper .mobile-menu-members {
  margin-bottom: 30px;
}

.mobile-menu-area .wrapper .mobile-menu-members ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding-left: 15px;
  margin-top: 30px;
}

.mobile-menu-area .wrapper .mobile-menu-nav ul .mobile-nav-element {
  border-bottom: 1px solid #ECECEC;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile-menu-area .wrapper .mobile-menu-nav ul .mobile-nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
}

.mobile-menu-area .wrapper .logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu-area .wrapper .logo img {
  width: 290px;
  height: auto;
}

.mobile-menu-area .menu-close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  z-index: 200;
}

.mobile-menu-area .menu-close img {
  width: 25px;
  height: auto;
}

header {
  position: relative;
  height: auto;
}

header .navbar-area {
  width: 100%;
  height: auto;
  padding-top: 35px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

header .navbar-area .main-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  header .navbar-area .main-nav-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header #main-navbar-area {
  background-color: #FFF;
}

@media only screen and (max-width: 1024px) {
  header #main-navbar-area {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1660px) {
  header #main-navbar-area {
    background-color: #FFF;
  }
}

header .subpage-navbar-area {
  background-color: #FFF;
}

@media only screen and (max-width: 1024px) {
  header .subpage-navbar-area {
    display: none;
  }
}

header .header-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

header .header-area .main-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  header .header-area .main-nav-list {
    gap: 5px;
  }
}

header .header-area .main-nav-list .main-nav-link {
  color: #FFF;
  position: relative;
  padding: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 15px;
}

header .header-area .main-nav-list .main-nav-link:hover {
  color: #899596;
}

header .header-area .main-nav-list .black-link {
  color: #000;
}

header .header-area .main-header-text {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 37px;
}

@media only screen and (max-width: 480px) {
  header .header-area .main-header-text {
    font-size: 18px;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  header .header-area .main-header-text {
    font-size: 25px;
    padding-top: 150px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  header .header-area .main-header-text {
    font-size: 33px;
    padding-top: 250px;
  }
}

@media only screen and (max-width: 1024px) {
  header .header-area .main-header-text {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1660px) {
  header .header-area .main-header-text {
    text-shadow: 0 0 2px #fff;
  }
}

header .header-area .black-header-text {
  color: #000;
}

header .header-area .subpage-header-text {
  z-index: 1;
  padding-left: 0;
}

header .header-area .subpage-header-text h1 {
  font-size: 44px;
  color: #000;
  padding-top: 205px;
}

@media only screen and (max-width: 768px) {
  header .header-area .subpage-header-text h1 {
    font-size: 18px;
    padding-top: 50px;
    text-shadow: 0 0 2px #fff;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  header .header-area .subpage-header-text h1 {
    font-size: 20px;
    padding-top: 50%;
    text-shadow: 0 0 2px #fff;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  header .header-area .subpage-header-text h1 {
    padding-top: 270px;
    font-size: 30px;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1800px) {
  header .header-area .subpage-header-text h1 {
    padding-top: 150px;
  }
}

header .header-area .subpage-header-text .white-title {
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  header .header-area .subpage-header-text {
    font-size: 24px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  header .header-area .subpage-header-text {
    padding-left: 0;
  }
}

header .header-area #right-white-header-text h1 {
  color: #FFF;
}

@media only screen and (min-width: 1024px) {
  header .header-area #right-white-header-text {
    width: 100%;
    padding-left: 0;
    padding-right: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

header .main-header-area .swiper {
  width: 100%;
  height: 100%;
}

header .main-header-area .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

header .main-header-area .swiper .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

header .main-header-area .swiper .swiper-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1660px) {
  header .main-header-area .swiper .swiper-slide .slide-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

header .main-header-area .swiper .swiper-slide .member-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  bottom: 95px;
  color: #FFF;
  width: 42px;
  height: 117px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .main-header-area .swiper .swiper-slide .member-login:hover {
  background-color: #FFF;
  color: #000;
}

@media only screen and (max-width: 1024px) {
  header .main-header-area .swiper .swiper-slide .member-login {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  header .main-header-area .swiper .swiper-slide .member-login {
    bottom: 25%;
    font-size: 14px;
    height: 90px;
  }
}

header .main-header-area .swiper .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

@media only screen and (max-width: 1024px) {
  header .main-header-area .swiper .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  header .main-header-area .swiper .container {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
  }
}

header .main-header-area .swiper .swiper-button-next, header .main-header-area .swiper .swiper-button-prev {
  color: #000;
}

@media only screen and (max-width: 1024px) {
  header .main-header-area .swiper .swiper-button-next, header .main-header-area .swiper .swiper-button-prev {
    display: none;
  }
}

header .main-header-area .swiper .swiper-pagination {
  display: none;
}

header .main-header-area .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  background-color: #000;
  border: 1px solid #FFF;
  border-radius: 0;
}

@media only screen and (max-width: 1024px) {
  header .main-header-area .swiper .swiper-pagination {
    display: block;
  }
}

header .subpage-header-area .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1360px) {
  header .subpage-header-area .container {
    height: auto;
  }
}

header .subpage-header-area .header-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

header .subpage-header-area .header-bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1500px) {
  header .subpage-header-area {
    width: 100%;
    height: unset;
    position: unset;
    top: unset;
    left: unset;
    z-index: unset;
  }
}

header #hakkimizda-header-area {
  height: 100%;
}

header #hakkimizda-header-area #hakkimizda-header-text {
  width: 100%;
  z-index: 1;
}

header #hakkimizda-header-area #hakkimizda-header-text .text-content {
  width: 480px;
  float: right;
  text-align: center;
}

header #hakkimizda-header-area #hakkimizda-header-text .text-content p {
  font-size: 20px;
  margin-top: 35px;
}

@media only screen and (max-width: 468px) {
  header #hakkimizda-header-area #hakkimizda-header-text .text-content p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 468px) {
  header #hakkimizda-header-area #hakkimizda-header-text .text-content h1 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 468px) {
  header #hakkimizda-header-area #hakkimizda-header-text .text-content h1 {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 469px) and (max-width: 768px) {
  header #hakkimizda-header-area #hakkimizda-header-text .text-content h1 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  header #hakkimizda-header-area #hakkimizda-header-text .text-content h1 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 992px) {
  header #hakkimizda-header-area #hakkimizda-header-text .text-content {
    width: 100%;
    float: unset;
  }
}

@media only screen and (max-width: 1500px) {
  header #hakkimizda-header-area #hakkimizda-header-text {
    padding-bottom: 100px;
  }
}

header #hakkimizda-header-area .header-bg {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1500px) {
  header #hakkimizda-header-area {
    display: none;
  }
}

header .haberler-header {
  z-index: -1;
}

header .haberler-header .header-bg {
  z-index: -1;
}

#main-page-header {
  height: 932px;
}

@media only screen and (max-width: 480px) {
  #main-page-header {
    height: 280px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  #main-page-header {
    height: 350px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #main-page-header {
    height: 450px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  #main-page-header {
    height: 630px;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1600px) {
  #main-page-header {
    height: 830px;
  }
}

@media only screen and (max-width: 1024px) {
  #main-page-header .main-nav {
    display: none;
  }
}

header .logo img {
  width: 320px;
  height: auto;
}

.subpage-header {
  height: 616px;
  margin-bottom: 50px;
  overflow-y: hidden;
}

.subpage-header .navbar-area {
  padding-top: 20px;
}

.subpage-header .navbar-area .container {
  display: block;
  position: relative;
}

@media only screen and (max-width: 1360px) {
  .subpage-header .navbar-area .container {
    width: 95%;
  }
}

@media only screen and (min-width: 1361px) and (max-width: 1800px) {
  .subpage-header .navbar-area .container {
    width: 90%;
  }
}

.subpage-header .navbar-area .subpage-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.subpage-header .navbar-area .subpage-nav-list .list-item {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.subpage-header .navbar-area .subpage-nav-list .list-item .subpage-nav-link {
  color: #000;
  font-size: 15px;
  padding-bottom: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.subpage-header .navbar-area .subpage-nav-list .list-item .subpage-nav-link:hover {
  color: #899596;
}

@media only screen and (max-width: 1200px) {
  .subpage-header .navbar-area .subpage-nav-list .list-item .subpage-nav-link {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1765px) {
  .subpage-header .navbar-area .subpage-nav-list .list-item .subpage-nav-link {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1400px) {
  .subpage-header .navbar-area .subpage-nav-list .list-item {
    padding-left: 0;
    padding-right: 0;
  }
}

.subpage-header .navbar-area .subpage-nav-list .dropdown-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  opacity: 0;
}

.subpage-header .navbar-area .subpage-nav-list .dropdown-wrapper .dropdown-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  opacity: 0;
}

.subpage-header .navbar-area .subpage-nav-list .dropdown-wrapper .dropdown-list .dropdown-list-item a {
  display: block;
  background-color: rgba(245, 245, 245, 0.8);
  padding: 10px 5px 10px 5px;
  font-size: 12px;
  color: #000;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.subpage-header .navbar-area .subpage-nav-list .dropdown-wrapper .dropdown-list .dropdown-list-item a:hover {
  background-color: #c1c1c1;
}

.subpage-header .navbar-area .subpage-nav-list .dropdown-wrapper:hover::after {
  opacity: 1;
  visibility: visible;
}

.subpage-header .navbar-area .subpage-nav-list .dropdown-wrapper:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
}

.subpage-header .navbar-area .nav-member-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 35px;
}

.subpage-header .navbar-area .nav-member-area .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-left: 10px;
}

.subpage-header .navbar-area .nav-member-area .member-list .member-area-link {
  color: #000;
  font-family: DINProBold;
  font-size: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.subpage-header .navbar-area .nav-member-area .member-list .member-area-link:hover {
  color: #899596;
}

@media only screen and (max-width: 1024px) {
  .subpage-header .navbar-area .nav-member-area {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .subpage-header .navbar-area {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .subpage-header .logo {
    display: none;
  }
}

.subpage-header .logo {
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1500px) {
  .subpage-header {
    height: auto;
    overflow-y: visible;
  }
}

#hakkimizda-header {
  height: 100vh;
  overflow-y: hidden;
}

@media only screen and (max-width: 1024px) {
  #hakkimizda-header {
    height: unset;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  #hakkimizda-header {
    height: unset;
    margin-bottom: 70px;
  }
}

#hakkimizda-header .hakkimizda-mobil-area {
  background-color: #FFF;
  padding-bottom: 70px;
}

#hakkimizda-header .hakkimizda-mobil-area .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#hakkimizda-header .hakkimizda-mobil-area .text-content {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .subpage-main {
    margin-top: 30%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .subpage-main {
    margin-top: 15%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  #mesajimiz-var-main {
    margin-top: 20%;
  }
}

main .content-frame {
  background-color: #FFF;
  padding: 45px;
}

main .main-bizibizden {
  margin-top: -95px;
  position: relative;
}

main .main-bizibizden .content-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .main-bizibizden .content-frame .text-area {
  text-align: center;
  width: 50%;
  padding-left: 45px;
  padding-right: 45px;
}

main .main-bizibizden .content-frame .text-area h3 {
  font-size: 47px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  main .main-bizibizden .content-frame .text-area h3 {
    font-size: 27px;
  }
}

main .main-bizibizden .content-frame .text-area h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

main .main-bizibizden .content-frame .text-area p {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1600px) {
  main .main-bizibizden .content-frame .text-area {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
  }
}

main .main-bizibizden .content-frame .img-area {
  width: 50%;
}

main .main-bizibizden .content-frame .img-area img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  main .main-bizibizden .content-frame .img-area {
    width: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  main .main-bizibizden .content-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}

@media only screen and (max-width: 1360px) {
  main .main-bizibizden {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 1361px) and (max-width: 1600px) {
  main .main-bizibizden {
    margin-top: 35px;
  }
}

main .main-router-area {
  background-color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
}

main .main-router-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .main-router-area .container .router-area-link {
  text-align: center;
}

main .main-router-area .container .router-area-link .router-area-item .text {
  color: #899596;
  margin-top: 15px;
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  main .main-router-area .container .router-area-link .router-area-item .text {
    font-size: 15px;
  }
}

main .main-router-area .container .line {
  height: 78px;
  background-color: #D3D6D7;
}

@media only screen and (max-width: 768px) {
  main .main-router-area .container .line {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  main .main-router-area .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}

main .text-section {
  padding-top: 111px;
  padding-bottom: 115px;
}

main .text-section .container {
  text-align: center;
}

main .text-section .container .title {
  font-size: 47px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  main .text-section .container .title {
    font-size: 27px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main .text-section .container .title {
    font-size: 37px;
  }
}

main .text-section .container p {
  margin-top: 15px;
}

main .main-info-area {
  background-color: rgba(90, 90, 96, 0.5);
  padding-top: 55px;
  padding-bottom: 55px;
}

main .main-info-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .main-info-area .container .info-area-item {
  text-align: center;
  color: #FFF;
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  main .main-info-area .container .info-area-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}

main .main-info-area .container .info-area-item .title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  main .main-info-area .container .info-area-item .text {
    font-size: 14px;
  }
}

main .main-info-area .container .info-area-item .genc-yetenek-title {
  margin-top: 30px;
}

main .main-info-area .container .line {
  height: 170px;
  background-color: #FFF;
  margin-top: auto;
}

@media only screen and (max-width: 1024px) {
  main .main-info-area .container .line {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  main .main-info-area .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

main .main-aymi-neler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
}

main .main-aymi-neler .img {
  width: 50%;
}

main .main-aymi-neler .img img {
  width: 100%;
  max-height: 781px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  main .main-aymi-neler .img {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  main .main-aymi-neler .img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

main .main-aymi-neler .text {
  width: 50%;
  padding-right: 100px;
  padding-left: 100px;
}

@media only screen and (min-width: 1025px) and (max-width: 1480px) {
  main .main-aymi-neler .text {
    padding-right: 50px;
    padding-left: 50px;
  }
}

main .main-aymi-neler .text .title h2 {
  font-size: 47px;
}

@media only screen and (max-width: 1024px) {
  main .main-aymi-neler .text .title h2 {
    font-size: 27px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1750px) {
  main .main-aymi-neler .text .title h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  main .main-aymi-neler .text .title {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1400px) {
  main .main-aymi-neler .text .title {
    text-align: center;
  }
}

main .main-aymi-neler .text .gray-medium-text-pro {
  margin-top: 25px;
  margin-bottom: 15px;
}

main .main-aymi-neler .text li {
  position: relative;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1025px) and (max-width: 1480px) {
  main .main-aymi-neler .text li {
    margin-bottom: 0;
  }
}

main .main-aymi-neler .text li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #899596;
}

@media only screen and (max-width: 1024px) {
  main .main-aymi-neler .text {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  main .main-aymi-neler {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .main-ik {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
}

main .main-ik .text-area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .main-ik .text-area .top-text {
  font-size: 47px;
}

@media only screen and (max-width: 1024px) {
  main .main-ik .text-area .top-text {
    font-size: 27px;
  }
}

main .main-ik .text-area .bottom-text {
  font-family: DINConBlack;
  font-size: 64px;
  color: #FF2951;
}

@media only screen and (max-width: 1024px) {
  main .main-ik .text-area .bottom-text {
    font-size: 27px;
  }
}

@media only screen and (max-width: 1024px) {
  main .main-ik .text-area {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

main .main-ik .link-img-area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

main .main-ik .link-img-area .top-link-img-area, main .main-ik .link-img-area .bottom-link-img-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

main .main-ik .link-img-area .top-link-img-area .link-img {
  width: calc(100% / 3);
}

main .main-ik .link-img-area .bottom-link-img-area .link-img {
  width: calc(100% / 2);
}

main .main-ik .link-img-area .link-img {
  position: relative;
  display: inline-block;
}

main .main-ik .link-img-area .link-img .img {
  width: 100%;
}

main .main-ik .link-img-area .link-img .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

main .main-ik .link-img-area .link-img .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(90, 90, 96, 0.8);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .main-ik .link-img-area .link-img .img-overlay .text {
  text-align: center;
  line-height: 25px;
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  main .main-ik .link-img-area .link-img .img-overlay .text {
    font-size: 14px;
  }
}

main .main-ik .link-img-area .link-img .odul-img {
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 0;
}

@media only screen and (max-width: 468px) {
  main .main-ik .link-img-area .link-img .odul-img img {
    width: 50px;
    height: auto;
  }
}

@media only screen and (min-width: 469px) and (max-width: 768px) {
  main .main-ik .link-img-area .link-img .odul-img img {
    width: 70px;
    height: auto;
  }
}

@media only screen and (max-width: 1024px) {
  main .main-ik .link-img-area {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  main .main-ik {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

main .text-img-area .container, main .text-img-area .container-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

main .text-img-area .img-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

main .text-img-area .img-text .img {
  width: 50%;
}

main .text-img-area .img-text .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  main .text-img-area .img-text .img {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1450px) {
  main .text-img-area .img-text .img {
    height: auto;
  }
}

main .text-img-area .img-text .text {
  width: 50%;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main .text-img-area .img-text .text h2 {
  font-size: 47px;
}

@media only screen and (max-width: 1024px) {
  main .text-img-area .img-text .text h2 {
    font-size: 27px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1750px) {
  main .text-img-area .img-text .text h2 {
    font-size: 30px;
  }
}

main .text-img-area .img-text .text .desc {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

@media only screen and (max-width: 1024px) {
  main .text-img-area .img-text .text {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

main .text-img-area .img-text .is-basvurusu-text {
  padding-right: 75px;
  padding-left: 75px;
}

@media only screen and (max-width: 1024px) {
  main .text-img-area .img-text .is-basvurusu-text {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1750px) {
  main .text-img-area .img-text .is-basvurusu-text {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

main .text-img-area .img-text .bizi-bizden-text {
  padding-left: 200px;
  padding-right: 200px;
}

@media only screen and (max-width: 1024px) {
  main .text-img-area .img-text .bizi-bizden-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  main .text-img-area .img-text .bizi-bizden-text {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  main .text-img-area .img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

@media only screen and (max-width: 1024px) {
  main .text-img-area .right-img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

main .text-img-area #vision-mission .text {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

main .basari-oykuleri {
  margin-top: 75px;
}

main .basari-oykuleri .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

main .basari-oykuleri .container .item {
  width: calc(100% / 3);
  height: auto;
}

main .basari-oykuleri .container .item .item-img-info {
  width: 100%;
}

main .basari-oykuleri .container .item .item-img-info .item-img {
  width: 100%;
  position: relative;
}

main .basari-oykuleri .container .item .item-img-info .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .basari-oykuleri .container .item .item-img-info .item-img .item-info-wrapper .item-info::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: rgba(90, 90, 96, 0.83);
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
  z-index: 1;
}

@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  main .basari-oykuleri .container .item .item-img-info .item-img .item-info-wrapper {
    font-size: 14px;
  }
}

main .basari-oykuleri .container .item .item-desc {
  width: 100%;
  height: 200px;
  background-color: #FFF;
  padding: 40px;
  margin-top: -3px;
  position: relative;
  font-size: 14px;
}

main .basari-oykuleri .container .item .item-desc .item-router {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  background-color: #ECECEC;
}

@media only screen and (min-width: 1024px) and (max-width: 1750px) {
  main .basari-oykuleri .container .item .item-desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  main .basari-oykuleri .container .item {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1750px) {
  main .basari-oykuleri .container .item {
    width: 40%;
  }
}

@media only screen and (max-width: 1024px) {
  main .basari-oykuleri .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1750px) {
  main .basari-oykuleri .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main .basari-oykuleri .container .overlay-link:hover .item-desc {
  background-color: red;
}

main .yan-haklar #yan-haklar-wrapper {
  background-color: #FFF;
  padding: 45px;
}

main .yan-haklar #yan-haklar-wrapper .yan-haklar-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}

main .yan-haklar #yan-haklar-wrapper .yan-haklar-info .yan-haklar-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

main .yan-haklar #yan-haklar-wrapper .yan-haklar-info .yan-haklar-items .item {
  width: calc(100% / 4);
  background-color: rgba(90, 90, 96, 0.5);
  text-align: center;
  color: #FFF;
  padding-right: 55px;
  padding-left: 55px;
  padding-top: 45px;
  padding-bottom: 45px;
}

main .yan-haklar #yan-haklar-wrapper .yan-haklar-info .yan-haklar-items .item .title {
  margin-top: 5px;
  margin-bottom: 10px;
}

main .yan-haklar #yan-haklar-wrapper .yan-haklar-info .yan-haklar-items .item .icon {
  height: 85px;
}

@media only screen and (max-width: 1024px) {
  main .yan-haklar #yan-haklar-wrapper .yan-haklar-info .yan-haklar-items .item {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main .yan-haklar #yan-haklar-wrapper .yan-haklar-info .yan-haklar-items .item {
    width: 45%;
  }
}

@media only screen and (max-width: 1024px) {
  main .yan-haklar #yan-haklar-wrapper .yan-haklar-info .yan-haklar-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main .yan-haklar #yan-haklar-wrapper .yan-haklar-info .yan-haklar-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  main .yan-haklar #yan-haklar-wrapper {
    padding: 15px;
  }
}

main .yan-haklar .yan-haklar-banner {
  width: 100%;
}

main .yan-haklar .yan-haklar-banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  main .yan-haklar .text-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

main .ise-alim-performans .text-img-area .container-full {
  width: 100%;
  gap: 0;
}

main .ise-alim-performans .text-img-area .container-full .img-text {
  gap: 0;
}

main .ise-alim-performans .text-img-area .container-full h2 {
  font-size: 31px;
}

@media only screen and (max-width: 1024px) {
  main .ise-alim-performans .text-img-area .container-full h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1340px) {
  main .ise-alim-performans .text-img-area .container-full h2 {
    font-size: 25px;
  }
}

main .ise-alim-performans .text-img-area .container-full .ise-alim-performans-text {
  padding-right: 125px;
  padding-left: 125px;
}

@media only screen and (max-width: 1024px) {
  main .ise-alim-performans .text-img-area .container-full .ise-alim-performans-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1340px) {
  main .ise-alim-performans .text-img-area .container-full .ise-alim-performans-text {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

main #ik-surecleri-text .container {
  width: 910px;
}

@media only screen and (max-width: 1024px) {
  main #ik-surecleri-text .container {
    width: 90%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  main #ik-surecleri-text .container {
    width: 80%;
  }
}

main #ik-surecleri-text h5 {
  font-size: 20px;
}

main .odullerimiz .odullerimiz-banner {
  position: relative;
  width: 100%;
  z-index: -1;
}

main .odullerimiz .odullerimiz-banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

main .odullerimiz .odullerimiz-banner .odullerimiz-banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
}

main .odullerimiz .odullerimiz-banner .odullerimiz-banner-text h2 {
  font-size: 47px;
}

@media only screen and (max-width: 1024px) {
  main .odullerimiz .odullerimiz-banner .odullerimiz-banner-text h2 {
    font-size: 27px;
  }
}

main .odullerimiz .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: -47px;
}

main .odullerimiz .container .wrapper-odul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

main .odullerimiz .container .wrapper-odul .item-odul {
  width: calc(100% / 3);
  text-align: center;
}

main .odullerimiz .container .wrapper-odul .item-odul .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 110px;
  padding-left: 110px;
  height: 130px;
  background-color: #A3A3A6;
  color: #FFF;
}

main .odullerimiz .container .wrapper-odul .item-odul .desc {
  height: 195px;
  background-color: #FFF;
  padding-right: 50px;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  main .odullerimiz .container .wrapper-odul .item-odul {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  main .odullerimiz .container .wrapper-odul .item-odul {
    width: 550px;
  }
}

@media only screen and (max-width: 1800px) {
  main .odullerimiz .container .wrapper-odul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1024px) {
  main .odullerimiz .container {
    margin-top: -10px;
  }
}

main #bize-katilmalisin {
  margin-top: 115px;
}

main #bize-katilmalisin .container-full {
  gap: 0;
}

main #bize-katilmalisin .container-full .img-text {
  gap: 0;
}

main #bize-katilmalisin .container-full .img-text .text {
  padding-left: 90px;
  padding-right: 90px;
}

@media only screen and (max-width: 1024px) {
  main #bize-katilmalisin .container-full .img-text .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

main #kariyer-yolculuklari .container {
  gap: 15px;
}

main #kariyer-yolculuklari .container .img-text {
  gap: 10px;
}

main #kariyer-yolculuklari .container .img-text .img {
  position: relative;
}

main #kariyer-yolculuklari .container .img-text .img .item-info-wrapper {
  bottom: 0;
  height: 160px;
}

main #kariyer-yolculuklari .container .img-text .img .item-info-wrapper .item-info {
  padding: 50px 45px 0 45px;
}

@media only screen and (max-width: 1380px) {
  main #kariyer-yolculuklari .container .img-text .img .item-info-wrapper .item-info .title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1380px) {
  main #kariyer-yolculuklari .container .img-text .img .item-info-wrapper .item-info .desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1380px) {
  main #kariyer-yolculuklari .container .img-text .img .item-info-wrapper .item-info {
    padding: 15px;
  }
}

@media only screen and (max-width: 1380px) {
  main #kariyer-yolculuklari .container .img-text .img .item-info-wrapper {
    height: auto;
  }
}

main #kariyer-yolculuklari .container .img-text .kariyer-yolculugu-text {
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

main #kariyer-yolculuklari .container .img-text .kariyer-yolculugu-text .top-icon {
  position: absolute;
  left: 60px;
  top: 25px;
  width: 73px;
}

main #kariyer-yolculuklari .container .img-text .kariyer-yolculugu-text .top-icon img {
  width: 73px;
}

@media only screen and (max-width: 1380px) {
  main #kariyer-yolculuklari .container .img-text .kariyer-yolculugu-text .top-icon img {
    width: 33px;
  }
}

@media only screen and (max-width: 1380px) {
  main #kariyer-yolculuklari .container .img-text .kariyer-yolculugu-text .top-icon {
    width: 33px;
    top: 15px;
  }
}

main #kariyer-yolculuklari .container .img-text .kariyer-yolculugu-text .bottom-icon {
  position: absolute;
  right: 60px;
  bottom: 25px;
  width: 73px;
}

main #kariyer-yolculuklari .container .img-text .kariyer-yolculugu-text .bottom-icon img {
  width: 73px;
}

@media only screen and (max-width: 1380px) {
  main #kariyer-yolculuklari .container .img-text .kariyer-yolculugu-text .bottom-icon img {
    width: 33px;
  }
}

@media only screen and (max-width: 1380px) {
  main #kariyer-yolculuklari .container .img-text .kariyer-yolculugu-text .bottom-icon {
    width: 33px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 1380px) {
  main #kariyer-yolculuklari .container .img-text .kariyer-yolculugu-text p {
    font-size: 14px;
  }
}

main #projelerimiz .container {
  gap: 15px;
}

main #projelerimiz .container .img-text {
  gap: 10px;
}

@media only screen and (max-width: 1024px) {
  main #projelerimiz .container .img-text {
    gap: 0;
  }
}

main #degerlerimiz .text h3 {
  font-size: 31px;
}

@media only screen and (max-width: 1024px) {
  main #degerlerimiz .text h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main #degerlerimiz .text h3 {
    font-size: 25px;
  }
}

main .degerlerimiz-video {
  margin-bottom: 75px;
  margin-top: 50px;
}

main .degerlerimiz-video .container {
  background-color: #FFF;
  padding-bottom: 50px;
}

main .degerlerimiz-video .container .video-wrapper {
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 45px;
}

@media only screen and (max-width: 1024px) {
  main .degerlerimiz-video .container .video-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
}

main .degerlerimiz-video .container .video-text {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  main .degerlerimiz-video .container .video-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

main .degerlerimiz-video .container .video-text h2 {
  font-size: 47px;
}

@media only screen and (max-width: 1024px) {
  main .degerlerimiz-video .container .video-text h2 {
    font-size: 27px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main .degerlerimiz-video .container .video-text h2 {
    font-size: 37px;
  }
}

main .degerlerimiz-video .container .video-text p {
  margin-top: 15px;
}

main .haberler {
  margin-top: -95px;
  z-index: 10;
}

main .haberler .container {
  background-color: #FFF;
  padding-bottom: 50px;
}

main .haberler .container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px;
}

@media only screen and (min-width: 1200px) {
  main .haberler .container .swiper-slide {
    height: 762px;
  }
}

main .haberler .container .swiper-slide .haber-text {
  width: 33.3%;
  padding-left: 45px;
  padding-right: 45px;
  background-color: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .haberler .container .swiper-slide .haber-text .title {
  font-size: 23px;
}

@media only screen and (max-width: 1200px) {
  main .haberler .container .swiper-slide .haber-text .title {
    font-size: 18px;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1380px) {
  main .haberler .container .swiper-slide .haber-text .title {
    font-size: 18px;
    padding-top: 15px;
  }
}

main .haberler .container .swiper-slide .haber-text .desc {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1200px) {
  main .haberler .container .swiper-slide .haber-text .desc {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1380px) {
  main .haberler .container .swiper-slide .haber-text .desc {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  main .haberler .container .swiper-slide .haber-text {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1380px) {
  main .haberler .container .swiper-slide .haber-text {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 1381px) and (max-width: 1660px) {
  main .haberler .container .swiper-slide .haber-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

main .haberler .container .swiper-slide .haber-router {
  color: #FFF;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 45px;
  background-color: #000;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

main .haberler .container .swiper-slide .haber-router:hover {
  background-color: #899596;
}

@media only screen and (max-width: 1380px) {
  main .haberler .container .swiper-slide .haber-router {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1381px) and (max-width: 1660px) {
  main .haberler .container .swiper-slide .haber-router {
    font-size: 15px;
  }
}

main .haberler .container .swiper-slide .haber-img {
  width: 66.7%;
}

main .haberler .container .swiper-slide .haber-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  main .haberler .container .swiper-slide .haber-img {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  main .haberler .container .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 35px;
  }
}

main .haberler .container .swiper-button-next, main .haberler .container .swiper-button-prev {
  color: #000;
}

@media only screen and (max-width: 1200px) {
  main .haberler .container .swiper-button-next::after, main .haberler .container .swiper-button-prev::after {
    font-size: 20px;
  }
}

main .haberler .container .haberler-list-area .haberler-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 75px;
  padding-left: 75px;
}

main .haberler .container .haberler-list-area .haberler-list .item {
  width: 296px;
  border: 1px solid lightgray;
  margin-bottom: 15px;
  position: relative;
}

main .haberler .container .haberler-list-area .haberler-list .item .img {
  width: 100%;
}

main .haberler .container .haberler-list-area .haberler-list .item .img img {
  width: 100%;
}

main .haberler .container .haberler-list-area .haberler-list .item .item-body {
  width: 100%;
  height: 330px;
  padding-right: 25px;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .haberler .container .haberler-list-area .haberler-list .item .item-body .item-header .title {
  margin-top: 25px;
  margin-bottom: 10px;
}

main .haberler .container .haberler-list-area .haberler-list .item .item-body .item-header .desc {
  font-size: 12px;
  width: 100%;
  max-height: 115px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

main .haberler .container .haberler-list-area .haberler-list .item .item-body .item-footer .haber-detail-router {
  font-size: 13px;
}

main .haberler .container .haberler-list-area .haberler-list .item .item-body .item-footer .haber-detail-router a {
  color: #000;
  text-decoration: underline;
}

main .haberler .container .haberler-list-area .haberler-list .item .item-body .item-footer .haber-date {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #8B9798;
}

main .haberler .container .haberler-list-area .haberler-list .item .haber-router-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  bottom: 0;
  background-color: #ECECEC;
}

@media only screen and (max-width: 768px) {
  main .haberler .container .haberler-list-area .haberler-list .item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  main .haberler .container .haberler-list-area .haberler-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

main .haberler .container .haberler-list-area .section-title {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
  main .haberler {
    margin-top: -30px;
  }
}

main .haber-detail-section {
  margin-top: -95px;
  z-index: 10;
}

main .haber-detail-section .container {
  background-color: #FFF;
  padding: 75px;
}

@media only screen and (max-width: 1024px) {
  main .haber-detail-section .container {
    padding: 15px;
  }
}

main .haber-detail-section .container .haber-detail {
  width: 100%;
}

main .haber-detail-section .container .haber-detail .haber-img {
  width: 100%;
  height: 657px;
}

@media only screen and (max-width: 1024px) {
  main .haber-detail-section .container .haber-detail .haber-img {
    height: auto;
  }
}

main .haber-detail-section .container .haber-detail .haber-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .haber-detail-section .container .haber-detail .haber-title {
  margin-top: 75px;
  margin-bottom: 55px;
}

main .haber-detail-section .container .haber-detail .haber-title h1 {
  font-size: 60px;
}

@media only screen and (max-width: 1024px) {
  main .haber-detail-section .container .haber-detail .haber-title h1 {
    font-size: 27px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main .haber-detail-section .container .haber-detail .haber-title h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  main .haber-detail-section .container .haber-detail .haber-title {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}

main .haber-detail-section .container .haber-detail .haber-desc h2 {
  font-size: 44px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 1024px) {
  main .haber-detail-section .container .haber-detail .haber-desc h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main .haber-detail-section .container .haber-detail .haber-desc h2 {
    font-size: 25px;
  }
}

main .haber-detail-section .container .haber-detail .haber-desc p {
  margin-bottom: 30px;
}

main .haber-detail-section .container .haber-detail .haber-date {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #8B9798;
}

main #mesajimiz-var .container {
  gap: 15px;
}

main #mesajimiz-var .container .img-text {
  gap: 10px;
}

@media only screen and (max-width: 1024px) {
  main #mesajimiz-var .container .img-text {
    gap: 0;
  }
}

main #mesajimiz-var .container .img-text .mesajimiz-var-text {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 70px;
  padding-left: 70px;
  background-color: #FFF;
}

main #mesajimiz-var .container .img-text .mesajimiz-var-text h3 {
  font-size: 31px;
  color: #8B9798;
}

@media only screen and (max-width: 1024px) {
  main #mesajimiz-var .container .img-text .mesajimiz-var-text h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main #mesajimiz-var .container .img-text .mesajimiz-var-text h3 {
    font-size: 20px;
  }
}

main #mesajimiz-var .container .img-text .mesajimiz-var-text .name {
  margin-top: 60px;
  font-size: 31px;
  color: #8B9798;
}

@media only screen and (max-width: 1024px) {
  main #mesajimiz-var .container .img-text .mesajimiz-var-text .name {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main #mesajimiz-var .container .img-text .mesajimiz-var-text .name {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main #mesajimiz-var .container .img-text .mesajimiz-var-text p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  main #mesajimiz-var .container .img-text .mesajimiz-var-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main #mesajimiz-var .container .img-text .mesajimiz-var-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

main .iletisim {
  margin-top: -95px;
  z-index: 10;
}

main .iletisim .container {
  background-color: #FFF;
  padding: 50px;
}

@media only screen and (max-width: 1024px) {
  main .iletisim .container {
    padding: 15px;
  }
}

main .iletisim .container .address-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
}

@media only screen and (max-width: 1024px) {
  main .iletisim .container .address-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

main .iletisim .container .address-area .map {
  width: calc(100% / 2);
}

@media only screen and (max-width: 1024px) {
  main .iletisim .container .address-area .map {
    width: 100%;
  }
}

main .iletisim .container .address-area .map iframe {
  width: 100%;
}

main .iletisim .container .address-area .address-wrapper {
  width: calc(100% / 2);
}

@media only screen and (max-width: 1024px) {
  main .iletisim .container .address-area .address-wrapper {
    width: 100%;
  }
}

main .iletisim .container .address-area .address-wrapper .address-info .title {
  font-size: 47px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  main .iletisim .container .address-area .address-wrapper .address-info .title {
    font-size: 27px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main .iletisim .container .address-area .address-wrapper .address-info .title {
    font-size: 37px;
  }
}

main .iletisim .container .address-area .address-wrapper .address-info .line {
  width: 277px;
  height: 1px;
  background-color: #000;
  margin-top: 70px;
}

@media only screen and (max-width: 1024px) {
  main .iletisim .container .address-area .address-wrapper .address-info .line {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 1024px) {
  main .iletisim .container .address-area .address-wrapper .address-info {
    margin-top: 15px;
  }
}

main .iletisim .container .address-area .address-wrapper .customer-wrapper .title {
  font-size: 31px;
  color: #8B9798;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  main .iletisim .container .address-area .address-wrapper .customer-wrapper .title {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  main .iletisim .container .address-area .address-wrapper .customer-wrapper .title {
    font-size: 25px;
  }
}

main .iletisim .container .address-area .address-wrapper .customer-wrapper .saatler {
  margin-top: 10px;
  margin-bottom: 10px;
}

main .form-area {
  margin-top: 145px;
  margin-bottom: 300px;
}

@media only screen and (max-width: 1500px) {
  main .form-area {
    margin-bottom: 70px;
  }
}

main .form-area .title {
  font-size: 31px;
  color: #8B9798;
  margin-bottom: 25px;
}

main .form-area .form-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1080px) {
  main .form-area .form-items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}

@media only screen and (min-width: 1081px) and (max-width: 1800px) {
  main .form-area .form-items-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main .form-area .form-items-wrapper .form-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 35px;
}

@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  main .form-area .form-items-wrapper .form-items {
    width: 45%;
  }
}

main .form-area .form-items-wrapper .form-items label {
  display: inline-block;
  margin-bottom: 5px;
}

main .form-area .form-items-wrapper .form-items #cv {
  background-color: #FFF;
  padding: 0;
  font-size: 12px;
}

main .form-area .form-items-wrapper .form-items #message {
  height: 137px;
  resize: none;
}

main .form-area .form-items-wrapper .form-items .error {
  font-size: 12px;
  color: #FF2951;
}

main .form-area .btn-submit {
  padding: 10px 20px;
  color: #FFF;
  background-color: #000;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 30px;
  font-size: 18px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

main .form-area .btn-submit:hover {
  background-color: #5A5A60;
}

main .form-area input[type=file]::file-selector-button {
  background-color: #000;
  color: #FFF;
  border: none;
  height: 100%;
  cursor: pointer;
  padding: 5px;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
  padding-top: 85px;
  padding-bottom: 85px;
}

footer .container .footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  font-family: DINProMedium;
}

footer .container .footer-item .text {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  footer .container .footer-item .text {
    font-size: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  footer .container .footer-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .container .line {
  height: 80px;
  background-color: #5A5A60;
}

@media only screen and (max-width: 768px) {
  footer .container .line {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}

#mesajimiz-var-footer {
  margin-top: 60px;
  background-color: #FFF;
}

#mesajimiz-var-footer .container {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#mesajimiz-var-footer .container .footer-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

#mesajimiz-var-footer .container .footer-item .icon {
  height: 110px;
}

#mesajimiz-var-footer .container .line {
  height: 117px;
  background-color: #8B9798;
}

#mesajimiz-var-footer .white-line {
  background-color: #ECECEC;
}
/*# sourceMappingURL=style.css.map */