@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

body {
  font-family: "Open Sans', sans-serif;
}

.main-header {
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
  padding: 1%;
}

.main-header-items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header-items ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  list-style-type: none;
}

.main-header-items ul li {
  margin: 15px;
}

.main-header-items ul li a {
  color: #111111;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-decoration: inherit;
  display: inline-block;
  font-weight: 500;
  font-size: 0.8rem;
  position: relative;
}

.main-header-items ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.ll {
  height: 270px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.__jumbo-ata {
  background: url("./assets/atatrzm.png") center/cover no-repeat
}

.__jumbo-faal {
  background: url("./assets/faalibanner.png") center/cover no-repeat
}

.__jumbo-yat {
  background: url("./assets/yatrm.png") center/cover no-repeat
}

.__jumbo-sos {
  background: url("./assets/sosyalban.png") center/cover no-repeat
}

.__jumbo-bas {
  background: url("./assets/basnda.png") center/cover no-repeat
}

.__jumbo-il {
  background: url("./assets/ilebanner.png") center/cover no-repeat
}

.jumbo-heading h2 {
  font-size: 52px;
  color: white;
}

.about-section {
  position: relative;
  padding: 50px 0px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-top: 20px;
}

.about-section .content-column .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 40px;
}

.about-section .content-column .email {
  position: relative;
  color: #001689;
  font-weight: 700;
  margin-bottom: 50px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .image-column .inner-column {
  position: relative;
  padding: 40px 40px 0px 0px;
  margin-left: 50px;
}

.about-section .image-column .inner-column:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  left: 40px;
  bottom: 100px;
  z-index: -1;
  border: 2px solid #D22027;
}

.about-section .image-column .inner-column .image {
  position: relative;
}

.about-section .image-column .inner-column .image:before {
  position: absolute;
  content: '';
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  /* background: url(img/pattern-2.png) no-repeat; */
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  color: #D22027;
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.about-section .btn-style-three:before {
  position: absolute;
  content: '';
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  /* background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat; */
}

.about-section .btn-style-three:hover {
  color: #ffffff;
  background: #D22027;
}

.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #252525;
  font-size: 15px;
  font-weight: 700;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #D22027;
  font-family: 'Arimo', sans-serif;
}

.sec-title2 {
  color: #fff;
}

.sec-title {
  position: relative;
  padding-bottom: 20px;
}

.sec-title .title {
  position: relative;
  color: #D22027;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.sec-title .title:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbbbbb;
}

.main-header-items ul li a:hover:after {
  width: 100%;
  left: 0;
}

.mobile-nav {
  display: none;
}

.forward-icon-style {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 100px;
  background-color: rgb(108 108 124 / 73%);
}

.absolution-text {
  position: relative;
}

.abs-text {
  z-index: 100px;

  position: absolute;
  bottom: 25%;
  left: 10%;
}

/* Hero Section Styles */
.hero-section {
  position: relative;
  width: 100%;
  height: 60vh;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: 90%;
  max-width: 1200px;
}

.hero-title {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 20px 40px;
  background: linear-gradient(135deg, rgba(22, 27, 119, 0.75) 0%, rgba(1, 22, 137, 0.75) 100%);
  border-radius: 10px;
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.button-container {
  display: inline-block;
  padding: 5% 5.5rem;
  border: 2px solid white;
  border-radius: 65px;
  color: white;
  text-align: center;
  font-size: 36px;
  text-decoration: none;
  position: relative;
  letter-spacing: 1px;
}

.button-container:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.button-container::after {
  content: '▶';
  position: absolute;
  right: 46px;
  font-size: 30px;
  top: 30px;
}



.abs-text h2 {
  background-color: rgba(1, 22, 137, 0.2);
  padding: 10px;
}


.navbar-brand img {
  height: 72px;
}

.img img {
  height: 65px;
}

.logo img {
  width: 200px;
  /* height: 100px; */
}



.navbar-toggler-icon {
  color: blue;
}

.content-container {
  padding: 2%;
  border-radius: 1%;
  background-color: #f2f4f6;
}

.main-container-bg {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 1%;
}

.main-container-bg .mid-p {
  text-align: center;
}

.main-container-bg .mid-img {
  text-align: center;
}

.mid-img img {
  width: 350px;
  height: auto;
}

footer {
  color: #eeeeee;
  font-weight: normal;
  background-color: #161B77;
  padding: 40px 0 20px 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 40px;
}

.footer-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo img {
  max-height: 60px;
  width: auto;
}

.footer-company-name {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.4;
}

.footer-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.footer-contact h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffffff;
}

