html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


/* Banner Section Styling */
.banner-section {
  background:  url(../ImageFile/Banner/2.jpg) center center no-repeat;
  padding: 70px 0;
  color: #fff;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(74, 74, 74, 0.6); /* Dark overlay for text contrast */
}

.banner-content {
  position: relative;
  z-index: 1;
}

.banner-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.btn-banner {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff7f50;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.btn-banner:hover {
  background-color: #ff4500;
}



.bannerblog-section {
  background:  url(../ImageFile/Banner/1.jpg) center center no-repeat;
  padding: 70px 0;
  color: #fff;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.bannerblog-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(74, 74, 74, 0.6); /* Dark overlay for text contrast */
}

.bannerblog-content {
  position: relative;
  z-index: 1;
}

.bannerblog-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bannerblog-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.btn-bannerblog {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff7f50;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.btn-bannerblog:hover {
  background-color: #ff4500;
}




/* Contact Banner Section Styling */
.contact-banner-section {
  background:  url(../ImageFile/Banner/8.jpg) center center no-repeat;
  padding: 70px 0;
  color: #fff;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.contact-banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(74, 74, 74, 0.6); /* Dark overlay for text contrast */
}

.contact-banner-content {
  position: relative;
  z-index: 1;
}

.contact-banner-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.contact-banner-subtitle {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 400;
}

.btn-contact-banner {
  display: inline-block;
  padding: 14px 35px;
  background-color: #28a745;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.btn-contact-banner:hover {
  background-color: #218838;
}



/* Resume Banner Section Styling */
.resume-banner-section {
  background:  url(../ImageFile/Banner/7.jpg) center center no-repeat;
  padding: 70px 0;
  color: #fff;
  position: relative;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.resume-banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(74, 74, 74, 0.6); /* Dark overlay for text contrast */
}

.resume-banner-content {
  position: relative;
  z-index: 1;
}

.resume-banner-title {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #ffffff;
}

.resume-banner-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #e0e0e0;
}

.btn-resume-banner {
  display: inline-block;
  padding: 15px 40px;
  background-color: #28a745;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.btn-resume-banner:hover {
  background-color: #213e88;
}

@media (max-width: 768px) {
  .resume-banner-section {
    padding: 80px 0;
  }

  .resume-banner-title {
    font-size: 32px;
  }

  .resume-banner-subtitle {
    font-size: 16px;
  }
}


/* Genel Stiller */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Portfolio Bölgesi */
.portfolio-section {
  background:  url(../ImageFile/Banner/12.jpg) center center no-repeat;
  padding: 70px 0;
  color: #fff;
  position: relative;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.portfolio-content {
  text-align: center; /* İçerik ortalama */
}

.portfolio-title {
  font-size: 36px; /* Başlık boyutu */
  margin-bottom: 10px; /* Alt boşluk */
}

.portfolio-subtitle {
  font-size: 18px; /* Alt başlık boyutu */
  margin-bottom: 20px; /* Alt boşluk */
}

.btn-portfolio {
  display: inline-block;
  padding: 10px 20px; /* İç boşluk */
  font-size: 16px; /* Yazı boyutu */
  color: #fff; /* Yazı rengi */
  background: #333; /* Buton arka plan rengi */
  text-decoration: none; /* Alt çizgi kaldırma */
  border-radius: 5px; /* Kenar köşe yuvarlama */
  transition: background 0.3s ease; /* Geçiş efekti */
}

.btn-portfolio:hover {
  background: #e3e0e0; /* Hover rengi */
}

/* Responsive Stiller */
@media (max-width: 768px) {
  .portfolio-title {
    font-size: 28px; /* Küçük ekranlarda başlık boyutu */
  }

  .portfolio-subtitle {
    font-size: 16px; /* Küçük ekranlarda alt başlık boyutu */
  }

  .btn-portfolio {
    font-size: 14px; /* Küçük ekranlarda buton yazı boyutu */
    padding: 8px 16px; /* Küçük ekranlarda iç boşluk */
  }
}

@media (max-width: 576px) {
  .portfolio-title {
    font-size: 24px; /* Daha küçük ekranlarda başlık boyutu */
  }

  .portfolio-subtitle {
    font-size: 14px; /* Daha küçük ekranlarda alt başlık boyutu */
  }

  .btn-portfolio {
    font-size: 12px; /* Daha küçük ekranlarda buton yazı boyutu */
    padding: 6px 12px; /* Daha küçük ekranlarda iç boşluk */
  }
}


/* Genel Stil */
body {
  font-family: Arial, sans-serif;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Bölüm Başlığı */
.projects-section {
  padding: 60px 0;
}

.section-heading {
  margin-bottom: 40px;
}

.sub-heading {
  margin-bottom: 10px;
}

.heading-icon {
  width: 20px;
  margin-right: 8px;
}

.section-subtitle {
  font-size: 18px;
  color: #ff6600; /* veya istediğiniz renk */
}

.section-title {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

/* Carousel */
.projects-carousel .project-item {
  position: relative;
  padding: 15px;
}

.project-image-wrapper {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.project-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.project-image-wrapper img:hover {
  transform: scale(1.05);
}

/* Owl Carousel */
.owl-carousel .owl-nav, .owl-carousel .owl-dots {
  display: none; /* Varsayılan olarak gösterme */
}

.owl-carousel .owl-item {
  margin: 0 10px;
}



.pricing-table{
  background:#f9f9f9;
  position:relative;
}
.pricing-table .single-table {
  background: #fff;
  border:1px solid #ddd;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  padding:45px 35px 30px 35px;
}
/* Table Head */
.pricing-table .single-table .table-head {
  text-align:center;
}
.pricing-table .single-table .icon i{
  font-size:65px;
  color:#ff6600;
}
.pricing-table .single-table .title {
  font-size: 21px;
  color: #2C2D3F;
  margin-top: 30px;
  margin-bottom: 15px;
}
.pricing-table .single-table .amount {
  font-size:36px;
  font-weight:600;
  color:#ff6600;
}
.pricing-table .single-table .amount span{
  display:inline-block;
  font-size:14px;
  font-weight:400;
  color:#868686;
  margin-left:8px;
}
/* Table List */
.pricing-table .single-table .table-list {
  padding: 10px 0;
  text-align: left;
  margin-top: 30px;
}
.pricing-table .table-list li {
  position: relative;
  color: #666;
  text-transform: capitalize;
  margin-bottom: 18px;
  padding-right: 32px;
}
.pricing-table .table-list li:last-child{
  margin-bottom:0px;
}
.pricing-table .table-list li.cross i{
  background:#aaaaaa;
}
.pricing-table .table-list i {
  font-size: 7px;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  right: 0;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background: #ff6600;
  border-radius: 100%;
  padding-left: 1px;
}

/* Table Bottom */
.pricing-table .table-bottom {
  margin-top: 25px;
}
.pricing-table .btn {
  padding: 12px 25px;
  width: 100%;
  color:#fff;
}
.pricing-table .btn:before{
  background:#2C2D3F;
}
.pricing-table .btn:hover{
  color:#fff;
}
.pricing-table .btn i {
  font-size: 16px;
  margin-right: 10px;
}
/*=============================
	End Pricing Table CSS
===============================*/



.language-selector {
  position: relative;
  display: inline-block;
}

.language-selector button {
  background-color: white;
  border: 1px solid #ddd;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.language-selector button img {
  margin-right: 10px;
}

/* Menü içindeki bayraklar ve diller */
.language-selector button span {
  margin-left: 5px;
}

.language-selector .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  border: 1px solid #ddd;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Her bir dil için menü öğeleri */
.language-selector .dropdown-content a {
  color: black;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.language-selector .dropdown-content a img {
  margin-right: 10px;
}

/* Menüdeki dil seçeneğine hover yapıldığında */
.language-selector .dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Checkbox ile açılır menüyü aktif et */
.language-selector input[type="checkbox"] {
  display: none;
}

.language-selector input[type="checkbox"]:checked ~ .dropdown-content {
  display: block;
}



.modal-header, .modal-footer {
  background-color:#ff6600;
  color: white;
}
.modal-body {
  background-color: #f1f1f1;
  max-height: 500px;
  overflow-y: auto; /* Scroll if content exceeds modal height */
}


/*** Team ***/
.team-items {
  margin: -.75rem;
}

.team-item {
  padding: .75rem;
}

.team-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #FFFFFF;
  transition: .5s;
  z-index: -1;
}

.team-item:hover::after {
  height: 100%;
  background: #ff6600;
}

.team-item .team-social {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .75);
  overflow: hidden;
  opacity: 0;
  transition: .5s;
}

.team-item:hover .team-social {
  height: 100%;
  opacity: 1;
}



.bg-testimonial {
  background: url(../ImageFile/Banner/14.jpg) center center no-repeat;
  background-size: cover;
}

.testimonial-carousel {
  background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 46px);
  height: 46px;
  top: calc(50% - 23px);
  left: -23px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background:  #ff6600;
  border-radius: 2px;
  font-size: 22px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background:  #ff6600;
}

.testimonial-carousel .owl-item img {
  width: 120px;
  height: 120px;
}



 .loader {
   border: 4px solid rgba(0, 0, 0, 0.1);
   border-left-color: #007bff;
   border-radius: 50%;
   width: 30px;
   height: 30px;
   margin: 0 auto; /* Ortalamak için */
   animation: loading 30s linear infinite; /* 40 saniye sürecek */
 }

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.swal2-progress-bar {
  background-color: #57a773 !important;
}
