@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap);
@charset "UTF-8";
html,
body {
  height: 100%;
}

.contact-info i {
  background: rgba(255, 255, 255, 0.4);
  color: white;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.8em !important;
}

.social a i {
  background: rgba(255, 255, 255, 0.4);
  color: white;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.8em !important;
}

footer {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 55px 0px;
  color: rgb(206, 206, 206) !important;
  font-size: 0.95em;
}

.contactForm .form-control {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(0, 153, 255, 0.3) !important;
  background: none;
  padding: 10px;
  color: white;
}

.contactForm .form-group {
  margin-bottom: 12px;
}

.contactForm label {
  font-weight: 500;
  margin-bottom: 8px;
}

.angle-ramp {
  background: linear-gradient(99deg, rgba(0, 153, 255, 0.9) 0%, rgba(0, 153, 255, 0) 50%);
}

.angle-ramp2 {
  background: linear-gradient(99deg, rgba(0, 153, 255, 0.9) 0%, rgba(0, 153, 255, 0) 100%);
  border-radius: 6px;
}

.rounded {
  border-radius: 15px !important;
}

.rounded-top {
  border-radius: 15px 15px 0 0 !important;
}

.rounded-bottom {
  border-radius: 0 0 15px 15px !important;
}

.rounded-right {
  border-radius: 0 15px 15px 0 !important;
}

.rounded-left {
  border-radius: 15px 0 0 15px !important;
}

body {
  font-family: "Inter", sans-serif;
  color: rgb(212, 212, 212) !important;
  background-color: #1b2636;
  font-size: 1em !important;
  /* Setting maincolor3 as default bg */
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

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

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

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

.btn-3, .btn-2, .btn-1 {
  display: inline-block;
  padding: 0.45rem 1rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-1 {
  background: #0099ff;
  color: #1b2636;
}
.btn-1:hover {
  transform: translateY(-2px);
  background: rgb(0, 128.52, 214.2);
}
.btn-1:active {
  transform: translateY(0);
  box-shadow: none;
}

.btn-2 {
  background: #1b2636;
  color: #d3b384;
}
.btn-2:hover {
  transform: translateY(-2px);
  background: rgb(13.4, 18.8592592593, 26.8);
}
.btn-2:active {
  transform: translateY(0);
  box-shadow: none;
}

.btn-3 {
  background: #d3b384;
  color: #1b2636;
}
.btn-3:hover {
  transform: translateY(-2px);
  background: rgb(200.2502994012, 160.4323353293, 101.9497005988);
}
.btn-3:active {
  transform: translateY(0);
  box-shadow: none;
}

.navbar-custom {
  background-color: rgba(27, 38, 54, 0.95);
  backdrop-filter: blur(10px);
}
.navbar-custom .navbar-brand {
  color: #d3b384;
  font-weight: 700;
}
.navbar-custom .navbar-nav .nav-link {
  color: rgba(211, 179, 132, 0.7);
}
.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link.active {
  color: #0099ff;
}

.project-card {
  background-color: #1b2636;
  border: 1px solid rgba(211, 179, 132, 0.1);
  color: #d3b384;
}
.project-card .project-body h3 {
  color: #d3b384;
}
.project-card .project-body p.location {
  color: #0099ff;
}

.glass-card {
  background: linear-gradient(135deg, rgba(27, 38, 54, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(27, 38, 54, 0.3) !important;
  border-top: 1px solid rgba(27, 38, 54, 0.5) !important;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.17);
  transition: all 1s ease;
  border-radius: 8px;
  border-bottom: 2px dotted #0099ff !important;
}
.glass-card .card-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  color: #d3b384;
  font-size: 1.4em !important;
}
.glass-card .card-body {
  background: transparent;
}
.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px 0 rgba(76.5, 183.6, 255, 0.4);
  border-color: rgba(76.5, 183.6, 255, 0.6) !important;
}

.glass-card:hover .micon {
  background-color: #0099ff !important;
  transition: all 400ms;
  color: white;
  border-left: 5px solid #d3b384;
  margin-left: 35%;
}

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

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

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

.micon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #d3b384;
  color: #1b2636;
  border-radius: 50%;
  text-align: center;
  margin: 10px 0px;
  border-left: 5px solid #0099ff;
  transition: all 400ms;
}

.micon2 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #0099ff;
  color: white;
  border-radius: 50%;
  text-align: center;
  margin: 10px 0px;
}

.big {
  font-size: 2.8em !important;
}

.container {
  padding: 0px 30px !important;
}

@keyframes top-bg-animate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
.top-bg-animate {
  animation: top-bg-animate 5s infinite ease-in-out;
}

.owl-item,
.owl-stage-outer,
.owl-stage {
  border-radius: 15px;
}

.owl-gal .owl-item {
  transform: scale(0.9);
  transition: transform 0.9s ease;
  z-index: 1;
}
.owl-gal .owl-item.center {
  transform: scale(1);
  z-index: 2;
  position: relative;
}

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

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

