/******************
**
** Slider
**
******************/
div.kizilay-navigation-wrapper {
  position: relative;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
div.kizilay-navigation-wrapper .btn-primary {
  border: none !important;
}
div.kizilay-navigation-wrapper div.ks-slider {
  color: #fff;
  display: flex;
  max-height: 800px;
  font-size: 50px;
  font-weight: 500;
  max-height: 100vh;
  align-items: center;
  justify-content: center;
}
div.kizilay-navigation-wrapper div.ks-slider div.slide-bg-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
div.kizilay-navigation-wrapper div.ks-slider div.slide-wrapper {
  opacity: 0;
  z-index: 10;
  /*margin-top: 50px;*/
  transition: 0.5s;
  display: inline-block;
  animation: slideOut 0.4s linear;
  -webkit-animation: slideOut 0.4s linear;
}
div.kizilay-navigation-wrapper div.ks-slider div.slide-wrapper h2.slide-title {
  z-index: 999;
  font-size: 48px;
  position: relative;
  text-shadow: 1px 1px 5px black;
}
div.kizilay-navigation-wrapper div.ks-slider div.slide-wrapper h2.slide-title::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  filter: blur(20px);
  position: absolute;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
}
div.kizilay-navigation-wrapper div.ks-slider.active-slide div.slide-wrapper {
  opacity: 1;
  margin-top: 0;
  transition: 0.6s;
  animation: slideIn 0.4s linear;
  -webkit-animation: slideIn 0.4s linear;
}
div.kizilay-navigation-wrapper div.dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 3px;
  justify-content: center;
}
div.kizilay-navigation-wrapper div.dots button.dot {
  width: 10px;
  border: none;
  height: 10px;
  padding: 5px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  background: #c5c5c5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
div.kizilay-navigation-wrapper div.dots button.dot:focus {
  outline: none;
}
div.kizilay-navigation-wrapper div.dots button.dot.active {
  background: red;
}
div.kizilay-navigation-wrapper svg.slider-arrow {
  width: 30px;
  height: 30px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
}
div.kizilay-navigation-wrapper svg.arrow-left {
  left: 5px;
}
div.kizilay-navigation-wrapper svg.arrow-right {
  left: auto;
  right: 5px;
}
div.kizilay-navigation-wrapper svg.arrow-disabled {
  fill: #c5c5c5;
}

/******************
**
** Services
**
******************/
div.kizilay-services-wrapper {
  position: relative;
}
div.kizilay-services-wrapper div.keen-slider div.carousel-slide {
  display: flex;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  max-height: 100vh;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
div.kizilay-services-wrapper div.keen-slider div.carousel-slide div.carousel-wrapper {
  width: 430px;
  height: 430px;
  display: flex;
  align-items: flex-end;
  background-size: cover !important;
  background-position: center center !important;
}
div.kizilay-services-wrapper div.keen-slider div.carousel-slide div.carousel-wrapper div.carousel-content {
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 40px 20px 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
div.kizilay-services-wrapper div.keen-slider div.carousel-slide div.carousel-wrapper div.carousel-content p {
  margin: 0;
  padding: 0;
}
div.kizilay-services-wrapper div.keen-slider div.carousel-slide div.carousel-wrapper div.carousel-content p.top-title {
  font-size: 14px;
}
div.kizilay-services-wrapper div.keen-slider div.carousel-slide div.carousel-wrapper div.carousel-content p.title {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.kizilay-services-wrapper div.keen-slider div.carousel-slide div.carousel-wrapper div.carousel-content a {
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transform: translateX(50%) translateY(-50%);
  background-color: #000000;
}
div.kizilay-services-wrapper div.keen-slider div.carousel-slide div.carousel-wrapper div.carousel-content a i {
  font-size: 14px;
  color: #ffffff;
}
div.kizilay-services-wrapper div.keen-slider div.carousel-slide div.carousel-wrapper div.carousel-content a:hover {
  background-color: #ffffff;
}
div.kizilay-services-wrapper div.keen-slider div.carousel-slide div.carousel-wrapper div.carousel-content a:hover i {
  color: #000000;
}
div.kizilay-services-wrapper div.dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 3px;
  justify-content: center;
}
div.kizilay-services-wrapper div.dots button.dot {
  width: 10px;
  border: none;
  height: 10px;
  padding: 5px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  background: #c5c5c5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
div.kizilay-services-wrapper div.dots button.dot:focus {
  outline: none;
}
div.kizilay-services-wrapper div.dots button.dot.active {
  background: red;
}
div.kizilay-services-wrapper svg.slider-arrow {
  width: 20px;
  height: 20px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #c5c5c5;
  cursor: pointer;
}
div.kizilay-services-wrapper svg.arrow-left {
  left: -30px;
}
div.kizilay-services-wrapper svg.arrow-right {
  left: auto;
  right: -30px;
}
div.kizilay-services-wrapper svg.arrow-disabled {
  fill: #c5c5c5;
}

/* Mobile responsive styles for services slider */
@media (max-width: 767px) {
  div.kizilay-services-wrapper div.keen-slider div.carousel-slide div.carousel-wrapper {
    width: 100%;
    max-width: 350px;
    height: 350px;
    margin: 0 auto;
  }
  div.kizilay-services-wrapper div.keen-slider div.carousel-slide div.carousel-wrapper div.carousel-content {
    margin: 0 20px 20px 20px;
  }
  div.kizilay-services-wrapper div.keen-slider div.carousel-slide div.carousel-wrapper div.carousel-content p.title {
    font-size: 18px;
    white-space: normal;
    text-overflow: unset;
    overflow: visible;
  }
  div.kizilay-services-wrapper div.dots {
    bottom: -40px;
  }
  div.kizilay-services-wrapper svg.arrow-left {
    left: -15px;
  }
  div.kizilay-services-wrapper svg.arrow-right {
    right: -15px;
  }
}
/******************
**
** Partners
**
******************/
#kizilay-partner-section .kizilay-navigation-wrapper {
  position: relative;
  margin-top: 50px;
  border-top: 1px solid #e1dbec;
  display: flex;
  justify-content: center;
  box-shadow: none !important;
}
#kizilay-partner-section .kizilay-navigation-wrapper .arrows {
  gap: 10px;
  margin-top: -15px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  background-color: #ffffff;
}
#kizilay-partner-section .kizilay-navigation-wrapper button.slider-arrow {
  width: 30px;
  height: 30px;
  border: none;
  background-color: #eeeeee;
  cursor: pointer;
}
#kizilay-partner-section .kizilay-navigation-wrapper button.slider-arrow:hover {
  color: #ffffff;
  background-color: #e01a22;
}

