@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  background-color: #ffffff;
  font-weight: 500;
  color: #000000;
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 46px;
  text-align: center;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
}

.app-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 40px;
  border-radius: 5px;
  color: #ffffff;
  padding: 0 15px;
  background-color: #0078c9;
  transition: 0.3s;
}
.app-btn:hover {
  background-color: #00558d;
}
.app-btn img {
  width: 22px;
  margin-right: 6px;
}
.app-btn i {
  margin-right: 6px;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1;
}

.wrapper {
  padding-top: 75px;
  margin-bottom: 50px;
}

.page-header-title {
  background-color: #061824;
  padding: 60px 0;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  background-size: 100%;
  background-position: center;
  background-image: url("/assets/images/projeler-bg.jpg");
  position: relative;
}
.page-header-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 33, 53, 0.74);
}
.page-header-title h1 {
  font-size: 34px;
  position: relative;
  z-index: 1;
}

.navbar-web {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
  height: 75px;
  display: flex;
  align-items: center;
}
.navbar-web .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-web .inside .links ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.navbar-web .inside .links ul li {
  margin-right: 20px;
  font-weight: 600;
  color: #000000;
  position: relative;
}
.navbar-web .inside .links ul li:hover ul {
  display: block;
}
.navbar-web .inside .links ul li ul {
  display: none;
  position: absolute;
  top: 20px;
  background-color: #ffffff;
  padding: 20px;
  width: -moz-max-content;
  width: max-content;
  left: 0;
}
.navbar-web .inside .links ul li ul li {
  margin-bottom: 15px;
}
.navbar-web .inside .links ul li ul li:last-child {
  margin-bottom: 0;
}
.navbar-web .inside .links ul li a {
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 16px;
  transition: 0.3s;
  position: relative;
}
.navbar-web .inside .links ul li a:hover {
  color: #0078c9;
}
.navbar-web .inside .links ul li a.active {
  color: #0078c9;
}
.navbar-web .inside .links ul li a.active::after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 10px;
  bottom: -5px;
  background-color: #0078c9;
}
.navbar-web .inside .links ul li a i {
  font-size: 26px;
  font-variation-settings: "wght" 400;
}
.navbar-web .inside .links ul li a.app-btn {
  color: #ffffff;
}
.navbar-web .inside .links ul li a.whatsapp-btn {
  border: 1px solid rgb(35, 196, 35);
  background-color: #ffffff;
  color: rgb(35, 196, 35);
}
.navbar-web .inside .links ul li:last-child {
  margin-right: 0;
}
.navbar-web .inside .logo {
  width: 220px;
}
.navbar-web .inside .logo img {
  max-width: 100%;
}

.content-title {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 16px;
  max-width: 100%;
  text-align: left;
}
.content-title h4 {
  font-size: 32px;
  text-align: center;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
}
.content-title h1 {
  font-size: 46px;
  text-align: center;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
}

.main-header {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.main-header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.7;
}
.main-header .scroll-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
  font-size: 30px;
}
.main-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.main-header .header-mobil-img {
  display: none;
}
.main-header .header-mobil-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.main-header img {
  width: 100%;
}
.main-header .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  padding: 0 15px;
  max-width: 100%;
}
.main-header .text h1 {
  font-size: 70px;
  color: #ffffff;
  font-weight: 800;
  text-shadow: 3px 3px 5px #272727;
  margin-bottom: 0;
}
.main-header .text h1 b,
.main-header .text h1 strong {
  color: #0078c9;
  font-weight: 800;
}
.main-header .text p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  text-shadow: 3px 3px 5px #272727;
  margin-bottom: 0;
  margin-top: 10px;
}