.contact-info p {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 14px;
}

.contact-info .address {
  margin-bottom: 15px;
  line-height: 1.4;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.footer-legal {
  text-align: center;
}

.footer-legal > div {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.4;
}

.copyright {
  font-weight: 500;
}

.legal-links {
  font-size: 12px;
}

.web-design {
  font-size: 12px;
  margin-top: 5px;
}

.footer-hover {
  color: white !important;
  text-decoration: underline;
  display: inline-block;
}

.footer-hover:hover {
  color: #be9749 !important;
}

.foot-hr {
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background-color: rgb(108, 124, 124, 0.8);
}

.copy-right {
  margin-top: 15px;
  font-size: 12px;
  color: #f2f4f6;
}

.section-title,
.column-title {
  font-size: 36px;
  font-weight: 300;
  color: #101010;
  margin-bottom: 70px;
}

.section-title span,
.column-title span {
  font-weight: 700;
}

.title-small {
  font-size: 30px;
  font-weight: 700;
}

.column-title {
  margin-bottom: 30px;
}

.column-title-large {
  font-size: 48px;
  margin-bottom: 50px;
}

.ts-title {
  font-size: 24px;
  font-weight: 600;
}

.title-light {
  font-weight: 300;
}

.title-small-regular {
  font-weight: 400;
}

.black-color {
  color: #101010 !important;
}

.title-white {
  color: #fff;
}

.title-bg-small {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  color: #fff;
  background: #101010;
  display: inline-block;
  padding: 3px 18px;
  text-transform: uppercase;
}

.primary-bg {
  background:  #be9749;
}

.history-area {
  padding: 50px 0;
  position: relative;
  min-height: 100vh;
}

/* Otel İşletmeciliği Carousel */
#hotel-carousel .history-content {
  background: #fff;
  padding: 35px;
  padding-left: 14px;
}

#hotel-carousel .carousel-inner {
  margin-bottom: 45px;
}

#hotel-carousel .carousel-item {
  background: #fff;
}

#hotel-carousel .carousel-indicators {
  position: relative;
  left: 0%;
  z-index: 5;
  width: 100%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}

#hotel-carousel .carousel-indicators:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ddd;
  z-index: -1;
}

#hotel-carousel .carousel-indicators li {
  display: inline-block;
  width: 75%;
  height: 35px;
  line-height: 35px;
  margin: 0 35px;
  text-indent: 0px;
  cursor: pointer;
  color: #101010;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-top: 40px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

#hotel-carousel .carousel-indicators li:before {
  position: absolute;
  top: -16px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: #101010;
  margin-left: 35px;
}

#hotel-carousel .carousel-indicators li.active {
  line-height: 35px;
  /* -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
  /* box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
  color: #001689;
  background: #fff;
}

#hotel-carousel .carousel-indicators li.active::before {
  background: #001689;
}

#hotel-carousel .carousel-item-next,
#hotel-carousel .carousel-item-prev,
#hotel-carousel .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Restoran İşletmeciliği Carousel */
#restaurant-carousel .history-content {
  background: #fff;
  padding: 35px;
  padding-left: 14px;
}

#restaurant-carousel .carousel-inner {
  margin-bottom: 45px;
}

#restaurant-carousel .carousel-item {
  background: #fff;
}

#restaurant-carousel .carousel-indicators {
  position: relative;
  left: 0%;
  z-index: 5;
  width: 100%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}

#restaurant-carousel .carousel-indicators:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ddd;
  z-index: -1;
}

#restaurant-carousel .carousel-indicators li {
  display: inline-block;
  width: 75%;
  height: 35px;
  line-height: 35px;
  margin: 0 35px;
  text-indent: 0px;
  cursor: pointer;
  color: #101010;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-top: 40px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

