/* This Section Contains Variables */
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - */
/* This Section Contains styling for default Index Page */
.c4-izmir {
  --primary-color: var(--secondary-theme-shade-2);
  --secondary-color: var(--secondary-theme-shade-3);
  --transition-duration: 500ms;
  --border-width: 0px;
  --overlay-opacity: 1;
  --image-opacity: 1;
}

.category_unvailable_container svg {
  height: 55vh;
}

#main_index_carousel {
  height: 80vh;
  overflow: hidden;
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (max-width: 600px) {
  #main_index_carousel {
    height: 30vh;
  }
}
@media only screen and (min-width: 600px) {
  #main_index_carousel {
    height: 50vh;
  }
}
@media only screen and (min-width: 768px) {
  #main_index_carousel {
    height: 60vh;
  }
}
@media only screen and (min-width: 992px) {
  #main_index_carousel {
    height: 70vh;
  }
}
@media only screen and (min-width: 1200px) {
  #main_index_carousel {
    height: 90vh;
  }
}
#main_index_carousel .slick-list, #main_index_carousel .slick-track {
  height: inherit;
}
#main_index_carousel .new_prev_button, #main_index_carousel .new_next_button {
  transition: right 0.5s ease-in, left 0.5s ease-in;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1500;
  background-color: transparent;
}
#main_index_carousel .new_prev_button svg, #main_index_carousel .new_next_button svg {
  width: 2.5rem;
  fill: var(--secondary-theme-shade-2);
  stroke: var(--secondary-theme-shade-2);
  stroke-width: 1px;
}
#main_index_carousel:hover .new_prev_button {
  left: 20px;
}
#main_index_carousel:hover .new_next_button {
  right: 20px;
}
#main_index_carousel .new_prev_button {
  left: -50px;
}
#main_index_carousel .new_next_button {
  right: -50px;
}
#main_index_carousel .slick-prev {
  left: 20px;
  z-index: 1500;
}
#main_index_carousel .slick-next {
  right: 20px;
  z-index: 1500;
}
#main_index_carousel .carousel_side_tag_container {
  position: relative;
  height: inherit;
}
#main_index_carousel .carousel_side_tag_container .carousel_side_tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  z-index: 1000;
}
#main_index_carousel .carousel_side_tag_container .carousel_side_tag svg {
  height: inherit;
}
#main_index_carousel .carousel_side_tag_container .side_carousel {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 100%;
  z-index: 500;
}
#main_index_carousel .carousel_side_tag_container .side_carousel .sub_carousel_obj {
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center;
}
#main_index_carousel .carousel_side_tag_container .slick-dots {
  bottom: 20px;
}
#main_index_carousel .carousel_side_tag_container .sub_carousel_1, #main_index_carousel .carousel_side_tag_container .sub_carousel_2, #main_index_carousel .carousel_side_tag_container .slick-list, #main_index_carousel .carousel_side_tag_container .slick-track {
  height: inherit;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - */
/* This Section Contains styling for Index Page in different media */
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - */

/*# sourceMappingURL=index_page.css.map */