.services-home {
  margin-bottom: 50px;
}
.services-home .row {
  display: flex;
  flex-wrap: wrap;
}
.services-home .row > [class^=col-],
.services-home .row > [class*=" col-"] {
  display: flex;
  flex-direction: column;
}
.services-home .services-box {
  padding: 15px;
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 10px;
  flex-grow: 1;
  border: 1px solid #e5e5e5;
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.13);
}
.services-home .services-box:hover .img-div img {
  scale: 1.1;
}
.services-home .services-box .img-div {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}
.services-home .services-box .img-div img {
  transition: 0.3s;
}
.services-home .services-box .img-div:before {
  content: "";
  transition: 0.3s;
}
.services-home .services-box h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin: 0;
}
.services-home .services-box .box-text {
  display: block;
  text-align: center;
  margin-bottom: 0;
  color: #393939;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.areas-home {
  margin-bottom: 0;
}
.areas-home .areas-row {
  display: flex;
  flex-wrap: wrap;
}
.areas-home .container {
  max-width: 100%;
  padding: 0;
}
.areas-home .areas-box {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.areas-home .areas-box img {
  transition: 0.6s;
  width: 100%;
}
.areas-home .areas-box:hover img {
  scale: 1.3;
}
.areas-home .areas-box::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background-color: #021829;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  transition: 0.6s;
}
.areas-home .areas-box .img-div {
  position: relative;
  overflow: hidden;
}
.areas-home .areas-box .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
.areas-home .areas-box .text i {
  display: block;
}

.project-home {
  background-color: #061824;
  padding: 50px 0;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}
.project-home .text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 26px;
}
.project-home .text .app-btn {
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
}

