/*  LAYOUT
====================================*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@font-face {
    font-family: 'DotMatrix';
    src: url('/fonts/DotMatrix_TR.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.font-eb {
  font-family: "EB Garamond", serif;
}
.font-jt {
    font-family: 'Jost' !important;
}
.fs-6 {font-size: 6px!important;}
.fs-7 {font-size: 7px!important;}
.fs-8 {font-size: 8px!important;}
.fs-9 {font-size: 9px!important;}
.fs-10 {font-size: 10px!important;}
.fs-11 {font-size: 11px!important;}
.fs-12 {font-size: 12px!important;}
.fs-13 {font-size: 13px!important;}
.fs-14 {font-size: 14px!important;}
.fs-15 {font-size: 15px!important;}
.fs-16 {font-size: 16px!important;}
.fs-18 {font-size: 18px!important;}
.fs-19 {font-size: 19px!important;}
.fs-20 {font-size: 20px!important;}
.fs-21 {font-size: 21px!important;}
.fs-22 {font-size: 22px!important;}
.fs-23 {font-size: 23px!important;}
.fs-24 {font-size: 24px!important;}
.fs-25 {font-size: 25px!important;}
.fs-26 {font-size: 26px!important;}
.fs-27 {font-size: 27px!important;}
.fs-28 {font-size: 28px!important;}
.fs-29 {font-size: 29px!important;}
.fs-30 {font-size: 30px!important;}
.fs-31 {font-size: 31px!important;}
.fw-3{font-weight: 300!important;}
.fw-4{font-weight: 400!important;}
.fw-5{font-weight: 500!important;}
.fw-6{font-weight: 600!important;}
.fw-7{font-weight: 700!important;}
.fw-8{font-weight: 800!important;}
.fw-9{font-weight: 900!important;}
img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

svg {
  /* fill: currentColor; */
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  vertical-align: -0.15em;
}

.circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
}

.object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parsley-errors-list {
  list-style: none;
  padding: 0;
  color: var(--bs-red);
  margin-bottom: 0;
  width: 100%;
}
.parsley-errors-list li {
  margin: 0.5rem 0;
  font-size: 11px;
}

