@charset "UTF-8";
/*
 * Copyright (c) 2023.
 * Alican KAYHAN <info@ackayhan.com>
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
.main-color {
  color: #124d8a !important;
}

.second-color {
  color: #fd8a00 !important;
}

.c-white {
  color: #fbfbfb !important;
}

.c-black {
  color: #303030 !important;
}

.c-blue {
  color: #124d8a !important;
}

.c-blue-dark {
  color: #0b3058 !important;
}

.c-purple {
  color: #6B5B95 !important;
}

.c-orange {
  color: #fd8a00 !important;
}

.c-red {
  color: #c62127 !important;
}

.c-gray {
  color: #6b6b6b !important;
}

.c-yellow {
  color: #fdd214 !important;
}

.bg-blue {
  background-color: #124d8a !important;
}

.bg-orange {
  background-color: #fd8a00 !important;
}

.bg-gray {
  background-color: #6b6b6b !important;
}

.bg-gray-100 {
  background-color: #eeeeee !important;
}

.bg-shadow {
  background-color: rgba(48, 48, 48, 0.1725490196) !important;
}

.bg-black {
  background-color: #303030 !important;
}

.bg-footer {
  background-color: #6b6b6b !important;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f1f5f8;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  color: #303030;
}

.text-justify {
  text-align: justify;
}

.z-index-100 {
  z-index: 100 !important;
}

/*Butonlar*/
.theme-button-1 {
  font-size: 1em;
  border: 1px solid #124d8a;
  border-radius: 50px;
  font-weight: 500;
  color: #124d8a;
  z-index: 100;
  padding: 15px 10px;
}
.theme-button-1:hover {
  color: #fbfbfb;
  background-color: #124d8a;
}

.theme-button-2 {
  font-size: 1em;
  background-color: rgba(253, 139, 0, 0.9058823529);
  border-radius: 50px;
  font-weight: 500;
  width: 120px;
  text-align: center;
  color: #fbfbfb;
  z-index: 100;
  padding: 15px 10px;
}
.theme-button-2:hover {
  color: #fbfbfb;
  background-color: #fd8a00;
}

.theme-button-3 {
  font-size: 0.9em;
  background-color: #124d8a;
  border-radius: 50px;
  font-weight: 500;
  width: 80px;
  text-align: center;
  color: #fbfbfb;
  z-index: 100;
  padding: 15px 10px;
}
.theme-button-3:hover {
  color: #fbfbfb;
  background-color: #fd8a00;
}

.theme-button-4 {
  font-size: 0.9em;
  background-color: #fd8a00;
  border-radius: 50px;
  font-weight: 600;
  width: 190px;
  text-align: center;
  color: #fbfbfb;
  z-index: 100;
  padding: 15px 10px;
}
.theme-button-4:hover {
  color: #fbfbfb;
  background-color: #fd8a00;
}
@media screen and (max-width: 900px) {
  .theme-button-4 {
    font-size: 0.8em;
    width: 120px;
    line-height: 1em;
  }
}

.baslik {
  border-bottom: 2px solid #124d8a;
}

.contact-form input, .contact-form textarea {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 5px;
  width: 100%;
}
.contact-form ::-moz-placeholder {
  color: #6b6b6b;
  padding-left: 2vh;
}
.contact-form ::placeholder {
  color: #6b6b6b;
  padding-left: 2vh;
}
.contact-form .form-check-input {
  width: 15px;
  background-color: #eeeeee;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alegreya", sans-serif;
}

a, p {
  font-family: "Roboto", sans-serif;
}

.scroll-to-top {
  position: fixed;
  z-index: 100;
  right: 1.3rem;
  bottom: 1rem;
  background: #fd8a00;
  color: white;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 40px;
  font-size: 1.3em;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 0.5rem;
}
.scroll-to-top:hover {
  color: white;
  transform: scale(0.9);
}
.scroll-to-top:hover:before {
  animation: shine 1.5s;
}
.scroll-to-top::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 10;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

footer h5 {
  color: #124d8a;
}
footer i :hover, footer .nav-link :hover {
  color: #fd8a00;
}
footer .logo {
  max-width: 45%;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(250, 250, 250, 0.9);
}
#header .header-transparent {
  background: transparent;
}
#header .header-scrolled {
  background: rgba(255, 255, 255, 0.9);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
#header img {
  padding: 20px;
  margin: 0;
  max-height: 120px;
}
#header h1 a, #header :hover {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar :focus {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  color: #124d8a;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
  text-decoration: none !important;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  background: #fd8a00;
  color: #fbfbfb;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 5px;
  top: calc(100% + 30px);
  margin: 5px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 15px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #2a2c39;
  margin: 0 5px;
  font-size: 14px;
}
.navbar .dropdown ul a:hover {
  color: #fff;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul li :hover > a {
  color: #fff;
}
.navbar .dropdown ul li .active:hover {
  color: #fff;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #124d8a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle:hover {
  color: #fd8a00 !important;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.mobile-menu li > a {
  color: #fbfbfb!important;
}

.offcanvas {
  background-color: #0b3058;
  padding-top: 15px;
  height: 100vmax;
}

.navbar-toggler {
  position: absolute;
  right: 50px;
}

/*Top Contact*/
.top-contact {
  margin: 1vh 25vh !important;
  margin-right: -14px;
  margin-left: -14px;
}
.top-contact i {
  padding-right: 10px;
}
.top-contact .right-block {
  position: absolute;
  right: 25vh !important;
}