.brands-home {
  margin-bottom: 50px;
}
.brands-home .brand-slider .logo img {
  width: 140px;
  max-width: 100%;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
footer {
  padding: 30px 0;
  background-color: #f6f6f6;
}
footer .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .inside .left {
  display: flex;
  align-items: center;
}
footer .inside .left .logo {
  margin-right: 20px;
}
footer .inside .left .logo img {
  width: 250px;
}
footer .inside .left .menu-map {
  display: flex;
}
footer .inside .left .menu-map a {
  display: block;
  margin-right: 25px;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}
footer .inside .left .menu-map a:last-child {
  margin-right: 0;
}
footer .inside .right {
  text-align: right;
}
footer .inside .right span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
footer .inside .right img {
  width: 100px;
  display: block;
  margin-left: auto;
}

.products-page .row > [class^=col-],
.products-page .row > [class*=" col-"] {
  display: flex;
  flex-direction: column;
}
.products-page .services-home {
  margin-bottom: 0;
}
.products-page .products-box {
  padding: 20px;
  margin-bottom: 30px;
  flex-grow: 1;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
}
.products-page .products-box:hover .img-div img {
  scale: 1.1;
}
.products-page .products-box .img-div {
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.products-page .products-box .img-div img {
  transition: 0.3s;
}
.products-page .products-box .img-div:before {
  content: "";
  transition: 0.3s;
}
.products-page .products-box h2 {
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin: 0;
  font-weight: 600;
}
.products-page .products-box .box-text {
  display: block;
  text-align: center;
  margin-bottom: 0;
  color: #393939;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.about-page .top-banner {
  margin-bottom: 40px;
}
.about-page h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.about-page p {
  font-size: 16px;
  font-weight: 500;
}

.contact-page .contact-row {
  max-width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-page .contact-row .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background-color: #0078c9;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #ffffff;
}
.contact-page .contact-row .icon i {
  font-size: 32px;
}
.contact-page .contact-row .text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.contact-page .contact-row .text a {
  color: #000000;
}
.contact-page .road-to-address {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffc107;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: 600;
  color: #000000;
}
.contact-page .map {
  margin-bottom: -50px;
}
.contact-page .map iframe {
  width: 100%;
  height: 600px;
  border: 0;
}

.project-page .nav-tabs {
  border: 0;
  margin-top: -40px;
  padding: 20px 15px;
  background-color: #061824;
}
.project-page .nav-tabs .nav-link {
  border-radius: 5px;
  font-weight: 500;
  background-color: unset;
  color: #ffffff;
}
.project-page .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.project-page .nav-tabs .nav-link.active {
  border-color: #0078c9;
  color: #ffffff;
  background-color: #0078c9;
}
.project-page .project-list {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(280px, 1fr);
  place-content: center;
}
@media (min-width: 576px) {
  .project-page .project-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .project-page .project-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.project-page .project-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.project-page .project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.project-page .project-card .project-image img {
  max-width: 100%;
  display: block;
}
.project-page .project-card .project-info {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.project-page .project-card .project-status {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.project-page .project-card .ongoing-badge {
  background-color: #ffc107;
  color: #856404;
}
.project-page .project-card .completed-badge {
  background-color: #28a745;
  color: white;
}
.project-page .project-card .project-title {
  font-size: 1.5em;
  margin: 0 0 10px 0;
  color: #343a40;
}
.project-page .project-card .project-details {
  font-size: 0.9em;
  color: #6c757d;
  margin-bottom: 15px;
}
.project-page .project-card .project-details p {
  margin: 5px 0;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 50px;
}

.gallery-item {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 5px;
}
.gallery-item:hover {
  transform: scale(1.03);
  opacity: 0.8;
}

.modal-gallery {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-gallery .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.modal-gallery .close:hover, .modal-gallery .close:focus {
  color: #bbb;
  text-decoration: none;
}
.modal-gallery .modal-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 80%;
  max-width: 900px;
  text-align: center;
}
.modal-gallery .modal-content #modalImage {
  width: auto;
  max-height: 80vh;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.modal-gallery .modal-content .prev,
.modal-gallery .modal-content .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-gallery .modal-content .prev:hover,
.modal-gallery .modal-content .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-gallery .modal-content .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.mobile-menu {
  height: 75px;
  position: fixed;
  width: 100%;
  display: none;
  align-items: center;
  left: 0;
  top: 0;
  padding: 0 15px;
  background-color: #ffffff;
  z-index: 10;
  border-bottom: 1px solid #dfdfdf;
}
.mobile-menu .inside {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu .logo img {
  width: 200px;
}
.mobile-menu .hamburger-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mobile-menu .hamburger-icon i {
  font-size: 40px;
  color: #000000;
}
.mobile-menu .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}
.mobile-menu .menu {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  background: #fff;
  padding: 40px 20px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  z-index: 1001;
}
.mobile-menu .menu ul {
  list-style: none;
  padding: 0;
}
.mobile-menu .menu ul li {
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid rgb(214, 214, 214);
  padding-bottom: 20px;
}
.mobile-menu .menu ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.mobile-menu .menu ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.mobile-menu .menu ul li a i {
  margin-right: 5px;
}
.mobile-menu .menu ul li a img {
  width: 20px;
}
.mobile-menu .menu ul li.has-sub {
  cursor: pointer;
}
.mobile-menu .menu ul li.has-sub::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}
.mobile-menu .menu ul li.has-sub .submenu {
  display: none;
  margin-top: 10px;
  padding-left: 15px;
}
.mobile-menu .menu ul li.has-sub .submenu li {
  margin-bottom: 10px;
}
.mobile-menu .menu ul.contact-menu {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
}
.mobile-menu .menu ul.contact-menu .whatsapp {
  display: none;
}
.mobile-menu.active .menu {
  left: 0;
}
.mobile-menu.active .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-contact-btn {
  display: none;
}

@media (max-width: 992px) {
  .areas-home .areas-box:hover img {
    scale: unset;
  }
  body {
    display: block;
  }
  .mobile-contact-btn {
    display: block;
    position: fixed;
    width: 180px;
    bottom: 20px;
    right: 20px;
    z-index: 5;
  }
  .mobile-menu {
    display: flex;
  }
  .navbar-web {
    display: none;
  }
  .main-header .text h1 {
    font-size: 40px;
  }
  .main-header .text p {
    font-size: 22px;
  }
  footer .inside .left .menu-map {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .logo-slider .logo {
    width: 100px;
  }
  .areas-home .areas-box {
    width: 100%;
  }
  .page-header-title h1 {
    font-size: 26px;
  }
  .project-home .text {
    display: block;
    text-align: center;
    font-size: 22px;
  }
  .project-home .text .app-btn {
    margin: 0 auto;
    margin-top: 15px;
  }
  footer .inside {
    display: block;
  }
  footer .inside .right {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid rgb(215, 215, 215);
  }
  footer .inside .left .menu-map {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  footer .inside .left .menu-map a {
    margin-bottom: 10px;
    margin-right: unset;
    font-weight: 600;
  }
  .content-title h4 {
    font-size: 22px;
  }
  .about-page .top-banner {
    margin-bottom: 20px;
  }
  .about-page h1 {
    font-size: 30px;
  }
}/*# sourceMappingURL=site.css.map */