.block {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.block-top {
  padding-top: 2.5rem;
}

.block-bottom {
  padding-bottom: 2.5rem;
}

.font-xl {
  font-size: 18px !important;
}
.font-lg {
  font-size: 16px !important;
}
.font-md {
  font-size: 14px !important;
}
.font-sm {
  font-size: 13px !important;
}
.font-xs {
  font-size: 12px !important;
}
.font-xxs {
  font-size: 11px !important;
}

.line-height-normal {
  line-height: normal;
}
.letter-space1 {
  letter-spacing: 0.05em;
}
.letter-space2 {
  letter-spacing: 1em;
}
.letter-spacemd {
  letter-spacing: 0.75em;
}

.tooltip .tooltip-inner {
  background-color: var(--bs-primary);
  font-size: 12px;
}
.tooltip .tooltip-arrow:before {
  border-top-color: var(--bs-primary);
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

.w-sm {
  width: 0.875rem !important;
  height: 0.875rem !important;
}
.w-md {
  width: 1rem !important;
  height: 1rem !important;
}
.w-lg {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.w-xl {
  width: 2rem !important;
  height: 2rem !important;
}

/*  HEADER
====================================*/
.header {
  position: relative;
  top: 0;
  z-index: 18;
  left: 0;
  width: 100%;
  height: 85px;
  background-color: #e6eff0;
}
.logo-img {
  width: 80px;
  height: 67px;
}
.main-menu {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  text-align: center;
}

.navbar-collapse {
  position: relative;
}
.navbar-nav .dropdown {
  position: inherit;
}
.navbar-nav .dropdown-toggle {
  position: relative;
}
.navbar-nav .active.dropdown-toggle::after {
  display: none;
}
.menu--open .navbar-collapse {
  position: absolute;
  display: block !important;
  align-items: flex-start;
  right: 0;
  top: 0;
  padding: 7% 2.5%;
  width: 30%;
  max-width: 100%;
  min-height: 100vh;
  transform: translateX(-200%);
  background-color: var(--bs-white);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  transition: transform 0.5s;
  overflow: hidden;
  overflow-y: auto;
  z-index: 99;
}
.menu--open .navbar-collapse {
  transform: translateX(0%);
  z-index: 99;
}
.menu--open .navbar-nav {
  display: block;
}
.menu--open .nav-favorites-login {
  margin-top: 30%;
  justify-content: center;
}
}
.menu--open .navbar-nav .nav-link {
  color: var(--bs-dark);
  text-align: left;
}
.menu--open .navbar-expand-xl .navbar-nav .dropdown-menu {
  position: relative;
}
.menu--open.dropdown--open .navbar-expand-xl .navbar-nav .dropdown-menu {
  display: flex;
}
.menu--open .dropdown-menu {
  background-color: var(--bg-dark);
  border: 0;
}
.menu--open .dropdown-menu .dropdown-item {
  margin-left: 0.75rem;
  color: var(--bs-dark);
  border-radius: 0;
}
.menu--open .dropdown-menu .dropdown-item:hover {
  color: var(--bs-cyan);
  background-color: transparent;
}
.menu--open .nav-search-wrap {
  top: auto;
  margin-top: 15px;
  z-index: 99;
}

.navbar-nav .nav-item {
  margin: 0 0.5rem;
}
.navbar-nav .nav-link {
  color: #000;
  height: 39px;
  font-weight: 500;
  padding: 0.65rem 1.25rem 0.5rem;
  border-left: 0.5px solid transparent;
  border-right: 0.5px solid transparent;
  letter-spacing: 0.155em;
  font-size: 13px;
  border:0px solid transparent;
}
.navbar-nav .nav-link .lang{
    border: 1px solid transparent;
}
.navbar-nav .nav-link.active{
    background-color: var(--bs-white);
}
.navbar-nav .nav-link:hover {
    border:0px solid transparent;
    border-bottom: 2px solid #000;
}

.navbar-toggler {
  position: relative;
  height: 3.2rem;
  width: 3.2rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-left: 0.5rem;
  background-color: transparent;
}

.navbar-toggler:hover {
  background-color: transparent;
}
.navbar-toggler i {
  display: block;
  position: absolute;
  top: 18px;
  right: 32.5%;
  width: 18px;
  height: 2px;
  transition: all 0.4s;
  border-radius: 1rem;
  background-color: var(--bs-black);
}

.navbar-toggler i:nth-child(2) {
  top: 24px;
  width: 8px;
  right: 43.5%;
  transition: all 0s;
}

.navbar-toggler i:nth-child(3) {
  top: 30px;
}

.menu--open,
.menu--open body {
  overflow: hidden;
}

.menu--open .navbar-toggler,
.btn-toggler.active {
  z-index: 19;
}

.menu--open .navbar-toggler i:first-child,
.navbar-toggler.active i:first-child {
  top: 25px;
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
}

.menu--open .navbar-toggler i:nth-child(2),
.navbar-toggler.active i:nth-child(2) {
  opacity: 0;
  left: 60px;
}

.menu--open .navbar-toggler i:nth-child(3),
.navbar-toggler.active i:nth-child(3) {
  top: 25px;
  -wekit-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
}

.menu--open .bg-navbar {
  visibility: visible;
  z-index: 99;
  opacity: 0.8;
  top: 130px;
}

.bg-navbar,
.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.header--fixed .header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 19;
  background-color: #e6eff0;
  box-shadow: 0px 6px 8px 0px rgba(2, 47, 52, 0.08);
}

.homepage .header {
  position: absolute;
  background-color: transparent;
  transition: all 0.9s;
}
.homepage .header .logo-img_dark {
  display: none;
}
.homepage .header:hover,
.homepage .header.aktif {
    background-color: #fff;
}

.homepage .header.aktif .navbar-nav .nav-link,
.homepage .header:hover .navbar-nav .nav-link {
  color: #000;
}
.homepage .header.aktif .main-menu,
.homepage .header:hover .main-menu {
  border-color: #000;
}
.homepage .header.aktif .logo-img_dark,
.homepage .header:hover .logo-img_dark {
  display: inline-flex;
}
.homepage .header.aktif .logo-img,
.homepage .header:hover .logo-img {
  display: none;
}
.homepage .main-home {
  height: 100vh;
}
.homepage .main-home .main-image {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.homepage .main-home .main-image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.homepage .logo-img,
.homepage .logo-img_dark {
  width: 170px;
  height: 116px;
}
.homepage .main-menu {
  border-color: #fff;
}
.homepage .navbar-nav .nav-link {
  color: #fff;
  height: 39px;
  border-left: 0;
  border-right: 0;
  position: relative;
}
.homepage .navbar-nav .nav-link:hover {
  color: #000;
  border-left: 0;
  border-right: 0;
}
/* .homepage .navbar-nav .nav-link:after {
  position:absolute;
  width:100%;
  height:2px;
  background-color:#000;
  content:"ytrty";
  left:0;
  bottom:0;
  opacity: 0;
} */
.homepage .navbar-nav .nav-link:hover:after {
  opacity: 1;
}
.navbar-nav .dropdown-menu {
    padding-top: 1px;
    box-shadow: 0px 6px 8px 0px rgba(2, 47, 52, 0.08);
}
.dropdown-item {
  padding-bottom: 0.15rem;
  border-bottom: 2px solid transparent;
  margin: 0 0.5rem;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #000;
  border-bottom-color: #000;
}
.dropdown-menu {
  padding-bottom: 0;
}

.homepage .navbar-expand-xl .navbar-nav .dropdown-menu {
  background-color: transparent;
  border-color: #fff;
  border-bottom: 0;
}
.homepage .header:hover .navbar-expand-xl .navbar-nav .dropdown-menu {
  background-color: #fff;
  border-top: 1px solid #000;
}
.homepage .header:hover .dropdown-item {
  color: #000;
  border-bottom: 2px solid transparent;
}
.homepage .header:hover .dropdown-item:hover {
  border-color: #000;
}
.homepage .dropdown-item {
  color: #fff;
}
.homepage .dropdown-item:hover {
  background-color: var(--bs-white);
  color: #000;
}
.homepage .navbar-toggler {
  background-color: transparent;
}
.homepage .navbar-toggler i {
  background-color: var(--bs-white);
}
.menu--open .homepage .navbar-toggler i {
  background-color: var(--bs-black);
}
.menu--open .homepage .navbar-nav .nav-link {
  color: var(--bs-primary);
}
.index-page {
  position: relative;
  z-index: 9;
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  color: #fff;
}
.open-box {
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
  border: 0.5px solid #fff;
  padding: 2.5rem 3rem;
  font-size: 15px;
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}

.open-box h4 {
  margin-bottom: 1.5rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.open-box:hover {
  background-color: #fff;
  color: #000;
}
.btn-reservation {
  letter-spacing: 0.155em;
  font-weight: 500;
  padding: 0.75rem 2rem 0.65rem;
  transition: all 0.5s ease-in-out;
}

/*reservation menu*/
.rsv-list .panel-heading {
  display: block;
}
.itools {
  position: relative;
  bottom: 2px;
  left: 3px;
}
.panel-collapse {
  font-size: 12px;
  font-weight: normal;
  border: 0;
}
.btn-person {
  border-width: 0.5px;
  width: 170px !important;
}
.btn-ladies {
  font-weight: 600;
  width: 170px !important;
}
.btn-ladies span {
  font-weight: 400;
}
.btn-ladies:hover {
  background-color: #fff;
  color: #000;
  opacity: 1 !important;
}
.step-box {
  padding: 0.75rem;
  color: #999;
}
.step-box .step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.step-box p {
  margin-bottom: 0;
}
.step-box .step-number span {
  border-radius: 50%;
  color: #999;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
}
.step-line {
  background-color: #dcdcdc;
  width: 1px;
  height: 85px;
  justify-content: center;
  display: inline-flex;
}
.step.active .step-box {
  color: #a3d0da;
}
.step.active .step-box span {
  border-color: #a3d0da;
  color: #a3d0da;
  font-weight: bold;
  background-color: transparent;
}

.basket-item .item-quantity .qty-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.basket-item__total {
  font-size: 1.8rem;
  font-weight: 600;
}

.rsv-list {
  margin-bottom: 12px;
}
.rsv-list h4 {
  font-size: 18px;
  margin-right: 0.5rem;
  letter-spacing: 0.05em;
}
.rsv-list .i-tooltip {
  margin-left: 0.25rem;
}
.rvs-price {
  text-align: end;
  letter-spacing: 0.05em;
}

.rsv-selection {
}
.rsv-selection_title {
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px;
  min-width: 250px;
}
.rsv-selection_body {
  font-weight: 500;
}
/* .rsv-selection_body p {
  margin-bottom: 0.25rem;
}
.rsv-selection_body span:before {
  content: "[";
  margin-right: 0.25rem;
  font-weight: 300;
}
.rsv-selection_body span:after {
  content: "]";
  margin-left: 0.25rem;
  font-weight: 300;
} */
.rsv-selection_item{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0.05rem;
}
.rsv-selection_item_price{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0.25rem;
}
.rsv-selection_total{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0.25rem;
}
.rsv-box {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #000;
  padding: 1rem;
}
.rsv-box .i-tooltip {
  width: 18px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -14px;
  background-color: #e6eff0;
  border-radius: 100%;
  height: 18px;
}
.rsv-box .rsv-detail {
  line-height: 28px;
}
.tooltip {
  display: inline;
  position: relative;
}
.tooltip:hover:after {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #444;
  border-radius: 8px;
  color: #fff;
  content: attr(title);
  margin: -82px auto 0;
  font-size: 16px;
  padding: 13px;
  width: 220px;
}
/* Quantity Buttons */
.qty-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.qty-btns {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 15px;
}

.qty-btn {
  color: #000;
  cursor: pointer;
  padding: 0 0px;
  position: relative;
  border: 0;
  width: 2rem;
  height: 2rem;
  font-weight: 400;
}
.qty-btn svg {
  width: 12px;
  height: 13px;
}

.qty-btn:hover,
.qty-btn:focus {
  color: #959595;
}
.qty-input {
    width: 32px;
    line-height: 19px;
    text-align: center !important;
    padding: 3px 5px;
    outline: none;
    border: 0.5px solid #000000;
    color: #000;
    background-color: #fff;
    font-weight: 300;
    text-align: end;
    letter-spacing: 0.05em;
    font-size: 18px !important;
}

.rsv-list .qty-btns {
  padding-left: 0;
}

.accordion,
.accordion-item {
  background-color: transparent;
}
.accordion-item {
  border: 0;
}

.accordion-button:not(.misafir) {
  border-top: 1px solid #000;
  border-radius: 0 !important;
  background-color: transparent;
}
.accordion-button.collapsed{
    /* border-bottom: 1px solid #000; */
}
.accordion-item:last-child .accordion-button.collapsed:not(.misafir){
    border-bottom: 0px solid #000;
}

.accordion-item:last-child :not(.misafir) .accordion-collapse.collapse.show{
    border-bottom: 1px solid #000;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-button:focus {
  border-color: #000;
}

.categori-slider .slider-nav .slick-next,
.categori-slider .slider-nav .slick-prev {
  display: none !important;
}
.categori-slider .slider-nav .item-slick {
  max-width: 50px;
  margin-right: 5px;
  outline: none !important;
  cursor: pointer;
  max-height: 40px;
  height: 40px;
}
.categori-slider .slick-slide p {
  font-size: 16px;
  font-weight: 300;
}
.custom-direction {
  position: absolute;
  transform: translateY(-40px);
  width: 100%;
}
.custom-direction .slick-prev,
.custom-direction .slick-next {
  border-radius: 0;
  background-color: #fff;
}
.custom-direction .slick-prev:hover,
.custom-direction .slick-next:hover {
  opacity: 0.8;
}

.pos-box {
  transition: 0.3s;
}
.pos-box:hover {
  border-color: #999 !important;
}
.pos-box .link-dark:hover {
  opacity: 0.5;
}
.product-box {
  margin-bottom: 1.5rem;
  text-align: center;
}
.product-box .product-image {
  padding: 1.5rem 1rem;
  background-color: #fafbfd;
  margin-bottom: 1.25rem;
}

.scale-image {
  position: relative;
  overflow: hidden;
}
.scale-image img {
  object-fit: cover;
  transition: transform 0.4s;
}
.scale-image:hover img {
  transform: scale(1.1);
}

/*FOOTER*/
.footer {
  background-color: #e6eff0;
}
.footer .footer-logo {
  width: 128px;
}
.footer .footer-title {
  font-weight: 500;
  font-size: 0.875rem;
}
.footer-menu a {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
}
.footer-menu li {
  margin: 5px 0;
}
.footer-menu li:hover a {
  color: var(--bs-secondary);
}

.footer-newsletter .title {
  font-size: 20px;
  font-weight: 500;
}
.footer-newsletter .input-group {
  border: 1px solid #000;
}
.footer-newsletter .input-group .form-control {
  height: 50px;
}
.footer-newsletter .input-group .form-control:focus,
.footer-newsletter .input-group .form-control:focus-visible {
  border: 0;
  outline: none !important;
}
.footer-newsletter .input-group .input-group-text {
  letter-spacing: 0.155em;
  color: #000;
  background-color: #fff;
  border-left: 1px solid #000;
  margin-left: 0 !important;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}
.footer-newsletter .input-group .input-group-text:hover {
  background-color: var(--bs-light);
}
.footer-social {
  display: flex;
  justify-content: start;
}
.footer-social li {
  margin: 0.375rem;
}
.footer-social li a {
  width: 1.75rem;
  font-size: 1.4rem;
  height: 1.75rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*FOOTER*/

.hero {
  background-color: #ebebeb;
  padding: 0.5rem 0;
  text-align: center;
}
.hero nav {
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
}
.hero nav li a {
  color: #000;
}
.hero nav li:hover a {
  color: var(--bs-primary);
}
.hero-details {
  position: absolute;
}
.hero-image {
  position: relative;
  overflow: hidden;
}
.page-hero__wrapper {
  position: relative;
  align-items: center;
}

.btn-ladies:not(.active) {
  opacity: 0.5;
}
.btn-ladies.active,
.btn-ladies.active:active {
  background: #a3d0da;
  border: 1px solid #a3d0da;
  color: #000000;
}

.rsv-picker .datepicker-inline,
.rsv-picker .datepicker table {
  width: 385px;
  max-width: 385px !important;
  margin-left: auto;
  margin-right: auto;
}
.rsv-picker .datepicker th,
.rsv-picker .datepicker td {
  height: 42px;
  width: calc(100% / 7);
  line-height: 26px;
  color: #000000;
  border: 0.5px solid #000;
  border-radius: 0;
  font-size: 16px;
}
.rsv-picker .datepicker th{
    height: 30px;
}

.rsv-picker .datepicker thead th {
  font-weight: 500;
  font-size: 15px;
}

.rsv-picker .datepicker thead th svg {
  width: 29px;
  height: 28px;
  vertical-align: 0;
}

.rsv-picker .datepicker thead tr:nth-child(2) th {
  border: 0;
  height: inherit;
  font-weight: 500;
  font-size: 15px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
}
.rsv-picker .datepicker thead tr:nth-child(2) .datepicker-switch span {
  display: inline-block;
  font-weight: 300;
  margin-left: 0.5rem;
}
.rsv-picker .datepicker thead tr:nth-child(3) th {
  background-color: #fff;
}

.rsv-picker .datepicker table tr td.day:hover,
.rsv-picker .datepicker table tr td.day.focused,
.rsv-picker .datepicker table tr td span:hover,
.rsv-picker .datepicker table tr td span.focused {
  background-color: #fff;
}
.rsv-picker .datepicker table tr td.active,
.rsv-picker .datepicker table tr td.active:hover,
.rsv-picker .datepicker table tr td.active.disabled,
.rsv-picker .datepicker table tr td.active.disabled:hover,
.rsv-picker .datepicker table tr td.today,
.rsv-picker .datepicker table tr td.today:hover,
.rsv-picker .datepicker table tr td.today.disabled,
.rsv-picker .datepicker table tr td.today.disabled:hover,
.rsv-picker .datepicker table tr td span.active,
.rsv-picker .datepicker table tr td span.active:hover,
.rsv-picker .datepicker table tr td span.active.disabled,
.rsv-picker .datepicker table tr td span.active.disabled:hover {
  background-color: #a3d0da;
  background-image: none;
  color: #000;
  border-color: #000;
}

.rsv-picker .datepicker .next,
.rsv-picker .datepicker .prev {
  font-size: 24px;
}
.rsv-picker .datepicker .datepicker-switch:hover,
.rsv-picker .datepicker .prev:hover,
.rsv-picker .datepicker .next:hover {
  background-color: inherit;
}

.check-btn {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}
.check-btn .form-check-input {
  position: absolute;
  visibility: hidden;
}
.check-btn .form-check-label {
  border: 0.5px solid #000;
  color: #000;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
}

.check-btn .form-check-input:checked[type="radio"] ~ .form-check-label {
  background-color: #a3d0da;
}

.rvs-time .check-btn .form-check-label {
  position: relative;
  font-size: 13px;
  min-width: 60px;
  width: 60px;
  height: 30px;
  text-align: center;
}

.rvs-time .check-btn .form-check-label span {
  position: absolute;
  width: 100%;
  left: 0;
  display: block;
  opacity: 0;
  height: 0px;
}
.rvs-time
  .col-auto:nth-child(1)
  .check-btn
  .form-check-label
  span:nth-child(1) {
  animation: fade 4s 0s linear infinite;
}
.rvs-time
  .col-auto:nth-child(1)
  .check-btn
  .form-check-label
  span:nth-child(2) {
  animation: fade1 4s 2s linear infinite;
}

.rvs-time
  .col-auto:nth-child(2)
  .check-btn
  .form-check-label
  span:nth-child(1) {
  animation: fade 4s 1s linear infinite;
}
.rvs-time
  .col-auto:nth-child(2)
  .check-btn
  .form-check-label
  span:nth-child(2) {
  animation: fade1 4s 3s linear infinite;
}

.rvs-time
  .col-auto:nth-child(3)
  .check-btn
  .form-check-label
  span:nth-child(1) {
  animation: fade 4s 2s linear infinite;
}
.rvs-time
  .col-auto:nth-child(3)
  .check-btn
  .form-check-label
  span:nth-child(2) {
  animation: fade1 4s 4s linear infinite;
}

.rvs-time
  .col-auto:nth-child(4)
  .check-btn
  .form-check-label
  span:nth-child(1) {
  animation: fade 4s 1s linear infinite;
}
.rvs-time
  .col-auto:nth-child(4)
  .check-btn
  .form-check-label
  span:nth-child(2) {
  animation: fade1 4s 3s linear infinite;
}
.rvs-time
  .col-auto:nth-child(5)
  .check-btn
  .form-check-label
  span:nth-child(1) {
  animation: fade 4s 0s linear infinite;
}
.rvs-time
  .col-auto:nth-child(5)
  .check-btn
  .form-check-label
  span:nth-child(2) {
  animation: fade1 4s 2s linear infinite;
}
.rvs-time
  .col-auto:nth-child(6)
  .check-btn
  .form-check-label
  span:nth-child(1) {
  animation: fade 4s 1s linear infinite;
}
.rvs-time
  .col-auto:nth-child(6)
  .check-btn
  .form-check-label
  span:nth-child(2) {
  animation: fade1 4s 3s linear infinite;
}

.rvs-time
  .col-auto:nth-child(7)
  .check-btn
  .form-check-label
  span:nth-child(1) {
  animation: fade 4s 0s linear infinite;
}
.rvs-time
  .col-auto:nth-child(7)
  .check-btn
  .form-check-label
  span:nth-child(2) {
  animation: fade1 4s 2s linear infinite;
}
.rvs-time
  .col-auto:nth-child(8)
  .check-btn
  .form-check-label
  span:nth-child(1) {
  animation: fade 4s 1s linear infinite;
}
.rvs-time
  .col-auto:nth-child(8)
  .check-btn
  .form-check-label
  span:nth-child(2) {
  animation: fade1 4s 3s linear infinite;
}

.rvs-time
  .check-btn
  .form-check-input:checked[type="checkbox"]
  ~ .form-check-label
  span:nth-child(1) {
  animation-play-state: paused;
  opacity: 0 !important;
}
.rvs-time
  .check-btn
  .form-check-input:checked[type="checkbox"]
  ~ .form-check-label
  span:nth-child(2) {
  animation-play-state: paused;
  opacity: 1 !important;
}

@keyframes fade1 {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #000;
  stroke-miterlimit: 10;
  margin: 5% auto;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.checkmark.active .checkmark__check {
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

.terms-accordion .accordion-button {
  font-weight: 500;
}
.terms-accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
  --bs-accordion-btn-icon-transform: rotate(-45deg);
}

.hover-underline {
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.hover-underline:hover,
.hover-underline.active {
  color: #000000;
  border-color: #000;
}

.btn.next {
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
}

/*  MEDIA QUERY
====================================*/
@media (max-width: 1539px) {
}
@media (max-width: 1399px) and (min-width: 1320px) {
}

@media (max-width: 1319px) {
  html,
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 1199px) {
  .navbar-collapse {
    position: absolute;
  }
  .navbar-nav .active.dropdown-toggle::before {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .main-menu {
    border: 0;
  }
  .navbar-toggler {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu--open.dropdown--open
    .navbar-expand-xl
    .navbar-nav
    .dropdown-menu:not(.show) {
    display: none;
  }
  .homepage .header:hover .navbar-expand-xl .navbar-nav .dropdown-menu {
    border: 0;
  }
  .menu--open.dropdown--open .navbar-expand-xl .navbar-nav .dropdown-menu {
    flex-direction: column;
  }
  .menu--open .dropdown-menu .dropdown-item {
    margin-left: 0;
  }
  .index-page {
    padding-top: 0;
  }
  .navbar-collapse {
    padding-left: 6%;
    padding-right: 6%;
  }
  .navbar-nav {
    margin-right: 8%;
  }
  .menu--open .navbar-collapse {
    width: 50%;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
  }

  .navbar-nav .nav-link.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
    border-top-width: 6px;
    border-right-width: 4px;
    border-left-width: 4px;
  }

  .step-line {
    height: 2rem;
  }

  .menu--open .rsv-wrapper {
    z-index: -1;
  }
}

@media (max-width: 991px) {
  .steps {
    display: flex;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .step {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
  }
  .step:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    top: 24px;
    background-color: #dcdcdc;
  }
  .step:after {
    left: 70%;
  }
  .step:last-child::after {
    display: none;
  }
  .step-box {
    position: relative;
    z-index: 3;
  }
  .step-line {
    display: none;
  }

  .rsv-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #a3d0da;
    padding: 1rem;
    z-index: 99;
  }
}

@media (max-width: 767px) {
  .custom-direction .slick-prev {
    left: 0;
  }
  .custom-direction .slick-next {
    right: 0;
  }
  .custom-direction .slick-prev,
  .custom-direction .slick-next {
    background-color: #fff;
    border-radius: 0;
  }
  .menu--open .navbar-collapse {
    width: 100%;
    padding: 40% 0 0 0;
  }
  .navbar-collapse {
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: column;
    text-align: center;
    position: absolute;
  }
  .navbar-nav {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .qty-btns {
    padding: 5px;
  }

  .open-box {
    width: 100%;
  }
  .btn-reservation {
    width: 100%;
  }

  .menu--open .navbar-brand {
    position: relative;
    z-index: 99;
  }

  .rsv-list h4 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .qty-btns {
    padding: 0px;
  }
  .rvs-price {
    margin-top: 0.5rem;
  }
}

@media (max-width: 374px) {
  .logo-img {
    width: 170px;
    height: auto;
  }
}

@media (min-width: 768px) {
  .block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .block-top {
    padding-top: 3.5rem;
  }

  .block-bottom {
    padding-bottom: 3.5rem;
  }

  .w-md-auto {
    width: auto !important;
  }

  .index-page-content {
    /* margin-top: -16%; */
    position: relative;
  }
  .index-page-content .btn-reservation {
    position: relative;
    /* margin-right: -20%; */
  }
}

@media (min-width: 992px) {
  .rsv-section {
    min-height: 700px;
    display: flex;
  }
  .rsv-centered {
    width: 100%;
  }
  .steps {
    position: fixed;
  }
  .rsv-wrapper {
    position: fixed;
  }
  .rsv-selection {
    position: relative;
  }
  .rsv-selection:before {
    content: "";
    left: -20%;
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 150%;
    background-color: #a3d0da;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .dropdown-toggle::after {
    display: none;
  }

  .header {
    height: 0px;
    /* height: 126px; */
  }

  .homepage .header {
    height: 190px;
  }
}

@media (min-width: 1320px) {
  .block {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  .block-top {
    padding-top: 5rem;
  }

  .block-bottom {
    padding-bottom: 5rem;
  }

  .nav-favorites-login {
    display: flex;
    align-items: center;
  }

  .product-box {
    margin-bottom: 3rem;
  }

  .rsv-section {
    min-height: calc(97vh - 130px);
  }
}

@media (min-width: 1900px) {
  .block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .block-top {
    padding-top: 6rem;
  }

  .block-bottom {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1199px) and (min-height: 800px) {
  .navbar {
    /* padding-top: 0.75rem;
    padding-bottom: 0.75rem; */
  }
  .header--fixed .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

::selection {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

::-moz-selection {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--bs-primary);
  border-radius: 0;
}

.svg-button .svg-icon{display: inline-block;}
.svg-button:hover .svg-icon{display: none;}
.svg-button .svg-icon-hover{display: none;}
.svg-button:hover .svg-icon-hover{display: inline-block;}

/* Sepet - Anasayfa */
.homepage .header .navbar-nav .sepet{
    background-image: url('/assets/img/cart-outline-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    border:0px solid transparent;
    border-bottom:2px solid transparent;
}
.homepage .header.aktif .navbar-nav .sepet,
.homepage .header:hover .navbar-nav .sepet {
    background-image: url('/assets/img/cart-outline-black.svg');
}
.homepage .header.aktif .navbar-nav .sepet:hover,
.homepage .header:hover .navbar-nav .sepet:hover{
    background-image: url('/assets/img/cart-outline-black.svg');
    border:0px solid transparent;
    border-bottom:2px solid #000!important;
}

/* Sepet - Diğer Sayfalar */
.sepet{
    background-image: url('/assets/img/cart-solid.svg');
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    line-height: 25px;
    font-size: 13px!important;
    min-width: 32px!important;
    min-height: 32px!important;
    cursor: pointer;
    border:0px solid transparent;
    border-bottom:2px solid transparent!important;
}
.sepet:hover{
    background-image: url('/assets/img/cart-solid.svg');
    border:0px solid transparent;
    border-bottom:2px solid #000!important;
}

/* Lang - Anasayfa */
.homepage .header .navbar-nav .lang {
    color: #fff!important;
    background-color:transparent!important;
    border-color: #fff!important;
}
.homepage .header.aktif .navbar-nav .lang,
.homepage .header:hover .navbar-nav .lang {
    color: #000!important;
    border-color: #000!important;
}
.lang{
    padding: 3px 0px!important;
    margin: 6px!important;
    height: 27px!important;
    width: 27px;
    border:0.5px solid #000 !important;
    background-color: #fff!important;
    min-width: 27px!important;
    text-aling: center!important;
}
.lang:hover{
    border:0.5px solid #000;
}

.langs{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    position: absolute;
    z-index: 1000;
    height: fit-content!important;
    width: 39px;
}
#langDropdown:hover > .langs{
    display: flex!important;
}
.langs:hover{
    display: flex!important;
}
.langs .lang-item{
    padding: 0px!important;
    margin: 0px!important;
    height: 27px!important;
    width: 27px;
    line-height: 27px;
    background-color: transparent;
    min-width: 27px!important;
    text-aling: center!important;
    z-index: 1001;
}
.homepage .langs .lang-item{
    border:0.5px solid #fff !important;
    color: #fff;
}
.homepage .langs .lang-item:hover{
    background-color: #fff!important;
    color: #000!important;
}

.langs .lang-item{
    border:0.5px solid #000 !important;
    color: #000;
}
.langs .lang-item:hover{
    background-color: #000!important;
    color: #fff!important;
}
/* Profile - Anasayfa */
.homepage .header .navbar-nav .profile {
    background-image: url('/assets/img/profile-outline-white.svg')!important;
}
.homepage .header.aktif .navbar-nav .profile,
.homepage .header:hover .navbar-nav .profile {
    background-image: url('/assets/img/profile-outline-black.svg')!important;
}
.homepage .header:hover .navbar-nav .profile:hover{
    background-image: url('/assets/img/profile-outline-black.svg');
    border:0px solid transparent;
    border-bottom:2px solid #000!important;
}
.profile{
    background-image: url('/assets/img/profile-solid.svg');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 13px!important;
    min-width: 32px!important;
    min-height: 32px!important;
    cursor: pointer;
    border:0px solid transparent;
    border-bottom:2px solid transparent!important;
}
.profile:hover{
    background-image: url('/assets/img/profile-solid.svg');
    border:0px solid transparent;
    border-bottom:2px solid #000!important;
}
/* Login Form */
.login-form{
    display: flex;
    position: absolute;
    width: 463px;
    height: 491px;
    background: #E6EFF0;
    padding: 0px;
    z-index: 99;
}
.login-form .lgn-frm1{
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    width: 310px;
    height: 389px;
    left: 75px;
    top: 52px;
    margin: auto;
    line-height: 32px;
    background: #E6EFF0;
    border: 0px solid #000000;
}
.login-form .lgn-frm1 .title{
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.login-form .lgn-frm1 .email{
    width: 100%;
    height: 40px;
}
.login-form .lgn-frm1 .phone{
    width: 100%;
    height: 40px;
}
.phone .phone-area{
    width: 55px;
    height: 40px;
}
.phone .phone-number{
    width: 238px;
    height: 40px;
}
.login-form .lgn-frm1 button{
    width: 120px;
    height: 40px;
    background: #A3D0DA;
    border: 0.5px solid #000000;
}
.login-form .lgn-frm1 p{
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}
.social-login{
    gap: 15px;
    display: flex;
}
.social-login .google{
    background-image: url('/assets/img/google.svg');
}
.social-login .facebook{
    background-image: url('/assets/img/facebook.svg');
}
.social-login .apple{
    background-image: url('/assets/img/apple.svg');
}
.buton-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 68px;
    position: absolute;
    width: 298.01px;
    height: 60px;
    left: calc(50% - 150px);
    bottom: 60px;
    justify-content: space-evenly;
}
.rsv-status{
  background: #A3D0DA;
  padding: 5px 10px;
  color: #FFFFFF;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.rez-durum-0{
  background: #FFF;
  padding: 8px 10px;
  color: #EB4335;
  font-family: 'Jost';
  font-style: regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  word-spacing: 3px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.rez-durum-1{
  background: #FFF;
  padding: 8px 10px;
  color: #34A853;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  word-spacing: 3px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.rsv-kdv-dahil{
    font-family: 'jost';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    line-height: normal;
    letter-spacing: 0.31px;
    text-wrap: nowrap;
    text-align: center;
}
.rsv-aciklama{
    font-family: 'jost';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}
.rvs-time .form-check-label span.wait0 {
  animation: fade1 4s 2s linear infinite;
  opacity: 0;
}
.rvs-time .form-check-label span.wait1 {
  animation: fade 4s 0s linear infinite;
  opacity: 1;
  font-size: 12px;
}
.rvs-time .form-check-label{
  width: 70px;
  height: 28px;
}
.rvs-time .form-check-label span {
  position: absolute;
  width: 70px;
  height: 28px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  left: 0;
  display: block;
  opacity: 1;
}

/* Uye Profile */
.uye-profile{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    position: fixed;
    background: #E6EFF0;
    width: 339px;
    height: calc(100vh - 125px);
    top: 126.115px;
    right: -444px;
    z-index: 99;
    box-shadow: 0px 4px 4px 0px rgb(116 151 155 / 25);
    /* opacity: 1; */
    /* transition: opacity 3.5s ease-in-out, right 1.5s ease-in-out, display 14s ease-in-out; */
    transition: right 1s ease-in-out;
}

.homepage .uye-profile{
    height: calc(100vh - 191px);
    top: 191px;
}
.uye-profile.aktif{
    right: 0px!important;
    /* opacity: 0!important; */
    /* display: none!important;  */
}
.uye-profile .uye-login{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
    position: absolute;
    width: 264px;
    height: 478px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 58px;
    top: 110px;
    right: 38px;
    z-index: 99;
}
.uye-profile .uye-login .title{
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.uye-profile .uye-login .email{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 1rem;
    padding: 8px;
}
.uye-profile .uye-login .phone{
    width: 100%;
    margin-top: 0px;
    padding: 0px;
}
.uye-profile .uye-login .phone .phone-area{
    width: 50px;
    height: 40px;
}
.uye-profile .uye-login .phone .phone-number{
    width: 185px;
    height: 40px;
    margin-left: 8px;
}
.uye-profile .uye-login button{
    width: 120px;
    height: 40px;
    background: #A3D0DA;
    border: 0.5px solid #000000;
    margin-top: 0px;
    padding: 10px 30px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.155em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.uye-profile .uye-login button.uyesizGiris{
    width: 200px;
    background: transparent;
    height: 23px;
    border: none;
    padding: 0px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    text-decoration-line: underline;
    color: #000000;
    text-transform: lowercase;
    flex-grow: 8;
    order: 4;
    flex:none;
    letter-spacing: 0.01em;
}
.uye-profile .uye-bilgi{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 1px;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
}
.uye-profile .uye-bilgi .uye-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    width: 100%;
    height: 91px;
    background-color: #FFFFFF;
}
.uye-profile .uye-bilgi .uye-header .uye-header-bilgi{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 100%;
    background-color: #FFFFFF;
}
.uye-profile .uye-bilgi .uye-header p.title{
    display: flex;
    position: relative;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 1px !important;
}
.uye-profile .uye-bilgi .uye-header p.subtitle{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    margin: 1px !important;
}
.uye-profile .uye-bilgi nav{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.uye-profile .uye-bilgi nav .nav-tabs{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.uye-profile .uye-bilgi nav .nav-tabs .nav-link{
    width: calc(100% / 5);
    height: 34px;
    border-radius: 0px;
    border: 0px;
    background-color:#FFFFFF;
    margin-top: -1px;
    margin-left:auto;
    margin-right:auto;
    padding:0px 5px 1px 5px;
    border-bottom: 2px solid transparent;
    color: #111111;
}
.uye-profile .uye-bilgi nav .nav-tabs .nav-link.active{
    color: #000000;
    background-color: #E6EFF0;
    text-decoration: none;
}
.uye-profile .uye-bilgi nav .nav-tabs .nav-link:hover{
    border-bottom: 2px solid #000000;
}
.uye-welcome{
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 20px;
    width: 100%;
    height: 100%;
}
.uye-welcome p{
    display: block;
    width: 100%;
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #000000;
}
.uye-welcome p.title{
    min-height: 26px;
    font-size: 24px;
    line-height: 26px;
}
.uye-welcome p.title2{
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 0px;
}
.uye-welcome p.title3{
    height: 19px;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 0px;
}
.uye-welcome p.tire{
    font-family: 'jost';
    height: 49px;
    font-weight: 200;
    font-size: 20px;
    line-height: 49px;
    letter-spacing: 0.5em;
    margin-bottom: 0px;
}
.uye-welcome .ayakno{
    height: 32px;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.uye-profile .uye-bilgi .tab-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E6EFF0;
}

.uye-profile .uye-bilgi .tab-content .tab-pane{
    width: 100%;
    height: 100%;
    padding: 5px;
}
.rez-kart{
    position: relative;
    box-sizing:border-box;
    display: block;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}
.rez-kart .accordion{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
.rez-kart .accordion .accordion-item{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
.rez-kart .accordion .accordion-header{
    width: 100%;
    background-color: #FFFFFF;
}
.rez-kart .accordion .accordion-body{
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color: #FFFFFF;
}
.rez-kart .accordion .accordion-collepse{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
.rez-kart .accordion-button{
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    width: 20px;
    margin-left:auto;
    margin-right:auto;
    height: 11px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.rez-kart .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
}
.rez-kart .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
}
.rsv-tools{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #FFFFFF;
}
.rsv-tools .rsv-tools-item{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #FFFFFF;
    border:0px;
    padding: auto;
}
.rsv-mesaj .rsv-mesaj-header{
    margin:10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    background-color: #A3D0DA;
}
.rsv-mesaj .rsv-mesaj-header .rsv-mesaj-avatar{
    margin:auto;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    align-content: center;
}
.rsv-mesaj .rsv-mesaj-header .rsv-mesaj-title{
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #A3D0DA;
    color: #000000;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.homepage * .rsv-mesaj-body{
    height: calc(100vh - 405px);
}
.rsv-mesaj .rsv-mesaj-body{
    width: 100%;
    height: calc(100vh - 339px);
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #FFFFFF;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
}
.rsv-mesaj-left{
    margin: 10px 30px 8px 0px;
    width: 290px;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #A3D0DA;
    border: 12px solid #A3D0DA;
    border-left-color: #FFFFFF;
    border-bottom-width: 0px;
}
.rsv-mesaj-right{
    margin: 10px 0px 8px 30px;
    width: 290px;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    background-color: #E6EFF0;
    border: 12px solid #E6EFF0;
    border-right-color: #FFFFFF;
    border-bottom-width: 0px;
}
.rsv-mesaj-content{
    margin: -15px 4px 4px 5px;
    width: 100%;
}
.rsv-mesaj-date{
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color:transparent;
    font-size: 9px;
    text-align: end;
    border: 0px;
    margin: 0px;
}

.rsv-mesaj-text{
    width: 100%;
    height: 100%;
    padding: 3px;
    font-size: 15px;
    text-align: start;
    font-weight: 400;
    font-family: 'Jost';
    border: 0px;
    margin: 0px;
}
.rsv-mesaj-footer{
    height: 40px;
    padding: 0px;
    display: flex;
    position: fixed;
    bottom: 8px;
    right: 8px;
    width: 325px;
    border-radius: 40px;
    flex-direction: row;
    background-color:#ffffff;
    border: 0.5px solid #E6EFF0;
    z-index: 99;
}
.rsv-mesaj-footer .rsv-mesaj-input{
    width: 100%;
    height: 100%;
    padding: 8px 8px 8px 15px;
    border: 0px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin: 0px;
    font-size: 16px;
}
.rsv-mesaj-footer .rsv-mesaj-input::placeholder{
    color: #000000;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}
.rsv-mesaj-footer .rsv-mesaj-sendbtn{
    width: 40px;
    height: 40px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    background-color: transparent;
    border-radius: 50%;
    border: 0.5px solid #E6EFF0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.rating-box{
    height: 30px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}
.rating {
    width: 32px;
    height: 32px;
    font-size: 32px;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    color: gray;
    cursor: pointer;
}

.rating.active {
    color: goldenrod;
}
.rsv-comment{
    width: calc(100% - 12px);
    height: 80px;
    padding: 8px;
    margin: 5px 15px 5px 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #FFFFFF;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
}


.uye-profile .uye-bilgi .uye-footer{
    position: fixed;
    display: flex;
    bottom: 0px;
    width: 337px;
    height: 58px;
    align-items: center;
}
.uye-profile .uye-bilgi .uye-footer button{
    height: 38px;
    background: transparent;
    border: 0.5px solid #000000;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 30px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.155em;
    color: #000000;
    text-transform: uppercase;
}
.uye-profile .uye-bilgi .uye-footer button:hover{
    background: #000000;
    color: #FFFFFF;
}
.icerik-yazi{
    line-height: 28px;
    font-family: 'Jost';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.31px;
}
.icerik-baslik{
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 39px;
    display: block;
    align-items: center;
    text-align: left;
    letter-spacing: 0.03em;
    color: #000000;
}
.icerik-yazi2{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.81px;
    color: #000000;
}
.justify-text {
    text-align: justify;
}
.locale-change{
    bottom: 10px;
    width: 80%;
    position: fixed;
}
.locale-change a.lang{
    cursor: pointer;
}
.locale-change a.lang.active{
    background-color: #000000!important;
    color: #FFFFFF;
}

.rsv-new {
    position: relative;
    box-sizing:border-box;
    display: block;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    background-color: #FFFFFF;
}
.rsv-new .rsv-title {
    color: #000;
    text-align: center;
    font-family: Jost;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
    border: 0.5px solid var(--dark-blue, #A3D0DA);
}
.rsv-new .rsv-body {
    font-weight: 300;

}
.rsv-hizmet{
    color: #000;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
    box-sizing: border-box;
    transition: all 0.4s;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
.rvs-price{
    color: #000;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.9px;
    box-sizing: border-box;
    transition: all 0.4s;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
.rsv-hizmet-baslik{
    font-family: 'EM Garamond';
    font-weight: 500;
    margin-top: 2rem;
    line-height: 1.2;
    font-size: 22px;
    line-height: 29px;;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    text-decoration: underline;
    cursor: pointer;
    display: block;
}
.rsv-hizmet-saat{
    font-family: 'Jost';
    font-weight: 300;
    font-size: 13px;
    padding:3px !important;
}
.rsv-hizmet-urun{
    font-family: 'Jost';
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    padding:3px !important;
}
.rsv-hizmet-ucret{
    font-family: 'Jost';
    font-weight: 300;
    font-size: 13px;
    line-height: normal;
    padding:3px !important;
    text-align: right;
}
input:checked[type="radio"]{
    background-color: #000;
  }
#footer > div > div > div:nth-child(2) > ul > ul{
    padding-left: 0;
    list-style: none;
}
#footer > div > div > div:nth-child(2) > ul li{
    list-style-type: none;
}
#footer > div > div > div:nth-child(3) > ul > ul{
    padding-left: 0;
    list-style: none;
}
.toast-info{
    background-color: #A3D0DA!important;
}
.main-slider-foto-info{
    position:absolute;
    bottom: 10px;
    height: 20px;
    left: calc((100vw /2) - 500px);
    background-color: transparent;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-align: center;
    font-size: 10px;
    font-family: Jost;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 1.55px;
}
.rsv-table{
    width: 100%;
    border-collapse: collapse;
}
.rsv-table tr td{
    padding: 6px 2px;
    border-style: dashed;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #e6eff0;
}
.rsv-table tr.toplam td{
    padding: 4px 3px;
    border-width: 0px;
    border-top-width: 1px;
    border-style: solid;
    border-color: #e6eff0;
}
.rezkart-table{
    width: 100%;
    border-collapse: collapse;
}
.rezkart-table tr td{
    padding: 4px 4px;
    border-style: dashed;
    border-width: 0px !important;
    border-bottom-width: 0px !important;
    border-color: #e6eff0;
}
.color-turkuaz{
    color: #A3D0DA;
}
#kupon-onizleme{
    background-color:#E6EFF0;
    position: relative;
}
#kupon-onizleme .kupon-image{
    margin-top: 40px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    transform: rotate(-1.693deg);
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px rgb(187 187 187 / 25);
    opacity: 1;
    transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out, display 1s ease-in-out;
}
#kupon-onizleme .kupon-adisoyadi{
    color: #000;
    font-family: 'Caveat';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.3px;
    position: absolute;
    top: 210px;
    display: flex;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    transform: rotate(-1.693deg);
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    text-align: center;
}
#kupon-onizleme .kupon-note{
    font-size: 18px;
    font-weight: 300;
    font-family: 'EM Garamond';
    letter-spacing: 0.05em;
    min-height: 200px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    text-wrap: wrap;
}

.kupon-baslik:hover{
    background-color: #f8f9fa !important;
}
.satis-table{
    width: 100%;
    border-collapse: collapse;
}
.satis-table tr td{
    padding: 4px 4px;
    border-style: dashed;
    border-width: 0px !important;
    border-bottom-width: 1px !important;
    border-color: #e6eff0;
}
.satis-table tr{
    border-style: dashed;
    border-width: 0px !important;
    border-bottom-width: 1px !important;
    border-color: #e6eff0;
}
.satis-table tr.toplam td{
    padding: 4px 4px;
    border-width: 0px;
    border-top-width: 2px;
    border-style: solid;
    border-color: #e6eff0;
}
.btn-i{
    color: #888;
    padding: 1px;
    margin: 0px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}
.kupon-adi{
    font-family: 'Jost';
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.31px;
}
.kupon-ucret{
    font-family: 'Jost';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0.31px;
}
.kupon-aciklama{
    font-family: 'Jost';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    min-height: 100px;
}
.tellak-masor{
    font-family: 'Jost';
    margin: 10px 7px 0px 0px;
    background-color: #A3D0DA;
    padding: 5px;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    min-height: 34px;
    text-align: center;
    position: relative;
}
.tellak-masor i{
    position: absolute;
    font-size: 13px;
    margin-right: 5px;
    text-align: center;
    top: -5px;
    right: -15px;
    height: 18px;
    width: 18px;
    background-color: #A3D0DA;
    color: #000;
    cursor: pointer;
    border-radius: 50%;
    padding: 2px 3px;
    border: 1px solid #FFF;
}
@media screen and (max-width: 450px) {
    .uye-profile{
        width: 100%;
        height: calc(100vh - 86px) !important;
        top: 87px !important;
        right: 0px;
        z-index: 97;
    }
    .rsv-list{
        margin-bottom: 5px;
        font-size: 13px;
    }
    .rsv-list > div.row > div.col-2{
        padding-right: 0px;
    }
    .rsv-hizmet{
        font-size: 13px;
    }
    .rvs-price{
        font-size: 13px !important;
        padding: 0px !important;
    }
}
.modal-content{
    border-radius: 0px;
}
.modal-header{
    border-bottom: 0px;
    background-color: #A3D0DA;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #000;
    font-family: 'Jost';
    border-radius: 0px;
}
.modal-header .modal-title{
    color: #000;
    text-align: center;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: calc(100% - 3px);
}
.modal-header button{
    color: #A3D0DA;
}
.modal-header button:hover{
    color: #000;
}
.tellaksil-dialog{
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.tellaksil-dialog-box{
    background-color: white;
    width: 300px;
    height: 130px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.modal-content .modal-body .rezid{
    margin-bottom: 0px;
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.modal-content .modal-body .rezadi{
    font-family: Jost;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
}
.modal-content .modal-body .rezodeme_onay{
    text-align: center;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.modal-content .modal-body .rezodeme_mesaj{
    text-align: center;
    font-family: Jost;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.modal{
    --bs-modal-width: 600px;
}
.swal2-popup.swal2-modal.swal2-show{
    width: 300px!important;
    border-radius: 0px!important;
}
.swal2-title{
    color: #000!important;
    text-align: center!important;
    font-family: EB Garamond!important;
    font-size: 15px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: normal!important;
}
.swal2-html-container{
    color: var(--black, #000);
    text-align: center!important;
    font-family: Jost!important;
    font-size: 13px!important;
    font-style: normal!important;
    font-weight: 300!important;
    line-height: normal!important;
}
.swal2-confirm.swal2-styled{
    color: var(--dark-blue, #A3D0DA);
    background-color: #FFF!important;
    border: 0.5px solid #000!important;
    height: 27px!important;
    width: 45px!important;
    padding: 2px 10px!important;
    text-align: center!important;
    font-family: Jost!important;
    font-size: 15px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: normal!important;
    box-sizing: border-box!important;
    border-radius: 0px!important;
}
.swal2-cancel.swal2-styled{
    color: #000!important;
    background-color: #FFF!important;
    height: 27px!important;
    width: 45px!important;
    padding: 2px 10px!important;
    border: 0.5px solid #000!important;
    text-align: center!important;
    font-family: Jost!important;
    font-size: 15px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: normal!important;
    box-sizing: border-box!important;
    border-radius: 0px!important;
}

input{
    border-radius: 0px;
    border: 0.5px solid #000;
    padding: 8px;
}
select{
    border-radius: 0px!important;
    border: 0.5px solid #000;
}

select::-ms-expand {
    border-radius: 0px!important;
    border: 0.5px solid #000;
}
select option{
    border-radius: 0px!important;
    border: 0.5px solid #000;
}
select option:hover{
    border-radius: 0px!important;
    background-color: #A3D0DA;
}
select option:checked{
    border-radius: 0px!important;
    background-color: #A3D0DA;
}
.uyelogout{
    bottom: 50px;
    position: fixed;
    width: 276px;
}
.slide-bottom-text{
    height: 108px;
    margin-top: -40px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    font-family: "EB Garamond,serif";
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.categori-slider .slider-nav .item-slick{
    filter: grayscale(100%);
    opacity: 0.5;
}
.categori-slider .slider-nav .item-slick.slick-current{
    filter: grayscale(0%);
    opacity: 1;
}

.slide-image-ressam{
    position: absolute;
    bottom: 46px;
    right: 104px;
    font-family: 'Jost';
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 1.1px;
}
.slide-image-box{
    position: relative;
    margin: 0px;
    padding: 0px;
}
.vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vertical-bottom {
    display: flex;
    justify-content: end;
    align-items: end;
}
#submenu .dropdown-item.active {
    border-bottom-color: #000;
    font-weight: 500;
}
.slider2-prev, .slider2-next {
    position: absolute;
    top: 50%;
    width: 5rem;
    height: 5rem;
    border: 0;
    background-color: #fff;
    margin-top: -1.5rem;
    z-index: 10;
    cursor: pointer;
    color: #8387a0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.slider2-prev{
    right: -60px;
}
.slider2-next{
    left: -60px;
}
.slick-disabled{
    display: none!important;
}
.slider3-prev, .slider3-next {
    position: absolute;
    top: 50%;
    width: 5rem;
    height: 5rem;
    border: 0;
    background-color: #fff;
    margin-top: -1.5rem;
    z-index: 10;
    cursor: pointer;
    color: #8387a0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.slider3-prev{
    right: -60px;
}
.slider3-next{
    left: -60px;
}
.slider4-prev, .slider4-next {
    position: absolute;
    top: 50%;
    width: 5rem;
    height: 5rem;
    border: 0;
    background-color: #fff;
    margin-top: -1.5rem;
    z-index: 10;
    cursor: pointer;
    color: #8387a0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.slider4-prev{
    right: -6px;
}
.slider4-next{
    left: -6px;
}

.slider5-prev, .slider5-next {
    position: absolute;
    width: 5rem;
    border: 0;
    background-color: #fff;
    z-index: 10;
    cursor: pointer;
    color: #8387a0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.slider5-prev{
    left: 70px;
}
.slider5-next{
    right: 70px;
}
.select2-container--default .select2-selection--multiple, .form-select,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #eeecea 1px!important;
  border-radius: 0px!important;
}
.form-control {
    padding: 0.3rem 0.75rem;
}
.select2-tags > li {
    background-color: #e6eff0!important;
    border-radius: 0px!important;
    border: 0.5px solid #e6eff0!important;
}
.select2-tags > li > button{
    border-right: 0px!important;
}

.select2-tags > li > button:hover{
    background-color: #e6eff0!important;
}
.rsv-sonuc-aciklama{
    font-family: 'Jost';
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    text-align: left;
}
.popup-div {
    border: 0px;
    position: absolute;
    padding: 3px;
    background-color: #e6eff0;
    z-index: 100;
    /* -webkit-box-shadow: 10px 10px 14px -5px rgb(118 119 122 / 76%);
    -moz-box-shadow: 10px 10px 14px -5px rgba(118, 119, 122, 0.76);
    box-shadow: 10px 10px 14px -5px rgb(118 119 122 / 76%); */
    border-radius: 0px;
}
.form-check-input:checked {
    background-color: #a3d0da;
    border-color: #a3d0da;
    border-radius: 0px;
}
.form-check-input[type="checkbox"] {
    border-color: #a3d0da;
    outline: 0;
    border-radius: 0px;
}
.form-check-label{
    padding-top: 4px;
}
.form-select{
    padding: 0.2rem 0.5rem 0.2rem 0.3rem!important;
}
.form-check-input:checked[type="radio"] {
    background-color: transparent;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a3d0da'/%3e%3c/svg%3e")!important;
}

table.dartbl{
    border: 0.4px solid #e6eff0;
    width: 100%;
}
table.dartbl tr{
    border-top: 0.4px solid #e6eff0;
}
table.dartbl tr td{
    padding: 1px 2px;
    border-bottom: 0.4px solid #e6eff0;
    border-top: 0.4px solid #e6eff0;
    vertical-align: middle;
}
table.dartbl2{
    border: 0px solid #e6eff0;
    width: 100%;
}
table.dartbl2 tr{
    border-top: 0px solid #e6eff0;
}
table.dartbl2 tr td{
    padding: 1px 2px;
    border-bottom: 0px solid #e6eff0;
    border-top: 0px solid #e6eff0;
    vertical-align: middle;
}
.input-with-icon {
    position: relative;
}

.input-with-icon input {
    padding-left: 22px; /* İkonun genişliği kadar sol kenar boşluğu bırakın */
}
.input-with-icon i {
    position: absolute;
    left: 5px; /* İkonun sol kenardan başlayacağı pozisyon */
    top: 50%; /* İkonu dikey ortalamak için */
    transform: translateY(-50%);
}
.sss-link{
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    display: block;
    text-align:center;
    color: #111111;
    text-decoration: none;
}
.sss-link:hover{
    text-decoration: underline;
    color: #000;
}
.satis-note{
  font-size:10px;
  font-weight:300;
  font-family: 'Jost';
  line-height: normal;
}
