@charset "UTF-8";
/*
 * Copyright (c) 2023.
 * Alican KAYHAN <info@ackayhan.com>
 */
/*
 * 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+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=Oswald:wght@200;300;400;500;600;700&display=swap");
.main-color {
  color: #161920 !important;
}

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

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

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

.c-black-800 {
  color: #0d0f16 !important;
}

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

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

.c-dark {
  color: #28293d !important;
}

.c-blue {
  color: #34568B !important;
}

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

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

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

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

.c-gray {
  color: #7e7e7e !important;
}

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

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

.bg-gray {
  background-color: #7e7e7e !important;
}

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

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

.bg-black-tra {
  background-color: rgba(8, 8, 8, 0.6705882353) !important;
}

.bg-gold {
  background-color: #d0bb79 !important;
}

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

.bg-footer {
  background-color: #7e7e7e !important;
}

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

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

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

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

/*Butonlar*/
.theme-button-1 {
  font-size: 1em;
  border: 1px solid #d0bb79;
  border-radius: 50px;
  font-weight: 400;
  width: 120px;
  color: #d0bb79;
  z-index: 100;
  padding: 8px 10px;
}
.theme-button-1:hover {
  color: #28293d;
  background-color: #d0bb79;
}

.theme-button-2 {
  font-size: 1em;
  background-color: #d0bb79;
  border-radius: 50px;
  font-weight: 500;
  width: 190px;
  text-align: center;
  color: #161920;
  z-index: 100;
  padding: 15px 18px !important;
  border: 2px solid #d0bb79;
}
.theme-button-2:hover {
  color: #f7f7f7;
  background-color: transparent;
}

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

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

/*İletişim Sayfası*/
.contact-form input, .contact-form textarea {
  border: 1px solid #7e7e7e;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 5px;
  width: 100%;
}
.contact-form ::-moz-placeholder {
  color: #7e7e7e;
  padding-left: 2vh;
}
.contact-form ::placeholder {
  color: #7e7e7e;
  padding-left: 2vh;
}
.contact-form .form-check-input {
  width: 15px;
  background-color: #7e7e7e;
}

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

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

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
header {
  padding: 5px;
}
header img {
  margin-top: 15px !important;
}

.nav-color .logo img {
  width: 80%;
}

#header {
  height: 100px;
  z-index: 997;
  transition: all 0.5s;
}
#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: 400;
  letter-spacing: 1px;
}
#header img {
  padding: 10px;
  margin: 0;
  max-height: 120px;
}
#header h1 a, #header :hover {
  color: #fff;
  text-decoration: none;
}

.dropdown-hover ul li {
  display: none;
}
.dropdown-hover :hover ul {
  display: block;
}

/*--------------------------------------------------------------
  p:nth-last-child(2)
# 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: "Oswald", "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  color: #f7f7f7;
  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 {
  color: #d0bb79;
}
.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: #d0bb79;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 5px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #28293d;
  margin: 0 5px;
  font-size: 1rem;
}
.navbar .dropdown ul a:hover {
  color: #d0bb79;
}
.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: #d0bb79;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle:hover {
  color: #d0bb79 !important;
}

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

.offcanvas {
  z-index: 1005;
  background-color: #161920;
  padding-top: 15px;
  height: 100vmax;
}

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

/*
 * Copyright (c) 2023.
 * Alican KAYHAN <info@ackayhan.com>
 */
.scroll-to-top {
  position: fixed;
  z-index: 100;
  right: 1.3rem;
  bottom: 1rem;
  background: #d0bb79;
  color: #28293d;
  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 {
  border-top: 2px solid #1b1b1b;
  background-color: #0d0f16 !important;
}
footer ul {
  list-style-type: none !important;
}
footer h5 {
  color: #e1e1e1;
  font-weight: 400;
  color: #d0bb79 !important;
}
footer a {
  color: #e1e1e1;
  font-weight: 300 !important;
}
footer i :hover, footer .nav-link :hover {
  color: #f7f7f7;
}
footer .logo {
  max-width: 45%;
}

/*Carousel*/
.social-icons::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  bottom: 10px;
  left: 2.8rem;
  top: 40px;
  z-index: 200;
  background-color: #9E9284;
  animation: down-animation 4s infinite;
}

.social-icons::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  bottom: 120px;
  left: 2.8rem;
  z-index: 200;
  background-color: #9E9284;
  animation: up-animation 4s infinite;
}

/*Carousel*/
.social-icons {
  position: absolute;
  z-index: 201;
  bottom: 15%;
}
.social-icons ul {
  position: absolute;
  left: 0.5rem;
  top: -120px;
}
.social-icons li {
  list-style-type: none;
  padding-top: 10px;
}
.social-icons li a {
  color: rgba(255, 255, 255, 0.7725490196);
}
.social-icons li a:hover {
  color: #d0bb79;
  font-size: 1.1em;
}

