@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap);
@charset "UTF-8";
.btn-1 {
  background-color: #b91c29;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.btn-1:hover {
  opacity: 0.9;
}

.btn-2 {
  background-color: #252638;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.btn-2:hover {
  opacity: 0.9;
}

.btn-3 {
  background-color: #d4ccaf;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.btn-3:hover {
  opacity: 0.9;
}

.btn-4 {
  background-color: #3a5755;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.btn-4:hover {
  opacity: 0.9;
}

.btn-5 {
  background-color: #c4c4c4;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.btn-5:hover {
  opacity: 0.9;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 109px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.text-1 {
  color: #b91c29 !important;
}

.text-2 {
  color: #252638 !important;
}

.text-3 {
  color: #d4ccaf !important;
}

.text-4 {
  color: #3a5755 !important;
}

.text-5 {
  color: #c4c4c4 !important;
}

.bg-1 {
  background-color: #b91c29 !important;
}

.bg-2 {
  background-color: #252638 !important;
}

.bg-3 {
  background-color: #d4ccaf !important;
}

.bg-4 {
  background-color: #3a5755 !important;
}

.bg-5 {
  background-color: #c4c4c4 !important;
}

body {
  font-size: 1em !important;
  color: rgb(44, 44, 44) !important;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
}

.sm1 {
  font-size: 0.95em !important;
}

.sm2 {
  font-size: 0.9em !important;
}

.sm3 {
  font-size: 0.85em !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

a {
  text-decoration: none;
  color: inherit !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #b91c29;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.breadcrumb li a {
  color: #949ba1 !important;
  font-size: 0.85em;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0px !important;
}

.breadcrumb li:before {
  display: none;
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0px 10px;
  color: #949ba1 !important;
}

.pageBig {
  letter-spacing: -0.5px;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 1.4em !important;
  display: inline-block;
  margin-bottom: 15px;
}

.pageBig:before {
  content: "";
  width: 10px;
  left: 0px;
  top: 7px;
  bottom: 5px;
  position: absolute;
  background: #b91c29;
}

.news .owl-stage-outer {
  border-radius: var(--bs-border-radius) !important;
}

:root {
  --bs-border-radius:4px; /* Bootstrap default */
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* Sadece üst köşeleri yuvarlatır */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* Sadece alt köşeleri yuvarlatır */
.rounded-bottom {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* Sadece baş köşeleri yuvarlatır */
/* LTR: sol üst/alt, RTL: sağ üst/alt */
.rounded-start {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-start {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* Sadece bitiş köşeleri yuvarlatır */
/* LTR: sağ üst/alt, RTL: sol üst/alt */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

[dir=rtl] .rounded-end {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.page-top-div {
  background-color: #252638;
  height: 260px !important;
  background-size: 50%;
}

.page-top-divhaber {
  background-color: #252638;
  height: 230px !important;
  background-size: 50%;
}

@media (max-width: 991.98px) {
  .minh {
    height: 400px;
  }
  .page-top-div {
    background-color: #252638;
    height: 250px !important;
    background-size: 150%;
  }
  .page-top-divhaber {
    background-color: #252638;
    height: 180px !important;
    background-size: 50%;
  }
  body {
    padding-top: 0px;
  }
}
.text-white {
  color: rgba(221, 221, 221, 0.85) !important;
}

.adresler .material-symbols-outlined {
  width: 55px !important;
  height: 55px !important;
  border-radius: 50%;
  background-color: #d4ccaf !important;
  color: #252638;
  line-height: 55px;
  text-align: center;
  display: inline-block;
}

.adresler span p:first-child {
  font-weight: bold;
  color: #252638 !important;
}

.adresler div span:nth-child(2) {
  display: block;
}

.hover-up {
  display: inline-block; /* hover hareketi düzgün çalışsın */
  transition: transform 0.5s ease; /* geçiş süresi ve tarzı */
}

/* Hover efekti */
.hover-up:hover {
  transform: translateY(-5px); /* yukarı doğru 5px hareket */
}

.card-img-top {
  overflow: hidden !important;
  position: relative;
}

.card-img-left {
  overflow: hidden !important;
  position: relative;
}

.card:hover .card-img-top img {
  transform: scale(1.2);
  transition: all 1000ms;
}

.tt:hover .card-img-left img {
  transform: scale(1.2);
  transition: all 1000ms;
}

.card-img-left img {
  transform: scale(1);
  transition: all 1000ms;
}

.card-img-top img {
  transform: scale(1);
  transition: all 600ms;
}

.middlement {
  background-color: #3a5755;
  transition: all 400ms;
}

.middlement:hover {
  background-color: #4e6361;
  transition: all 1000ms;
}

.card {
  border-radius: var(--bs-border-radius) !important;
}

.shadow {
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.05) !important;
}

.nav-item {
  position: relative;
  padding: 0px !important;
}

.bottomText .nav-item:hover:after {
  width: 88%;
  transition: all 500ms;
}

.navbar {
  padding: 20px 0px !important;
}

.bottomText .nav-item:after {
  transition: all 500ms;
  position: absolute;
  left: 7px;
  bottom: 2px;
  content: "";
  line-height: 1;
  width: 0;
  height: 3px;
  background-color: #d4ccaf;
  display: inline-block;
}

.nav-link {
  color: white !important;
  opacity: 0.7;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1em !important;
  padding: 5px 8px !important;
  font-family: "Oswald", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.4em !important;
}

.nav-scroll {
  background-color: white;
  backdrop-filter: blur(4px);
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px 20px !important;
  transition: transform 0.6s;
  transform: translateY(100px);
  border: none;
  box-shadow: 0px 5px 15px rgba(15, 36, 84, 0.05);
}

.nav-scroll .nav-link {
  color: black !important;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1em !important;
  padding: 3px 8px !important;
  font-family: "Oswald", sans-serif;
}

.topText {
  color: white !important;
  opacity: 0.7;
  text-transform: lowercase;
  letter-spacing: 0px;
  font-family: "Inter";
  font-size: 0.9em !important;
}

.topText i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #b91c29;
  border-radius: 50%;
  font-size: 0.9em !important;
  color: white;
  display: inline-block;
  text-align: center;
  margin-right: 3px;
}

.nav-scroll .topText {
  color: black !important;
  text-transform: lowercase;
  letter-spacing: 0px;
  font-family: "Inter";
  font-size: 0.9em !important;
}

.nav-scroll .topText i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #b91c29;
  font-size: 0.9em !important;
  color: white;
  display: inline-block;
  text-align: center;
  margin-right: 3px;
}

.carousel-inner {
  min-height: 860px;
  padding-top: 130px;
  padding-bottom: 130px !important;
}

.sliderTitle {
  font-size: 2em !important;
  line-height: 1.32 !important;
  padding-left: 15px;
  position: relative;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  animation-fill-mode: both;
}

.sliderTitle:before {
  z-index: 4;
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  bottom: 4px;
  width: 3px;
  background: #b91c29;
}

@media (max-width: 991.98px) {
  .carousel-inner {
    min-height: 500px;
    padding-top: 100px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.carousel-control-next {
  right: -23px;
}

.carousel-control-prev {
  left: -23px;
}

footer {
  background-size: 20%;
  background-color: #252638 !important;
  padding: 35px 0px;
  padding-bottom: 120px;
  border-top: 9px solid #b91c29;
}

footer .title {
  font-size: 1.4em !important;
  color: #e2e2e9;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}

footer ul li a {
  color: #c4c4ce !important;
  font-size: 0.9em;
}

footer ul li a:before {
  content: ">";
  color: #b91c29;
  margin-right: 5px;
}

footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

footer .align-items-center span:first-child i {
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: white;
  background: #b91c29;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

footer .align-items-center span:nth-child(2) {
  color: white;
  font-size: 0.95em;
  margin-left: 10px;
}

footer .align-items-center span:nth-child(2) p:first-child {
  font-weight: bolder;
  color: #c4c4ce;
}

footer .align-items-center span:nth-child(2) p:nth-child(2) {
  font-weight: 300;
  color: #c4c4ce;
}

.footermt {
  margin-top: 130px;
}

@media (max-width: 991.98px) {
  footer {
    background-size: 90%;
  }
}
.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-10 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-6 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.mx-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-8 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.mx-9 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-10 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-10 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-6 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.mx-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-8 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.mx-9 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-10 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mt-6 {
  margin-top: 3.5rem !important;
}

.mt-7 {
  margin-top: 4rem !important;
}

.mt-8 {
  margin-top: 4.5rem !important;
}

.mt-9 {
  margin-top: 5rem !important;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.mb-7 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 4.5rem !important;
}

.mb-9 {
  margin-bottom: 5rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.ms-6 {
  margin-left: 3.5rem !important;
}

.ms-7 {
  margin-left: 4rem !important;
}

.ms-8 {
  margin-left: 4.5rem !important;
}

.ms-9 {
  margin-left: 5rem !important;
}

.ms-10 {
  margin-left: 6rem !important;
}

.me-6 {
  margin-right: 3.5rem !important;
}

.me-7 {
  margin-right: 4rem !important;
}

.me-8 {
  margin-right: 4.5rem !important;
}

.me-9 {
  margin-right: 5rem !important;
}

.me-10 {
  margin-right: 6rem !important;
}

.lineClamp1 {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.lineClamp2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.lineClamp3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.lineClamp4 {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.lineClamp5 {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.lineClamp6 {
  -webkit-line-clamp: 6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.lineClamp7 {
  -webkit-line-clamp: 7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.lineClamp8 {
  -webkit-line-clamp: 8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