/*Carousel*/
/*Carousel*/
.carousel-slider > .carousel-inner > .carousel-item > img {
    width: 100%!important;
    height: 100vh!important;
    object-fit: contain;
    border: 1px solid white;
    background: white;
}
.carousel-slider video, .carousel-slider img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
  right: 0;
  bottom: 0;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .carousel-slider .carousel-caption {
    padding-bottom: 490px !important;
  }
  .carousel-slider .carousel-caption p {
    font-size: 0.9em;
  }
  .carousel-slider .carousel-caption .btn {
    height: 30px;
    font-size: 0.8em;
  }
}
.carousel-slider .carousel-item::before {
  content: "";
  z-index: 100;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.carousel-slider .carousel-section {
  z-index: 0;
  top: 0 !important;
}
.carousel-slider .carousel-item {
  height: 100vh;
}
.carousel-slider .carousel-item .carousel-video {
  filter: brightness(0.3);
  background-color: #303030;
}
.carousel-slider .carousel-item .carousel-inner {
  position: relative;
}
.carousel-slider .carousel-item .carousel-caption {
  position: absolute;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  top: 42%;
  text-align: center;
  max-width: 800px;
  margin: auto;
  z-index: 100;
  color: white;
}
.carousel-slider .carousel-item .carousel-caption h1 {
  font-size: 2.1em;
  font-weight: 600;
}
.carousel-slider .carousel-item .carousel-caption h2 {
  font-size: 2.5em;
  color: #fd8a00;
  font-family: "Alegreya", sans-serif;
  font-weight: 300;
}
.carousel-slider .carousel-item .carousel-caption p {
  font-weight: 300;
  font-size: 1.1em;
}
.carousel-slider .carousel-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 100%;
}
.carousel-project-img{
    width: 90px!important;
    height: 90px!important;
    object-fit: cover!important;
}
.proje-detay > .carousel-item > img {
    width: 80%;
    height: 400px;
    object-fit: contain;
    border: 1px solid white;
    background: white;
}
.carousel-slider .carousel-indicators button:hover {
  background-color: transparent;
}

.img-center-object {
  -o-object-position: center !important;
     object-position: center !important;
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}
.carousel-slider .carousel-inner .carousel-item-effect > img {
  animation: zoom 40s;
}

/*Owl-Carousel*/
.home-slider {
  max-width: 1700px;
}
.home-slider img {
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1140px) {
  .home-slider {
    padding: 0px 10px;
  }
}
.home-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #fd8a00;
}
.home-slider .home-slider__item, .home-slider .project-slider__item {
  position: relative;
}
.home-slider button:hover, .home-slider button:active, .home-slider button:visited {
  background-color: transparent !important;
}
.home-slider .owl-nav .owl-next i {
  color: #fd8a00;
  font-size: 1.3em;
}
.home-slider .owl-nav .owl-prev i {
  color: #fd8a00;
  font-size: 1.3em;
}
.home-slider .owl-nav .owl-prev i:hover {
  color: #fd8a00;
}

/*Home - Proje Sunum*/
@media screen and (min-width: 1600px) {
  .home-project {
    margin: 50px 275px;
  }
}
@media screen and (max-width: 1599px) {
  .home-project {
    margin: 45px 45px;
  }
  .home-project img {
    height: 550px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .home-project img {
    height: 350px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*Hizmetlerimiz Carousel*/
.hizmet-hiza {
  margin-top: 10vh !important;
}
@media screen and (max-width: 992px) {
  .hizmet-hiza {
    margin-top: 2vh !important;
  }
}

.hizmetlerimiz-project-img img {
  border-radius: 10px;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Parallax Home*/
.parallax-block {
  display: flex;
  justify-content: end;
  width: 100%;
  height: 250px;
  position: relative;
  padding: 20px;
  overflow: hidden;
  font-size: 16px;
}
.parallax-block h3 {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  font-size: 1.7em;
  transform: translateY(-50%);
  color: white;
  font-weight: 600;
}
@media screen and (max-width:700px){
	.parallax-block{
		  height: 350px;
	}
	.parallax-block h3{
		padding-top:40px;
	font-size:1.2em;
		
	}
	.theme-button-2{
		padding: 6px;
	}
}
.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
.img-parallax::before {
  content: "";
  z-index: 1000;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/*Proje Cards Anasayfa ve Projeler*/
.card {
    height: 330px;
}
.card-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    
}
.card > .card-body > h4{
    font-size: 2rem;
    margin-top: auto;
}
.card-img-top {
  height: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Proje-Detay */
.splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}

#custCarousel .carousel-indicators > li {
  width: 100px;
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-item img {
  width: 80%;
}

.carousel-item-project img {
  width: 100%;
  height: 100%;
}

/*Anasayfa Projelerimiz*/
.home-project-img img {
  height: 50vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/*Hakkımızda*/
.about-img-height img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-height img {
    border-radius: 10px;
    height: 600px;
    width: 750px !important;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 60px;
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .about-img-height img {
    border-radius: 10px;
    height: 400px;
    width: 650px !important;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 60px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1400px) {
  .about-img-height img {
    border-radius: 10px;
    height: 310px;
    width: 650px !important;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 60px;
    object-fit: cover;
  }
}

.carousel-indicator button[data-bs-target] {
  width: 80px;
}
@media screen and (max-width: 992px) {
  .carousel-indicator button[data-bs-target] {
    width: 70px;
  }
}

/*Checkbox*/
.form-check-input:checked {
  background-color: #124d8a;
  border-color: transparent;
}/*# sourceMappingURL=main.css.map */