[class^=number-slide],
[class*=" number-slide"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  max-height: 100vh;
}

/******************
**
** About Section
**
******************/
section#kizilay-about-section:nth-child(odd) {
  background-color: #ffffff;
}
section#kizilay-about-section:nth-child(even) {
  background-color: #f6f6f6;
}
section#kizilay-about-section div.about-video-image {
  position: relative;
}
section#kizilay-about-section div.about-video-image img {
  object-fit: cover;
}
section#kizilay-about-section h5 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #ffffff;
}
section#kizilay-about-section a {
  text-decoration: none;
  color: #222222;
}
section#kizilay-about-section a h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-shadow: 1px 1px 0px #ffffff;
}
section#kizilay-about-section p {
  color: #797582;
  text-align: justify;
}
section#kizilay-about-section ul.about-tel-services-list {
  width: 100%;
}
section#kizilay-about-section ul.about-tel-services-list li {
  display: flex;
  padding: 20px;
  background-color: #ffffff;
  grid-template-columns: repeat(2, 1fr);
}
section#kizilay-about-section ul.about-tel-services-list li i {
  font-size: 42px;
  color: #8BBFBC;
}
section#kizilay-about-section ul.about-tel-services-list li h5 {
  margin: 0;
  font-size: 18px;
}
section#kizilay-about-section ul.about-tel-services-list li div.info {
  color: #797582;
}
section#kizilay-about-section ul.about-tel-services-list li div.info a {
  color: #13222B;
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: 0;
}
section#kizilay-about-section ul.about-tel-services-list li div.info a::after {
  display: block;
  content: "";
  transform: scaleX(0);
  transform-origin: 100% 50%;
  border-bottom: solid 2px #13222B;
  transition: transform 250ms ease-in-out;
}
section#kizilay-about-section ul.about-tel-services-list li div.info a:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

/******************
**
** Home Contact Form
**
******************/
section#section-contact-form {
  padding: 50px 0 !important;
}
section#section-contact-form div.contact-form-image {
  position: relative;
}
section#section-contact-form div.contact-form-image div.after-bar {
  width: 30px;
  height: 100px;
  position: absolute;
  top: calc(100% - 50px);
  left: calc(100% - 60px);
}
section#section-contact-form button.btn-primary {
  border: none !important;
}