#restaurant-carousel .carousel-indicators li:before {
  position: absolute;
  top: -16px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: #101010;
  margin-left: 35px;
}

#restaurant-carousel .carousel-indicators li.active {
  line-height: 35px;
  /* -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
  /* box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
  color: #001689;
  background: #fff;
}

#restaurant-carousel .carousel-indicators li.active::before {
  background: #001689;
}

#restaurant-carousel .carousel-item-next,
#restaurant-carousel .carousel-item-prev,
#restaurant-carousel .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Madencilik Carousel */
#mining-carousel .history-content {
  background: #fff;
  padding: 35px;
  padding-left: 14px;
}

#mining-carousel .carousel-inner {
  margin-bottom: 45px;
}

#mining-carousel .carousel-item {
  background: #fff;
}

#mining-carousel .carousel-indicators {
  position: relative;
  left: 0%;
  z-index: 5;
  width: 100%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}

#mining-carousel .carousel-indicators:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ddd;
  z-index: -1;
}

#mining-carousel .carousel-indicators li {
  display: inline-block;
  width: 75%;
  height: 35px;
  line-height: 35px;
  margin: 0 35px;
  text-indent: 0px;
  cursor: pointer;
  color: #101010;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-top: 40px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

#mining-carousel .carousel-indicators li:before {
  position: absolute;
  top: -16px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: #101010;
  margin-left: 35px;
}

#mining-carousel .carousel-indicators li.active {
  line-height: 35px;
  /* -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
  /* box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
  color: #001689;
  background: #fff;
}

#mining-carousel .carousel-indicators li.active::before {
  background: #001689;
}

#mining-carousel .carousel-item-next,
#mining-carousel .carousel-item-prev,
#mining-carousel .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* İştirakler Carousel */
#subsidiaries-carousel .history-content {
  background: #fff;
  padding: 35px;
  padding-left: 14px;
}

#subsidiaries-carousel .carousel-inner {
  margin-bottom: 45px;
}

#subsidiaries-carousel .carousel-item {
  background: #fff;
}

#subsidiaries-carousel .carousel-indicators {
  position: relative;
  left: 0%;
  z-index: 5;
  width: 100%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}

#subsidiaries-carousel .carousel-indicators:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ddd;
  z-index: -1;
}

#subsidiaries-carousel .carousel-indicators li {
  display: inline-block;
  width: 75%;
  height: 35px;
  line-height: 35px;
  margin: 0 35px;
  text-indent: 0px;
  cursor: pointer;
  color: #101010;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-top: 40px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

#subsidiaries-carousel .carousel-indicators li:before {
  position: absolute;
  top: -16px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: #101010;
  margin-left: 35px;
}

#subsidiaries-carousel .carousel-indicators li.active {
  line-height: 35px;
  /* -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
  /* box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
  color: #001689;
  background: #fff;
}

#subsidiaries-carousel .carousel-indicators li.active::before {
  background: #001689;
}

#subsidiaries-carousel .carousel-item-next,
#subsidiaries-carousel .carousel-item-prev,
#subsidiaries-carousel .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ata-flex {
  display: flex;
  align-items: center;
  gap: 5rem;
  text-align: justify;
  margin-top: 16px;
}

.ata-his {
  padding: 35px 30px;
  width: 100%;
  margin-top: 45px;
  border-radius: 20px;
  background-color: #f2f4f6;
  font-weight: 500;
}

.kurul {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  padding-top: -50px;
  text-align: center;
  padding: 35px 30px;
  border-radius: 20px;
  background-color: #f2f4f6;
}

.kurul h2 {
  font-weight: bold;
  font-size: 32px;
}

.kurul-items {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 3.5rem;
  align-items: center;
}

.kurul-item {
  width: 280px;
}

.kurul-img {
  margin-top: 13px;
  height: 100%;
}

.kurul-img img {
  border-radius: 20px;
}

.k-i {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 32px;
}

.k-t {
  font-weight: bold;
  font-size: 18px;
  color: #001689;
  padding-bottom: 32px;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 65s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 100px;
}
.container-invest{
  width: 50%;

}

/* Hero Section Tablet */
@media only screen and (max-width: 1200px) {
  .hero-section {
    height: 50vh;
    max-height: 500px;
  }

  .hero-title {
    font-size: 3rem;
    padding: 18px 30px;
  }
}

