@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,400;0,500;0,600;0,700;0,800;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&family=Roboto:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: Manrope,sans-serif;
  background-color: #fff; }

.scroll-1::-webkit-scrollbar {
  width: 5px;
  background-color: transparent; }

.scroll-1::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  background-color: #f6b60b; }

.scroll-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: transparent; }

.hrn-nav {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  box-shadow: 4px 4px 3px 4px #efefef;
  margin-bottom: 5px; }
  .hrn-nav .hrn-logo {
    position: relative;
    float: left;
    width: auto; }
    .hrn-nav .hrn-logo a.hrn-brandlogo {
      position: relative;
      top: 0px;
      left: 1.75rem;
      text-decoration: none;
      color: #000;
      overflow: hidden; }
      .hrn-nav .hrn-logo a.hrn-brandlogo img {
        padding: 10px;
        object-fit: contain;
        width: auto;
        height: 80px; }
  .hrn-nav .hrn-rightmenu {
    position: absolute;
    right: 50px;
    top: 20px;
    float: right;
    width: auto;
    margin: auto; }
    .hrn-nav .hrn-rightmenu a {
      font-size: 2rem;
      color: #f6b60b;
      width: 100%;
      text-decoration: none;
      font-family: 'Manrope',sans-serif;
      transition: all cubic-bezier(0.1, 1, 1, 1) 0.3s;
      margin-left: 10px; }
      .hrn-nav .hrn-rightmenu a:hover {
        color: #f6b60b; }
  .hrn-nav .hrn-navmenu {
    position: relative;
    float: left;
    background-color: white;
    margin: auto; }
    .hrn-nav .hrn-navmenu ul {
      list-style-type: none; }
      .hrn-nav .hrn-navmenu ul li {
        position: relative;
        float: left;
        padding: 0px;
        margin-left: 0px; }
        .hrn-nav .hrn-navmenu ul li a {
          color: #000;
          width: 100%;
          height: 100px;
          padding: 0px 10px;
          display: flex;
          justify-content: center;
          align-items: center;
          text-decoration: none;
          font-family: 'Manrope',sans-serif;
          font-weight: 400;
          font-stretch: normal;
          font-size: 14px;
          text-transform: uppercase;
          transition: all cubic-bezier(0.1, 1, 1, 1) 0.3s; }
          .hrn-nav .hrn-navmenu ul li a:hover {
            color: #f6b60b;
            background-color: #fff; }
      .hrn-nav .hrn-navmenu ul li.acilirmenu:hover {
        background-color: #f6b60b;
        color: #fff; }
        .hrn-nav .hrn-navmenu ul li.acilirmenu:hover a:hover {
          background-color: #f6b60b;
          color: #fff; }
      .hrn-nav .hrn-navmenu ul li.acilirmenu:hover .acilirmenuicerikleri {
        opacity: 1;
        display: block;
        animation-name: hrnanimate;
        animation-duration: .3s; }
      .hrn-nav .hrn-navmenu ul li.acilirmenu .acilirmenuicerikleri {
        position: absolute;
        top: 100px;
        left: -85%;
        width: 300px;
        padding: 15px;
        background-color: #fff;
        color: #000;
        z-index: 2;
        box-shadow: 1px 1px 1px 2px #f6b60b;
        border-radius: .4em;
        opacity: 1;
        transition: all linear .3s;
        display: none;
        border-right: 20px solid #f6b60b;
        border-left: 20px solid #f6b60b; }
        .hrn-nav .hrn-navmenu ul li.acilirmenu .acilirmenuicerikleri ul {
          list-style-type: none;
          width: 250px;
          padding: 0px; }
          .hrn-nav .hrn-navmenu ul li.acilirmenu .acilirmenuicerikleri ul li {
            position: relative;
            float: left;
            padding: 20px 5px;
            border-bottom: 1px solid rgba(100, 100, 100, 0.1);
            width: 250px;
            margin: 0px; }
            .hrn-nav .hrn-navmenu ul li.acilirmenu .acilirmenuicerikleri ul li a {
              padding: 0px;
              margin: 0px;
              width: 240px;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              text-align: left;
              color: #000; }
          .hrn-nav .hrn-navmenu ul li.acilirmenu .acilirmenuicerikleri ul li:hover a {
            color: #f6b60b;
            background-color: #eee;
            font-weight: 700; }
      .hrn-nav .hrn-navmenu ul li.acilirmenu .acilirmenuicerikleri:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-bottom-color: #fff;
        border-top: 0;
        margin-left: -20px;
        margin-top: -20px; }
  .hrn-nav .hrn-kategorimenu {
    position: relative;
    float: left; }
    .hrn-nav .hrn-kategorimenu a.hrn-kategorilink {
      left: 16px;
      position: relative;
      float: left;
      padding: 0px 20px;
      color: #000;
      font-size: 1.2rem;
      text-decoration: none;
      transition: all cubic-bezier(0.1, 1, 1, 1) 0.3s;
      border: 5px solid transparent; }
      .hrn-nav .hrn-kategorimenu a.hrn-kategorilink:hover {
        color: #f6b60b;
        border-bottom: 5px solid #f6b60b; }

.hrn-navline {
  position: relative;
  float: left;
  width: 5%;
  line-height: 4px;
  height: 4px;
  margin-top: 20px !important; }

.hrn-bgred {
  background-color: #C21010; }

.hrn-bgblue {
  background-color: #277BC0; }

.hrn-bggreen {
  background-color: #2B7A0B; }

.hrn-bgyellow {
  background-color: #FFCB42; }

.carousel__slide {
  width: var(--carousel-slide-width, 20%); }

@media only screen and (max-width: 993px) {
  .carousel__slide {
    width: var(--carousel-slide-width, 50%); } }
.hrn-mobileshow {
  display: none;
  visibility: hidden; }

.hrn-mobilehidden {
  display: block;
  visibility: visible; }

@media only screen and (max-width: 940px) {
  .hrn-nav .sidenavmobilmenu {
    display: block; }

  .hrn-mobilehidden {
    display: none;
    visibility: hidden; }

  .hrn-mobileshow {
    display: block;
    visibility: visible; }

  .hrn-nav .hrn-logo {
    padding: 0px;
    margin-left: 0px; }
    .hrn-nav .hrn-logo a.hrn-brandlogo {
      left: 0px; }

  .hrn-nav .container-fluid {
    padding: 0px;
    margin: 0px; }

  .swiper2 {
    display: none;
    visibility: hidden; }

  .filters {
    position: absolute;
    left: -500px;
    width: 0px;
    min-width: 0px;
    height: 100vh;
    overflow: hidden; }

  .filters.open {
    position: absolute;
    z-index: 50000001;
    width: 250px !important;
    min-width: 250px !important;
    min-height: 100vh;
    height: 100%;
    overflow: auto;
    left: -20px;
    background-color: #fff; } }
@keyframes hrnanimate {
  from {
    top: 280px; }
  to {
    top: 120px; } }
.sidenavmobilmenu {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 2rem;
  color: #f6b60b;
  display: none; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5000001;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  box-shadow: 2px 2px 2px 3px rgba(150, 150, 150, 0.5); }

.sidenav.open {
  width: 250px;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto; }

#main.overlayforsidenav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(150, 150, 150, 0);
  z-index: 5000000; }

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: block;
  transition: 0.3s; }
  .sidenav a i {
    font-size: 16px; }

.sidenav a:hover {
  color: #999; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
ul.hrnmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  width: 100%; }
  ul.hrnmenu li {
    float: left;
    width: 100%; }
  ul.hrnmenu li a {
    display: inline-block;
    color: #000;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    width: 100%;
    transition: all linear .3s; }
  ul.hrnmenu li a:hover, ul.hrnmenu .menu:hover {
    background-color: #fff;
    color: #f6b60b; }
  ul.hrnmenu li.menu {
    display: inline-block; }
  ul.hrnmenu .acilir-menu {
    position: relative;
    background-color: #fff;
    min-width: 160px;
    width: 100%;
    transition: all linear .3s;
    height: 0px;
    overflow: hidden; }
  ul.hrnmenu .acilir-menu a {
    display: block;
    text-align: left;
    margin-left: 15px;
    transition: all linear .3s; }
  ul.hrnmenu .acilir-menu a:hover {
    color: #f6b60b; }

.righttop {
  position: absolute;
  right: 50px;
  top: 10px;
  color: #000; }
  .righttop a {
    color: #000;
    transition: all linear .3s; }
    .righttop a:hover {
      color: #f6b60b;
      text-decoration: none; }
    .righttop a i, .righttop a span {
      font-size: 1rem; }

.baslik {
  position: relative;
  float: left;
  width: 100%;
  padding: 25px 1.5rem;
  font-family: 'Manrope',Arial,sans-serif;
  font-size: 25px;
  letter-spacing: 4px;
  font-weight: 800; }

nav .nav.nav-tabs button.nav-link {
  color: #000;
  border-radius: 0px; }
nav .nav.nav-tabs button.nav-link.active {
  background-color: #f4f5f8;
  border-color: #f4f5f8 #f4f5f8 #f4f5f8; }

.tab-pane {
  background-color: #f4f5f8; }

footer {
  position: relative;
  float: left;
  width: 100%;
  min-height: 50vh;
  background-color: #a10d2d;
  color: #f4f5f8;
  border-top: 5px solid #f4f5f8; }
  footer .footerimza {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px; }

.homelink {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  margin-top: 25px;
  box-shadow: 2px 1px 4px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all linear .3s;
  color: #000;
  text-decoration: none;
  padding: 25px; }
  .homelink:hover {
    color: #000;
    box-shadow: 2px 1px 4px 3px transparent;
    padding-left: 0px;
    background-color: #f6b60b; }

.hrn-imgresponsive img {
  max-width: 100%;
  max-height: 250px;
  box-shadow: 2px 1px 4px 3px rgba(0, 0, 0, 0.5); }

.saga-kaydir {
  float: right;
  padding: 0 0 10px 10px; }

.sola-kaydir {
  float: left;
  padding: 0 10px 10px 0; }

.bg-red {
  background-color: #a00;
  color: #fff; }

.badge {
  border-radius: 0px; }

.iletisimpage {
  position: relative;
  float: left;
  width: 100%;
  height: auto; }
  .iletisimpage span {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 5px; }
    .iletisimpage span i {
      font-size: 1.3rem;
      font-weight: 700;
      top: 5px;
      margin-right: 10px; }

.iletisimKapsayici {
  position: relative;
  float: left;
  width: 100%;
  height: auto; }
  .iletisimKapsayici span {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0px; }
    .iletisimKapsayici span i {
      font-size: 1.3rem;
      font-weight: 700;
      top: 5px;
      margin-right: 10px; }

ul.footermenu {
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
  ul.footermenu li {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0px; }
    ul.footermenu li a {
      position: relative;
      float: left;
      color: inherit;
      text-decoration: none; }
      ul.footermenu li a:hover {
        color: #f6b60b; }
    ul.footermenu li ul {
      position: relative;
      float: left;
      width: 90%;
      margin-left: 5%;
      list-style-type: none; }
      ul.footermenu li ul li {
        position: relative;
        float: left;
        width: 100%;
        margin: 5px 0px; }
        ul.footermenu li ul li a {
          position: relative;
          float: left;
          color: inherit;
          text-decoration: none; }
          ul.footermenu li ul li a:hover {
            color: #f6b60b; }

.service-cards *,
.service-cards *::before,
.service-cards *::after {
  box-sizing: border-box; }

.service-cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 100px 0px 25px 0px;
  padding: 0; }

.service-cards_item {
  display: flex;
  padding: 1rem;
  max-width: 600px;
  margin: 0 auto; }

.service-card_image {
  max-height: 250px;
  margin-top: -24px; }
  .service-card_image img {
    width: 100%;
    max-width: 600px;
    height: 100%;
    object-fit: cover; }
  .service-card_image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    top: -100px;
    background: linear-gradient(0deg, #fff 10%, rgba(0, 0, 0, 0) 100%); }

.service-card {
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all linear .2s;
  padding: 0px 0px 25px 0px; }
  .service-card:hover .service-card_title {
    font-size: 1.7rem; }
  .service-card:hover .service-card_text {
    background-color: #fafafa; }
  .service-card:hover {
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.9);
    scale: 0.98; }

.service-card_content {
  padding: 1rem;
  z-index: 1;
  display: block; }

.service-card_title {
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 2rem;
  line-height: 72px;
  margin-top: -50px;
  margin-bottom: 0px;
  text-shadow: #000 10px 0 10px;
  color: #f6b60b;
  background: linear-gradient(0deg, black 10%, rgba(250, 250, 250, 0) 100%);
  transition: all linear .2s; }

.service-card_text {
  color: #000;
  background-color: rgba(250, 250, 250, 0.8);
  padding: 15px 10px;
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 200;
  transition: all linear .2s; }
  .service-card_text p {
    max-width: 700px; }

.service-card_price {
  position: relative;
  top: 10px;
  right: 16px;
  text-align: right;
  color: white;
  font-family: "Raleway", sans-serif;
  height: 24px;
  font-size: 36px;
  font-weight: 400;
  text-shadow: black 3px 0px 6px; }

#item_fig .service-card:after {
  content: "Seasonal";
  font-family: "Raleway", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  width: 10ch;
  height: 1.5em;
  padding: 0.2em 0.4em;
  position: relative;
  bottom: calc(100% - 2.5em);
  left: 1em; }

.input-group.input-group-outline.hrn-filled-mask .form-label + .form-control {
  border-color: inherit;
  border-top-color: transparent;
  box-shadow: inset 1px 0 inherit, inset -1px 0 inherit, inset 0 -1px inherit; }

.input-group.input-group-outline.hrn-filled-mask .form-label {
  width: 100%;
  height: 100%;
  font-size: 0.6875rem !important;
  color: #inherit;
  display: flex;
  line-height: 1.25 !important; }

.input-group.input-group-outline.hrn-filled-mask .form-label:before,
.input-group.input-group-outline.hrn-filled-mask .form-label:after {
  opacity: 1; }

.input-group.input-group-outline.hrn-filled-mask .form-label:before,
.input-group.input-group-outline.hrn-filled-mask .form-label:after {
  border-top-color: inherit;
  box-shadow: inset 0 1px inherit; }

/*DYNAMIC*/
.input-group.input-group-dynamic.hrn-filled-mask .form-label + .form-control {
  border-color: inherit;
  border-top-color: transparent;
  box-shadow: inset 1px 0 inherit, inset -1px 0 inherit, inset 0 -1px inherit; }

.input-group.input-group-dynamic.hrn-filled-mask .form-label {
  width: 100%;
  height: 100%;
  font-size: 0.6875rem !important;
  color: #inherit;
  display: flex;
  line-height: 1.25 !important;
  top: -5px; }

.input-group.input-group-dynamic.hrn-filled-mask .form-label:before,
.input-group.input-group-dynamic.hrn-filled-mask .form-label:after {
  opacity: 1; }

.input-group.input-group-dynamic.hrn-filled-mask .form-label:before,
.input-group.input-group-dynamic.hrn-filled-mask .form-label:after {
  border-top-color: inherit;
  box-shadow: inset 0 1px inherit; }

.hesabimbtn {
  border: 4px solid #f6b60b;
  border-radius: 0px;
  padding-right: 5px;
  font-size: 1.2rem !important;
  font-weight: bold;
  align-items: center; }
  .hesabimbtn > span {
    background-color: #f6b60b;
    border-radius: 0px;
    font-size: 1.1rem;
    padding: 2px 5px 2px 5px;
    color: #fff;
    z-index: 0; }
  .hesabimbtn > small {
    font-size: .81rem;
    font-weight: 400; }

.hrntabbtn {
  border-radius: 0px;
  margin-left: 0.1rem; }

.hrntabbtn.active {
  background-color: #666 !important;
  color: #fff;
  transform: scale(0.8); }

.display-none {
  display: none; }

.imagegoverscale {
  position: relative;
  float: left;
  transition: all linear .3s; }
  .imagegoverscale:hover {
    transform: scale(4.5);
    z-index: 100000; }

.hrn-table {
  position: relative;
  width: 100%;
  padding: 1rem;
  border-radius: 15px; }
  .hrn-table tr {
    border: 1px solid rgba(150, 150, 150, 0.5);
    background-color: #C9D7DD; }
    .hrn-table tr td {
      vertical-align: middle;
      padding: 0px 5px;
      position: relative;
      word-wrap: break-word;
      border: 1px solid #aaa; }
      .hrn-table tr td img {
        max-height: 100%; }
  .hrn-table tr:nth-child(2n+1) {
    background-color: #fff; }
  .hrn-table thead tr th {
    background: #637A9F;
    color: #FFF;
    box-shadow: 2px 1px 3px 2px rgba(180, 180, 180, 0.5);
    padding: 0px 5px;
    text-align: center; }
  .hrn-table thead tr th span {
    font-size: 0.8rem !important; }
  .hrn-table tr td span {
    font-size: 0.8rem !important;
    color: #000 !important;
    text-wrap: balance;
    width: 100%; }
  .hrn-table tr:hover {
    transition: all easing .3s; }
  .hrn-table tbody tr:hover {
    background-color: #eee; }
  .hrn-table tbody tr.active {
    background-color: #fa0; }
  .hrn-table tbody tr.secilenurun {
    background-color: #09f; }

.moving-tab {
  border-radius: 0px !important;
  box-shadow: 0px 0px 0px #fff !important;
  border: 0px solid transparent !important; }

.moving-tab .nav-link.active {
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0px 1px 5px 1px transparent;
  animation: 0.2s ease;
  background: #fff;
  border-radius: 0px; }

.nav-fill > .nav-link {
  flex: none !important; }

.nav.nav-pills {
  background: transparent;
  border-radius: 0px;
  position: relative; }

.nav-item .nav-link.active {
  color: var(--bs-nav-link-color) !important; }

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