/* Extra extra large devices (xxl, 1400px and up) */
@media (min-width: 1400px) {
  div.kizilay-navigation-wrapper div.ks-slider {
    max-height: 950px !important;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  div.kizilay-navigation-wrapper {
    max-height: calc(100vh - 300px) !important;
  }
  div.kizilay-navigation-wrapper div.ks-slider {
    max-height: calc(100vh - 300px) !important;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
  div.kizilay-navigation-wrapper {
    max-height: calc(100vh - 200px) !important;
  }
  div.kizilay-navigation-wrapper div.ks-slider {
    max-height: calc(100vh - 200px) !important;
  }
  section#kizilay-about-section ul.about-tel-services-list li i {
    font-size: 24px;
  }
  section#kizilay-about-section ul.about-tel-services-list li h5 {
    font-size: 14px;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 480px) {
  div.kizilay-navigation-wrapper {
    max-height: calc(100vh - 200px) !important;
  }
  div.kizilay-navigation-wrapper div.ks-slider {
    max-height: calc(100vh - 200px) !important;
  }
}
/* Animation */
@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}
/* Home Page About Section */
section#kizilay-about-section {
  background-color: #f6f6f6;
}
section#kizilay-about-section div.about-video-image {
  position: relative;
}
section#kizilay-about-section div.about-video-image img {
  object-fit: cover;
}
section#kizilay-about-section div.about-video-image div.video-button-wrapper {
  top: 80px;
  width: 80px;
  height: 80px;
  right: -40px;
  cursor: pointer;
  position: absolute;
}
section#kizilay-about-section div.about-video-image div.video-button-wrapper::before, section#kizilay-about-section div.about-video-image div.video-button-wrapper::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  animation: borderPulse 5s infinite;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
section#kizilay-about-section div.about-video-image div.video-button-wrapper::after {
  animation-delay: 1s;
}
section#kizilay-about-section div.about-video-image div.video-button-wrapper div.video-popup {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  color: #ffffff;
  position: absolute;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  background-color: #e01a22;
}
section#kizilay-about-section div.about-video-image div.video-button-wrapper div.video-popup button {
  width: 100%;
  height: 100%;
}
section#kizilay-about-section h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 0px #ffffff;
}
section#kizilay-about-section h1, section#kizilay-about-section h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-shadow: 1px 1px 0px #ffffff;
}
section#kizilay-about-section p {
  color: #797582;
  text-align: justify;
}
section#kizilay-about-section ul.about-tel-services-list {
  width: 100%;
  margin-top: 40px;
}
section#kizilay-about-section ul.about-tel-services-list li {
  display: flex;
  padding: 24px 5px;
  background-color: #ffffff;
  grid-template-columns: repeat(2, 1fr);
}
section#kizilay-about-section ul.about-tel-services-list li i {
  top: -5px;
  left: -5px;
  z-index: 99;
  color: #e01a22;
  font-size: 22px;
  position: absolute;
}
section#kizilay-about-section ul.about-tel-services-list li h5 {
  margin: 0;
  font-size: 13px;
}
section#kizilay-about-section ul.about-tel-services-list li h5 a {
  color: #e01a22;
  border-bottom: 0;
  letter-spacing: 0;
  text-decoration: none;
}
section#kizilay-about-section ul.about-tel-services-list li h5 a::after {
  display: block;
  content: "";
  transform: scaleX(0);
  transform-origin: 100% 50%;
  border-bottom: solid 2px #e01a22;
  transition: transform 250ms ease-in-out;
}
section#kizilay-about-section ul.about-tel-services-list li h5 a:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
section#kizilay-about-section ul.about-tel-services-list li div.info {
  color: #797582;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  section#kizilay-about-section ul.about-tel-services-list li i {
    font-size: 32px;
  }
  section#kizilay-about-section ul.about-tel-services-list li h5 {
    font-size: 16px;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
  section#kizilay-about-section ul.about-tel-services-list li i {
    font-size: 24px;
  }
  section#kizilay-about-section ul.about-tel-services-list li h5 {
    font-size: 14px;
  }
  section#kizilay-about-section div.video-button-wrapper {
    right: 40px !important;
  }
}

/*# sourceMappingURL=homepage.min.css.map */