@media only screen and (max-width: 768px) {
  /* Hero Section Mobile */
  .hero-section {
    height: 40vh;
    max-height: 400px;
  }

  .hero-title {
    font-size: 1.8rem;
    padding: 15px 20px;
    letter-spacing: 0.03em;
  }
  #air-carousel .carousel-inner {
    margin-bottom: 0px !important;
  }
  
  #shop-carousel .carousel-inner {
    margin-bottom: 0px !important;
  }
  
  #hotel-carousel .carousel-inner {
    margin-bottom: 0px !important;
  }
  
  #restaurant-carousel .carousel-inner {
    margin-bottom: 0px !important;
  }
  #mining-carousel .carousel-inner {
    margin-bottom: 0px !important;
  }
  
  #subsidiaries-carousel .carousel-inner {
    margin-bottom: 0px !important;
  }

  .container-invest {
    width: 80% !important;}
  #hotel-carousel .carousel-indicators:before {
    display: none !important;
  }

  #hotel-carousel .carousel-indicators li:before {
    display: none !important;
  }
  #restaurant-carousel .carousel-indicators:before {
    display: none !important;
  }

  #restaurant-carousel .carousel-indicators li:before {
    display: none !important;
  }
  #shop-carousel .carousel-indicators:before {
    display: none !important;
  }

  #shop-carousel .carousel-indicators li:before {
    display: none !important;
  }
  #mining-carousel .carousel-indicators:before {
    display: none !important;
  }

  #mining-carousel .carousel-indicators li:before {
    display: none !important;
  }
  #subsidiaries-carousel .carousel-indicators:before {
    display: none !important;
  }

  #subsidiaries-carousel .carousel-indicators li:before {
    display: none !important;
  }
  #air-carousel .carousel-indicators:before {
    display: none !important;
  }

  #air-carousel .carousel-indicators li:before {
    display: none !important;
  }

  #hotel-carousel .carousel-indicators {
    display: block !important;
  }

  #restaurant-carousel .carousel-indicators {
    display: block !important;
  }

  #air-carousel .carousel-indicators {
    display: block !important;
  }

  #shop-carousel .carousel-indicators {
    display: block !important;
  }

  #hotel-carousel .carousel-indicators {
    display: block !important;
  }

  #hotel-carousel .carousel-indicators {
    display: block !important;
  }
  #mining-carousel .carousel-indicators {
    display: block !important;
  }
  #subsidiaries-carousel .carousel-indicators {
    display: block !important;
  }
  .history-area {
    padding: 0px;
  }

  .copy-right {
    display: none;
  }

  /* Old copy-right-mobile class removed - using new footer structure */

  .ata-flex {
    flex-wrap: wrap !important;
  }

  .contact {
    width: 100% !important;
  }

  .centered {
    padding: 5%;
  }

  .desktop-navbar {
    display: none;
  }

  .contact {
    flex-direction: column;
    width: 90%;
  }

  .mobile-nav {
    display: flex;
    background-color: #ffffff;
  }

  .navbar-nav {
    margin-top: 3%;
  }

  .main-container-bg {
    padding-left: 10%;
    padding-right: 10%;
    margin: 0;
  }

  .sektor .item-area .item {
    width: 100%;
  }

  .desktop-navbar {
    display: none;
  }

  .nav-item {
    margin: 5px;
  }

  .nav-link {
    color: #111111 !important;
  }

  .footer-main {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footer-left {
    align-items: center;
  }

  .footer-right {
    justify-content: center;
  }

  .footer-contact h3 {
    font-size: 18px;
  }

  .contact-info p {
    font-size: 13px;
  }

  .footer-legal > div {
    font-size: 12px;
  }

  .legal-links {
    font-size: 11px;
  }

  .web-design {
    font-size: 11px;
  }

  /* .carousel-inner {
    height: 31vh;
  } */

  .abs-text {
    top: 167px;
    left: 40px !important;
  }

  .button-container {
    font-size: 11px !important;
  }

  .button-container::after {
    /* font-size: 22px; */
    top: 6px !important;
  }

  .abs-text h2 {
    font-size: 20px;
  }

  .mid-p h3 {
    font-size: 23px;
  }

  .mid-img img {
    width: 150px;
    height: 150px;
  }

  .mid-p img {
    width: 85% !important;
  }

}