.slider-button {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-content: center;
  bottom: 23vh;
  right: 2vh;
  z-index: 203;
}
.slider-button .sliderbutton--detail {
  position: absolute;
  right: 40vh;
  padding: 20px;
}
.slider-button .sliderbutton--detail .carousel-control-prev > span > i {
  font-size: 1.7em;
  color: #d0bb79;
  border-radius: 100%;
  padding: 5px;
  width: 40px;
  height: 40px;
}
.slider-button .sliderbutton--detail .carousel-control-prev > span > i:hover {
  color: #f7f7f7;
}
.slider-button .sliderbutton--detail .carousel-control-next > span > i {
  font-size: 1.7em;
  border-radius: 100%;
  padding: 5px;
  width: 40px;
  height: 40px;
  color: #d0bb79;
}
.slider-button .sliderbutton--detail .carousel-control-next > span > i:hover {
  color: #f7f7f7;
}
.slider-button .carousel-control-next, .slider-button .carousel-control-prev {
  opacity: 1 !important;
}

.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: rgba(40, 41, 61, 0.9176470588);
}
.carousel-slider .carousel-section {
  position: relative;
  z-index: 0;
  top: 0 !important;
}
.carousel-slider .carousel-item {
  height: 100vh;
}
.carousel-slider .carousel-item .carousel-video {
  filter: brightness(0.3);
  background-color: #161920;
}
.carousel-slider .carousel-item .carousel-inner {
  position: relative;
}
.carousel-slider .carousel-item .carousel-caption {
  position: absolute;
  flex-wrap: wrap;
  justify-content: end;
  max-width: 900px;
  align-content: end;
  top: 30%;
  text-align: right;
  margin: auto;
  right: 15vh;
  z-index: 100;
  color: white;
}
@media screen and (min-width: 1200px) {
  .carousel-slider .carousel-item .carousel-caption {
    top: 42%;
  }
}
.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: #d0bb79;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.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-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;
}

/*Home-Carousel-Referanslar*/
.home-reference {
  padding: 5vh 0;
}
.home-reference img {
  padding: 0 10px;
  filter: grayscale(1);
}
.home-reference img:hover {
  filter: grayscale(0);
}

/*Page Detail Section*/
.text-context {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45.3vh;
  color: #fff;
}

.text-context:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  height: 50vh;
  background-image: url(/assets/images/static/home/about.jpeg);
  width: 100%;
  filter: brightness(0.3);
  z-index: -1;
}

.logo-about-width {
  padding: 50px;
}

/* 
	YÖNETİM KURULU PAGE
*/
.directors {
  color: #f7f7f7;
  margin: 15vh 15px;
}
.directors .card-item {
  margin-bottom: 3vh;
}
.directors img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.directors-card {
  display: inline-block;
  filter: grayscale(100%);
  transition: all ease 1s;
  margin-top: 50px;
  margin-bottom: 25px;
}
.directors-card:hover {
  filter: grayscale(0%);
}

.directors-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  color: #f7f7f7;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 10px;
  word-spacing: 5px;
  margin-bottom: 50px;
}

/*Yönetim Kurulu - Directors */
.profile-card {
  background-color: #d0bb79;
  color: #28293d;
  padding: 10px 0;
}
.profile-card h2 {
  font-size: 1.7em;
  font-weight: 400;
}
.profile-card h3 {
  font-size: 1.3em;
  font-weight: 300;
}
.profile-card a {
  text-decoration: none;
}
.profile-card .icons-person {
  text-align: center;
}
.profile-card .icons-person a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #21252e;
  background-color: #28293d;
  color: #d0bb79;
  border-radius: 100%;
}
.profile-card .icons-person a i {
  font-size: 0.99rem;
  line-height: 25px;
  color: #d0bb79;
}
.profile-card .icons-person a:hover {
  background-color: #d0bb79;
}
.profile-card .icons-person a:hover i {
  color: #28293d;
}

/*Hizmet Detay*/
.hizmet-detay {
  margin: 0 15px;
  margin-bottom: 15vh;
}
.hizmet-detay h2 {
  color: #d0bb79;
}
.hizmet-detay p {
  color: #f7f7f7;
}

.hizmet-img {
  margin-top: 100px;
  width: 100%;
  height: 400px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-title {
  border: 1px solid #d0bb79;
  border-radius: 5px;
  padding: 15px;
}
.services-title a {
  color: white;
}
.services-title a:hover {
  color: #d0bb79;
}
.services-title .nav-link:hover {
  color: #161920;
  background-color: #d0bb79;
}

/*Contact*/
.contact-page {
  color: white;
  padding: 4vh;
  border-radius: 5px;
  background-color: #0d0f16;
}
.contact-page i {
  color: white;
}
.contact-page .map {
  margin-top: 15px;
}

.contact-style .col-md-6 {
  padding: 5px 13px;
}
.contact-style .theme-button-2 {
  margin-top: 15px;
}
.contact-style .contact-form {
  margin-top: 5vh;
}
.contact-style .contact-form input, .contact-style .contact-form textarea {
  border: 1px solid #7e7e7e;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 5px;
  width: 100%;
}
.contact-style .contact-form ::-moz-placeholder {
  color: #7e7e7e;
  padding-left: 2vh;
}
.contact-style .contact-form ::placeholder {
  color: #7e7e7e;
  padding-left: 2vh;
}
.contact-style .contact-form .form-check-input {
  width: 15px;
  background-color: #d0bb79;
}

.about-page {
  display: flex;
  padding: 15vh 15px;
}
.about-page .col-lg-6 {
  margin: auto;
}
.about-page h2 {
  font-size: 2em;
  color: #d0bb79;
}
.about-page p {
  color: #f7f7f7;
}/*# sourceMappingURL=main.css.map */