.tanitim3 {
  color: gray !important;
}

.tanitim3 ul {
  list-style-type: none;
  padding: 10px !important;
}

.tanitim3 ul li {
  margin-bottom: 5px;
}

.tanitim3 ul li:before {
  font-family: bootstrap-icons;
  color: #0099ff;
  content: "\f134";
  margin-right: 10px;
}

.caption-container {
  position: relative;
  margin-bottom: 35px;
}

.right-image-area {
  position: relative;
  width: 60%;
  margin-left: auto;
}

.left-text-area {
  position: absolute;
  z-index: 2;
  border-left: 3px dashed #051e50;
  left: 0px;
  width: 50%;
  top: 50%;
  transform: translate(0, -50%);
  background: white;
  padding: 20px;
  border-radius: var(--borderRadius);
  background: rgba(27, 38, 54, 0.6);
}

.left-image-area {
  position: relative;
  width: 60%;
  margin-right: auto;
}

.right-text-area {
  position: absolute;
  z-index: 2;
  right: 0px;
  width: 50%;
  top: 50%;
  border-right: 3px dashed #051e50;
  transform: translate(0, -50%);
  background: rgba(27, 38, 54, 0.6);
  padding: 20px;
  border-radius: var(--borderRadius);
}

.galleryli {
  display: inline !important;
}

.galleryli a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 4px;
  color: lightgray;
}

.galleryli :hover a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0099ff;
  padding: 10px;
  border-radius: 4px;
  color: lightgray;
}

.topBG {
  height: 250px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 153, 255, 0.2);
}

.pagetoptitle {
  font-size: 2rem;
  font-weight: 700;
  color: #d3b384;
}

.breadcrumb .breadcrumb-item:first-child a {
  color: #d3b384 !important;
}

.breadcrumb .breadcrumb-item:nth-child(2) a {
  color: #d3b384 !important;
  opacity: 0.5;
}

@media (max-width: 1199.98px) {
  .right-text-area {
    position: relative;
    width: auto;
    top: 0px;
    transform: translate(0, 0);
  }
  .left-text-area {
    position: relative;
    width: auto;
    top: 0px;
    transform: translate(0, 0);
  }
  .left-image-area {
    width: auto;
    margin: 0px;
  }
  .right-image-area {
    width: auto;
    margin: 0px;
  }
}
.nav-link {
  color: rgb(221, 221, 221) !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.topUl .nav-link {
  color: rgb(221, 221, 221) !important;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 0.9em !important;
}

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

.nav-scroll {
  background-color: #1b2636 !important;
  padding: 25px 0px !important;
  transition: all 0.5s ease;
}

.navbar-brand img {
  width: 290px !important;
}

.navbar-toggler-icon {
  filter: invert(100%);
}

@media screen and (max-width: 768px) {
  .navbar-brand img {
    width: 190px !important;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-collapse {
    background: #1b2636 !important;
    padding: 10px;
  }
}
.carousel .carousel-item {
  height: 78vh !important;
}

.carousel-item img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  min-height: 78vh !important;
}

.slider-overlay {
  position: absolute;
  inset: 0;
  background: rgba(27, 38, 54, 0.01);
  /* siliklik oranı */
  z-index: 2;
}

.sliderTitle {
  font-family: "Domine", serif !important;
  color: #d3b384 !important;
  font-weight: 300;
  font-size: clamp(2.2em, 4vw, 3.1em);
  line-height: 1.2;
}

.sliderSpot {
  color: white !important;
  font-size: clamp(1.1em, 1.5vw, 1.1rem);
}

.top-down-gradient {
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0; */
  background: linear-gradient(to bottom, #1b2636 0%, rgba(27, 38, 54, 0.5) 60%);
  pointer-events: none;
  /* overlay yazıları engellemesin */
  z-index: 2;
}

.down-top-gradient {
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0; */
  background: linear-gradient(to top, #1b2636 0%, rgba(27, 38, 54, 0) 50%);
  pointer-events: none;
  /* overlay yazıları engellemesin */
  z-index: 2;
}

.down-top-gradient2 {
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0; */
  background: linear-gradient(to top, #0099ff 0%, rgba(27, 38, 54, 0.6) 50%, rgba(27, 38, 54, 0) 80%);
  /* overlay yazıları engellemesin */
  /* overlay yazıları engellemesin */
  z-index: 2;
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%) !important;
  width: 4%;
  z-index: 6;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(100%);
}

.carousel-indicators {
  bottom: 117px;
}

.playfair {
  font-family: "Domine", serif;
  font-weight: 300;
}

.stroke {
  -webkit-text-fill-color: rgba(211, 179, 132, 0.1);
  /* yazıyı şeffaf yapar */
  -webkit-text-stroke: 0.5px rgb(231.1556886228, 213.8143712575, 188.3443113772);
  /* stroke kalınlığı ve rengi */
}

@media screen and (max-width: 768px) {
  .carousel .carousel-item {
    height: 100vh !important;
  }
  .carousel-item img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 100vh !important;
  }
}