/* Hero Section Extra Small Screens */
@media only screen and (max-width: 480px) {
  .hero-section {
    height: 35vh;
    max-height: 300px;
  }

  .hero-title {
    font-size: 1.3rem;
    padding: 12px 15px;
    letter-spacing: 0.02em;
    border-radius: 8px;
  }
}

.naa,
.upper-inputs input,
textarea {
  background-color: #f8f8f8;
}

.naa {
  width: 100%;
  padding-top: 50px;
}

.contact,
.contact-right {
  background-color: #fff;
  display: flex;
}

.contact {
  width: 55%;
  justify-content: space-evenly;
}

.contact-right {
  padding: 45px 26px 26px;
  flex-direction: column;
  width: 70%;
}

.contact-right h2 {
  font-size: 46px;
  color: #036;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}

.contact-btn {
  padding: 14px 20px;
  background-color: #001689;
  width: 25%;
  color: #fff;
  font-weight: 700;
  border: none;
  outline: 0;
}

.contact-left,
input[type="submit"] {
  width: 100%;
  background-color: #001689;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
}

form {
  flex: 1 1 300px;
  margin: 10px;
}

.contact-left {
  flex: 1 1 300px;
  padding: 30px;
  color: #fff;
}

.contact-left h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}

.contact input,
textarea {
  color: black;
  font-weight: bold;
}

.contact-bg-dark {
  background-color: rgb(68, 62, 62);
  opacity: 0.5;
  padding-bottom: 1%;
}


.sektor .item-area {
  margin-top: 20px !important;
  max-width: 1300px;
  margin: 0 auto;
  justify-content: space-around;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sektor .item-area .item {
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: space-between;
  text-align: center;
}

.sektor .item-area .item p {
  margin-top: 12px;
  color: #000000 !important;
  font-size: 24px;
  font-weight: 700;
}

.sektor .heading h2 {
  font-weight: 600;
}

#root-flip-cards {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kart-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1600px;
}

.kart {
  width: 270px;
  height: 185px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #00336671;
}

.kart i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #036;
}

.kart p {
  margin: 0;
  font-size: 16px;
}

.kart.aktif {
  transform: scale(3.2);
  position: absolute;
  border: 1px solid #00336671;
}

.kart .kart-metin {
  display: none;
  font-size: 5px;
}

.kart-metin p {
  padding: 3px;
  font-weight: 700;
  font-size: 5px;
}

@media only screen and (max-width: 1670px) {
  .abs-text {
    left: 100px;
  }
}

@media only screen and (max-width: 957px) {
  .kart.aktif {
    width: 30%;
    height: 310px;
  }
}

.kart.aktif,
.kart:hover,
.kart:not(.aktif):hover {
  box-shadow: 0 45px 145px rgba(0, 0, 0, 0.2);
}

.continents,
.kart p,

.sosyal .heading p {
  text-align: center;
}

.kart,
.next,
.prev {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.kart.aktif .kart-metin,
.nav-item:hover .dropdown-content {
  display: block;
}

.image-container,
.kart {
  transition: transform 0.3s;
  display: flex;
}

/* .vh-setter{
  height: 90vh;
} */

.mid-p img {
  width: 35%;
  height: auto;
}

.event-zone {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}

.card {
  border: none;
  margin-bottom: 25px;
  border-top-left-radius: 50px;
}

.card-body .right-side {
  text-align: right !important;
}

.card-img-top {
  border-top-left-radius: 50px;
}

.bigu {
  background-color:  #be9749;
  border: none;
}

.contact input[type="email"],
input[type="text"],
textarea,
select {
  width: 100%;
}

#overlay {
  display: none;
  /* Başlangıçta gizli */
  position: fixed;
  /* Tüm sayfayı kaplar */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Yarı saydam arka plan */
  z-index: 1000;
  /* En üstte */
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#loader-text {
  color: white;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
}



#air-carousel .history-content {
  background: #fff;
  padding: 35px;
  padding-left: 14px;
}

#air-carousel .carousel-inner {
  margin-bottom: 45px;
}

#air-carousel .carousel-item {
  background: #fff;
}

#air-carousel .carousel-indicators {
  position: relative;
  left: 0%;
  z-index: 5;
  width: 100%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}

#air-carousel .carousel-indicators:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ddd;
  z-index: -1;
}

#air-carousel .carousel-indicators li {
  display: inline-block;
  width: 75%;
  height: 35px;
  line-height: 35px;
  margin: 0 35px;
  text-indent: 0px;
  cursor: pointer;
  color: #101010;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-top: 40px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

#air-carousel .carousel-indicators li:before {
  position: absolute;
  top: -16px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: #101010;
  margin-left: 35px;
}

#air-carousel .carousel-indicators li.active {
  line-height: 35px;
  /* -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
  /* box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
  color: #001689;
  background: #fff;
}

#air-carousel .carousel-indicators li.active::before {
  background: #001689;
}

#air-carousel .carousel-item-next,
#air-carousel .carousel-item-prev,
#air-carousel .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


#shop-carousel .history-content {
  background: #fff;
  padding: 35px;
  padding-left: 14px;
}

#shop-carousel .carousel-inner {
  margin-bottom: 45px;
}

#shop-carousel .carousel-item {
  background: #fff;
}

#shop-carousel .carousel-indicators {
  position: relative;
  left: 0%;
  z-index: 5;
  width: 100%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}

#shop-carousel .carousel-indicators:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ddd;
  z-index: -1;
}

#shop-carousel .carousel-indicators li {
  display: inline-block;
  width: 75%;
  height: 35px;
  line-height: 35px;
  margin: 0 35px;
  text-indent: 0px;
  cursor: pointer;
  color: #101010;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-top: 40px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

#shop-carousel .carousel-indicators li:before {
  position: absolute;
  top: -16px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: #101010;
  margin-left: 35px;
}

#shop-carousel .carousel-indicators li.active {
  line-height: 35px;
  /* -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
  /* box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
  color: #001689;
  background: #fff;
}

#shop-carousel .carousel-indicators li.active::before {
  background: #001689;
}

#shop-carousel .carousel-item-next,
#shop-carousel .carousel-item-prev,
#shop-carousel .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button-container {
  display: inline-block;
  padding: 5% 5.5rem;
  border: 2px solid white;
  border-radius: 65px;
  color: white;
  text-align: center;
  font-size: 36px;
  text-decoration: none !important;
  position: relative;
  letter-spacing: 1px;
}

.button-container:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f2f4f6;
}

.button-container::after {
  content: '▶';
  position: absolute;
  right: 46px;
  font-size: 30px;
  top: 30px;
  text-decoration: none !important;
}

@media only screen and (max-width: 1600px) {
  .button-container {
    font-size: 25px;
  }

  .button-container::after {
    top: 16px;
  }

}

@media only screen and (max-width: 1200px) {
  .button-container {
    font-size: 18px;
  }

  .button-container::after {
    font-size: 22px;
    top: 14px;
  }

}

.independent-button{
  display: flex;
  justify-content: flex-end;
  margin: 25px;
}


.footer-hover{
  color:white !important;
  text-decoration: underline;
  display: inline-block;
  
}
.footer-hover:hover{
   color: #be9749 !important; 
}

.language-switcher {
  display: flex;
  gap: 5px;
}

.lang-btn {
  padding: 5px 10px;
  border-radius: 6px;
  transition: 0.3s;
  text-decoration: none;
}

.lang-btn.en {
  background-color: #001689;;
  color: white;
}

.lang-btn.tr {
  background-color: #001689;;
  color: white;
}

.lang-btn:hover {
  opacity: 0.8;
}

/* MOBİL NAVBAR */
.mobile-navbar .language-switcher {
  margin-left: auto;
  display: flex;
  align-items: center;
}