@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200&display=swap");
* {
  font-family: 'Montserrat', sans-serif; }

body, html {
  overflow-x: hidden; }

body {
  padding: 0;
  margin: 0; }

* {
  box-sizing: border-box; }

:root {
  --bg-orange:#ffb84d;
  --blue1:#32a5c1;
  --fontorange:#ff6c24;
  --bg-foot:#30373f; }
.alert-danger {
    color: #ff0017 !important;
    background-color: #f8d7da00 !important;
    border-color: #f5c2c700 !important;
}
#header {
  display: grid;
  grid-template-columns: 3.5fr 8.7fr 1fr 2.6fr 2.3fr;
  background-color: #ffb84d; }
  #header .header-logo {
    background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    #header .header-logo img {
      width: 85%;
      height: 100%;
      margin-left: 30px; }
  #header .header-nav {
    background-color: white;
    position: relative; }
    #header .header-nav .dropdown .dropdown-menu {
      transition: all 5s; }
    #header .header-nav .dropdown:hover .dropdown-menu {
      display: block;
      position: absolute;
      top: 30px;
      background-color: rgba(255, 255, 255, 0.7); }
    #header .header-nav ul li .dropdown-toggle::after {
      color: black;
      opacity: 50%; }
    #header .header-nav ul li:not(:nth-child(3)) .dropdown-toggle::after {
      display: none; }
  #header .header-tel {
    background-color: var(--blue1);
    clip-path: polygon(0 0, 100% 0, 44% 100%, 0% 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    right: 5px; }
    #header .header-tel svg {
      margin-left: -8px; }
  #header .header-tel2 {
    position: relative;
    justify-content: center;
    background-color: var(--bg-orange);
    border: 10px var(--blue1) !important; }
    #header .header-tel2 span:first-child {
      font-weight: bolder; }
    #header .header-tel2 span {
      position: relative;
      left: -20px;
      font-weight: bolder; }
    #header .header-tel2 .bars {
      display: none; }
  #header .header-user {
    align-items: center;
    background-color: var(--bg-orange);
    position: relative;
    left: -17px; }

.card-body form input.input-validation-error {
    border: 1px solid red !important;
}

.offcanvas .offcanvas-body li a {
  text-decoration: none;
  color: black; }

.offcanvas div:first-child {
  border: 2px solid white; }

#header-slide {
  margin-bottom: 20px;
  position: relative; }
  #header-slide .pictures {
    width: 100%;
    height: 100%;
    display: flex; }
    #header-slide .pictures .owl-nav {
      display: none; }
    #header-slide .pictures img {
      height: 100%;
      width: 110%;
      justify-self: center; }
    #header-slide .pictures .owl-carousel {
      width: 100%; }
  #header-slide .slide-bottom {
    position: absolute;
    width: 50vw;
    height: 135px;
    background-color: var(--blue1);
    bottom: -70px;
    z-index: 1;
    left: 27%;
    border-radius: 20px; }
  #header-slide .slide-left-icon {
    position: fixed;
    top: 50%;
    z-index: 3; }
    #header-slide .slide-left-icon a {
      background-color: #ff6c24;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      border-radius: 50%; }
    #header-slide .slide-left-icon a:hover {
      transform: scale(1.1); }
  #header-slide .slide-text {
    position: absolute;
    z-index: 1;
    top: 30%;
    width: 450px;
    font-size: 20px;
    left: 15%; }

#staticBackdrop .modal-footer button {
  background-color: var(--fontorange);
  width: 100%;
  border: none;
  color: white;
  font-size: 20px; }

#staticBackdrop .modal-body .fiyatText span {
  font-size: 45px;
  color: var(--bg-orange);
  font-weight: bolder; }

#staticBackdrop .modal-body .fiyatText span::before {
  content: '\20BA'; 
  display:none;
}

#section1 {
  margin: 120px 0px;
  margin-bottom: 70px; }
  #section1 .dropdown select {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    color: #6c757d;
    border: none;
    border-radius: 5px;
    font-size: 15px; }
  #section1 input {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 5px 13px;
    color: #6c757d;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-size: 16px; }
  #section1 .dropdown-toggle:last-child::after {
    display: none; }
  #section1 .btn-fiyatal {
    background-color: #ff6c24;
    color: white;
    border-radius: 20px;
    padding: 10px 30px; }

#section2 .first .custom-nav button:first-child {
  padding: 17px 25px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #ff6c24;
  transition: all .7s; }
  #section2 .first .custom-nav button:first-child::before {
    content: "<";
    color: #ff6c24; }
  #section2 .first .custom-nav button:first-child:hover {
    background-color: #ff6c24; }
    #section2 .first .custom-nav button:first-child:hover::before {
      color: white; }

#section2 .first .custom-nav button:last-child {
  padding: 17px 25px;
  border-radius: 50%;
  background-color: #ff6c24;
  border: 1px solid white;
  transition: all .7s; }
  #section2 .first .custom-nav button:last-child::before {
    content: ">";
    color: white; }
  #section2 .first .custom-nav button:last-child:hover {
    background-color: white;
    border: 1px solid #ff6c24; }
    #section2 .first .custom-nav button:last-child:hover::before {
      color: #ff6c24; }

.section3 {
  position: relative;
  margin-bottom: 100px; }
  .section3 .two {
    z-index: 5;
    padding-left: 50px; }
  .section3 .yellow {
    position: absolute;
    bottom: -20px;
    padding: 70px;
    background-image: linear-gradient(to right, rgba(252, 218, 95, 0.8), rgba(254, 241, 156, 0.5)); }
    .section3 .yellow svg {
      position: absolute;
      left: 0;
      top: -93px;
      transform: rotate(-5deg); }

@media (max-width: 695px) {
  #section1 .section1-image {
    font-size: 15px !important; } }

#section2 {
  margin-bottom: 100px; }

@media (max-width: 1600px) {
  #header {
    font-size: 15px !important; }
    #header .header-nav ul {
      font-size: 13px !important; }
  #header-slide .slide-bottom .text-start p {
    font-size: 20px !important; } }

@media (max-width: 1500px) {
  #header .header-tel {
    z-index: 1;
    border-top: 1px solid var(--blue1);
    position: relative;
    right: 0 !important; }
  .section3 .yellow {
    display: none; }
  .text-start img {
    margin-left: 50px; } }

#footer {
  position: relative;
  background-color: #30373f; }
  #footer .row-second .footer-texts span a {
    text-decoration: none;
    color: #bcbec1; }
  #footer .row-second .foot-tel {
    background-color: #ffb84d;
    padding: 10px 30px !important;
    border-radius: 15px; }
  #footer .calismaSaati {
    margin-top: 15px; }
  #footer .footerSocialİcon {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px; }
    #footer .footerSocialİcon a:first-child {
      padding: 15px 18px; }
    #footer .footerSocialİcon a {
      background-color: #ff6c24;
      padding: 15px 15px;
      text-decoration: none;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px; }
    #footer .footerSocialİcon a:hover {
      transform: scale(1.1); }
  #footer .left-efekt {
    clip-path: polygon(100% 20%, 100% 21%, 25% 100%, 100% 100%, 68% 100%, 25% 100%, 0 91%, 0% 43%, 0 0);
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: white;
    top: -22px; }
    #footer .left-efekt div {
      clip-path: polygon(100% 20%, 100% 21%, 25% 100%, 100% 100%, 68% 100%, 25% 100%, 0 91%, 0% 43%, 0 0);
      position: absolute;
      width: 90%;
      height: 90%;
      background-color: #32a5c1; }
  #footer .right-efekt {
    clip-path: polygon(100% 0, 100% 0, 100% 91%, 100% 100%, 100% 92%, 100% 92%, 75% 100%, 0 20%, 0 19%);
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    background-color: white;
    top: -20px; }
    #footer .right-efekt div {
      clip-path: polygon(100% 0, 100% 0, 100% 91%, 100% 100%, 100% 92%, 100% 92%, 75% 100%, 0 20%, 0 19%);
      position: absolute;
      right: 0;
      width: 90%;
      height: 90%;
      background-color: #32a5c1; }

@media (max-width: 500px) {
  #footer .left-efekt {
    width: 80px;
    height: 80px; }
    #footer .left-efekt div {
      width: 80%;
      height: 80%; }
  #footer .right-efekt {
    width: 80px;
    height: 80px;
    top: -16px; }
    #footer .right-efekt div {
      width: 80%;
      height: 80%; } }

@media (max-width: 500px) {
  #footer .left-efekt {
    width: 70px;
    height: 70px;
    top: -15px; }
    #footer .left-efekt div {
      width: 80%;
      height: 80%; }
  #footer .right-efekt {
    width: 70px;
    height: 70px;
    top: -15px; }
    #footer .right-efekt div {
      width: 80%;
      height: 80%; } }

@media (max-width: 767px) {
  #footer .row-second div:first-child {
    border: none !important;
    border-bottom: 1px solid;
    padding: 0 !important; }
  #footer .row-second .foot-tel {
    padding: 10px 30px !important;
    width: 100%;
    height: 100%; }
  #footer .row-second div:last-child div:first-child {
    margin: 0 !important; } }

@media (max-width: 1000px) {
  #footer .logo img {
    width: 35% !important; } }

@media (max-width: 700px) {
  #footer .logo img {
    width: 40% !important; } }

@media (max-width: 550px) {
  #footer .logo img {
    width: 45% !important; } }

@media (max-width: 450px) {
  #footer .logo img {
    width: 55% !important; } }

@media (max-width: 350px) {
  #footer .logo img {
    width: 65% !important; } }

@media (max-width: 2000px) {
  .header-tel2 #telİcon {
    left: -50px !important; } }

@media (max-width: 1800px) {
  .header-tel2 #telİcon {
    left: -45px !important; } }

@media (max-width: 480px) {
  #header-slide .slide-text {
    left: 8% !important; }
  #header-slide .slide-bottom {
    height: 100px !important;
    top: 87%; } }

@media (max-width: 480px) and (max-width: 500px) {
  #header .header-logo img {
    width: 75%;
    height: 100%;
    margin-left: 30px; }
  .header-user .login {
    display: grid !important; }
    .header-user .login svg {
      position: relative; }
  .header-user .uyeol {
    display: grid !important; }
    .header-user .uyeol svg {
      position: relative; }
  #header-slide .slide-text {
    position: absolute;
    z-index: 1;
    top: 90px !important;
    width: 60% !important;
    left: 15% !important; }
    #header-slide .slide-text span {
      font-size: 15px !important; }
  #header-slide .slide-bottom .img img {
    left: -5px;
    width: 120% !important; } }

@media (max-width: 480px) {
  #header .header-tel2 .bars {
    display: block; }
  #header .header-tel2 span {
    display: none; }
  #header .header-tel2 i {
    display: flex;
    justify-content: flex-end;
    margin-right: 28px;
    font-size: 25px; }
  #section2 .first .text {
    font-size: 10px !important; } }

@media (max-width: 800px) {
  #header-slide .pictures {
    width: 100%;
    height: 100%;
    display: flex; }
    #header-slide .pictures .owl-nav {
      display: none; }
    #header-slide .pictures img {
      height: 50vh;
      width: 100%; }
    #header-slide .pictures .owl-carousel {
      width: 100%; } }

@media (max-width: 850px) {
  #div-top {
    display: none; } }

@media (max-width: 930px) {
  #header-slide .slide-bottom .text-start {
    display: none !important; }
  #header-slide .slide-bottom img {
    position: relative;
    left: 10px;
    width: 100% !important;
    border-right: none !important; } }

@media (max-width: 1110px) {
  #section3 .row .two {
    position: relative;
    top: 0px !important; } }

@media (max-width: 1110px) {
  #header-slide .slide-bottom {
    background-color: rgba(50, 165, 193, 0.8); }
    #header-slide .slide-bottom .text-start p {
      font-size: 25px !important; }
  #header-slide .slide-text {
    top: 10%;
    font-size: 15px !important; }
  #header-slide .pictures img {
    height: 60vh;
    width: 100%; } }

@media (max-width: 1500px) {
  #header {
    grid-template-columns: 4fr 3fr;
    grid-template-rows: 1fr 1fr; }
    #header .header-nav {
      display: none; }
    #header .header-tel {
      clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%); }
      #header .header-tel svg {
        margin: auto; }
    #header .header-tel2 .bars {
      display: block; }
      #header .header-tel2 .bars i {
        margin-right: 25px !important; }
    #header .header-tel2 span {
      display: none; }
    #header .header-tel2 i {
      display: flex;
      justify-content: flex-end;
      margin-right: 70px;
      font-size: 25px; }
    #header .header-user {
      grid-row-start: 2;
      grid-column-start: 2;
      margin-left: 15px;
      text-align: center; }
    #header .header-tel {
      grid-row-start: 2;
      grid-column-start: 1; } }

@media (max-width: 400px) {
  #header-slide .slide-bottom {
    height: 50px !important;
    top: 90% !important; }
  #header-slide .slide-text {
    top: 120px !important;
    width: 65% !important;
    left: 70px !important; }
    #header-slide .slide-text span {
      font-size: 13px !important; } }

@media (max-width: 775px) {
  #header-slide .slide-bottom {
    height: auto !important;
    top: 89% !important;
    height: 100px !important; }
    #header-slide .slide-bottom .text-start {
      display: none; }
    #header-slide .slide-bottom img {
      border-right: none !important; }
  #header-slide .slide-text {
    display: none; } }

@media (max-width: 1200px) and (min-height: 780px) {
  #header-slide .slide-text {
    top: 30% !important; }
    #header-slide .slide-text span:first-child {
      font-size: 22px !important; }
    #header-slide .slide-text span {
      font-size: 18px !important; } }

@media (max-width: 325px) and (max-height: 660px) {
  #header-slide .slide-text {
    top: 30% !important;
    left: 10% !important; } }

* {
  box-sizing: border-box; }

:root {
  --gray:#EDF1F4;
  --darkblue:#001d67; }

.tel-hizmetDetay svg {
  position: relative;
  left: -50px; }

.tel-hizmetDetay div {
  position: relative;
  left: -15px; }

#hizmet-Genel {
  position: relative; }
  #hizmet-Genel span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 576px) {
  #hizmet-Genel img {
    height: 28vh !important; }
  #hizmet-Genel span {
    font-size: 23px;
    padding: 17px; } }

@media (max-width: 400px) {
  #hizmet-Genel img {
    height: 20vh !important; }
  #hizmet-Genel span {
    font-size: 15px;
    padding: 12px; } }

#questions .question-title {
  border: 1px solid var(--blue1);
  background-color: var(--fontorange);
  border-radius: 10px;
  padding: 20px;
  color: white;
  padding-left: 20px;
  font-size: 15px; }

#questions .accordion .accordion-item {
  border: 1px solid var(--blue1);
  border-radius: 10px; }
  #questions .accordion .accordion-item button {
    background-color: transparent;
    border-radius: 10px; }
    #questions .accordion .accordion-item button .number {
      color: var(--fontorange);
      font-weight: 500; }
    #questions .accordion .accordion-item button .text {
      color: var(--darkblue);
      font-size: 13px;
      font-weight: 500; }

#questions form .inpt {
  background-color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center; }

#questions form button {
  background-color: var(--fontorange);
  color: white;
  padding: 5px 30px;
  border-radius: 15px; }

#information .btn-iletisimegec {
  background-color: var(--fontorange);
  color: white;
  width: 45%;
  border-radius: 10px; }

@media (max-width: 700px) {
  #information div:first-child {
    padding: 15px !important; }
  #questions div:first-child {
    padding: 15px !important; } }

@media (max-width: 401px) {
  #information div:first-child {
    padding: 15px !important; } }

@media (max-width: 1500px) {
  .header-tel svg {
    display: block !important; }
  .tel-hizmetDetay svg {
    display: none; } }

#teslimat-Genel {
  position: relative; }
  #teslimat-Genel span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 576px) {
  #teslimat-Genel img {
    height: 28vh !important; }
  #teslimat-Genel span {
    font-size: 23px;
    padding: 17px; } }

@media (max-width: 400px) {
  #teslimat-Genel img {
    height: 20vh !important; }
  #teslimat-Genel span {
    font-size: 17px;
    padding: 12px; } }

#places .first {
  justify-content: center;
  gap: 40px !important; }
  #places .first .istanbul {
    position: relative; }
    #places .first .istanbul img {
      width: 20vw;
      border-radius: 15px;
      position: relative; }
    #places .first .istanbul svg {
      position: absolute;
      left: 42%;
      top: -18%; }
  #places .first .ankara {
    position: relative; }
    #places .first .ankara img {
      width: 20vw;
      border-radius: 15px;
      position: relative; }
    #places .first .ankara svg {
      position: absolute;
      left: 42%;
      top: -18%; }

#places .second {
  justify-content: center;
  gap: 65px !important; }
  #places .second .muğla {
    position: relative; }
    #places .second .muğla img {
      width: 20vw;
      border-radius: 15px; }
    #places .second .muğla svg {
      position: absolute;
      left: 42%;
      top: -18%; }
  #places .second .izmir {
    position: relative; }
    #places .second .izmir img {
      width: 20vw;
      border-radius: 15px; }
    #places .second .izmir svg {
      position: absolute;
      left: 42%;
      top: -18%; }
  #places .second .antalya {
    position: relative; }
    #places .second .antalya img {
      width: 20vw;
      border-radius: 15px; }
    #places .second .antalya svg {
      position: absolute;
      left: 42%;
      top: -18%; }

@media (max-width: 650px) {
  #places .second .izmir {
    position: relative; } }

@media (max-width: 992px) {
  #places .first {
    gap: 25px; }
    #places .first .istanbul img {
      width: 40vw; }
    #places .first .ankara img {
      width: 40vw; }
  #places .second {
    gap: 25px; }
    #places .second .muğla img {
      width: 40vw; }
    #places .second .izmir img {
      width: 40vw; }
    #places .second .antalya img {
      width: 40vw; } }

@media (max-width: 600px) {
  #places .first .istanbul img {
    width: 45vw; }
  #places .first .istanbul svg {
    width: 65px;
    height: 65px;
    left: 37%; }
  #places .first .ankara img {
    width: 45vw; }
  #places .first .ankara svg {
    width: 65px;
    height: 65px;
    left: 37%; }
  #places .second {
    gap: 25px; }
    #places .second .muğla img {
      width: 45vw; }
    #places .second .muğla svg {
      width: 65px;
      height: 65px;
      left: 37%; }
    #places .second .izmir img {
      width: 45vw; }
    #places .second .izmir svg {
      width: 65px;
      height: 65px;
      left: 37%; }
    #places .second .antalya img {
      width: 45vw; }
    #places .second .antalya svg {
      width: 65px;
      height: 65px;
      left: 37%; } }

@media (max-width: 540px) {
  #places .first .istanbul img {
    width: 50vw; }
  #places .first .istanbul svg {
    left: 36%; }
  #places .first .ankara img {
    width: 50vw; }
  #places .first .ankara svg {
    left: 36%; }
  #places .second {
    gap: 25px; }
    #places .second .muğla img {
      width: 50vw; }
    #places .second .muğla svg {
      left: 36%; }
    #places .second .izmir img {
      width: 50vw; }
    #places .second .izmir svg {
      left: 36%; }
    #places .second .antalya img {
      width: 50vw; }
    #places .second .antalya svg {
      left: 36%; } }

@media (max-width: 460px) {
  #places .first .istanbul img {
    width: 55vw; }
  #places .first .istanbul svg {
    left: 38%; }
  #places .first .ankara img {
    width: 55vw; }
  #places .first .ankara svg {
    left: 38%; }
  #places .second {
    gap: 25px; }
    #places .second .muğla img {
      width: 55vw; }
    #places .second .muğla svg {
      left: 38%; }
    #places .second .izmir img {
      width: 55vw; }
    #places .second .izmir svg {
      left: 38%; }
    #places .second .antalya img {
      width: 55vw; }
    #places .second .antalya svg {
      left: 38%; } }

@media (max-width: 400px) {
  #places .first .istanbul img {
    width: 60vw; }
  #places .first .istanbul svg {
    left: 38%; }
  #places .first .ankara img {
    width: 60vw; }
  #places .first .ankara svg {
    left: 38%; }
  #places .second {
    gap: 25px; }
    #places .second .muğla img {
      width: 60vw; }
    #places .second .muğla svg {
      left: 38%; }
    #places .second .izmir img {
      width: 60vw; }
    #places .second .izmir svg {
      left: 38%; }
    #places .second .antalya img {
      width: 60vw; }
    #places .second .antalya svg {
      left: 38%; } }

@media (max-width: 350px) {
  #places .first .istanbul img {
    width: 70vw; }
  #places .first .istanbul svg {
    left: 38%; }
  #places .first .ankara img {
    width: 70vw; }
  #places .first .ankara svg {
    left: 38%; }
  #places .second {
    gap: 25  px; }
    #places .second .muğla img {
      width: 70vw; }
    #places .second .muğla svg {
      left: 38%; }
    #places .second .izmir img {
      width: 70vw; }
    #places .second .izmir svg {
      left: 38%; }
    #places .second .antalya img {
      width: 70vw; }
    #places .second .antalya svg {
      left: 38%; } }

#uye-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #uye-image span {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

#uye-ol_form .container form label {
  margin-left: 15px;
  font-size: 12px;
  font-weight: 500; }

#uye-ol_form .card-body form {
  display: grid;
  gap: 10px; }
  #uye-ol_form .card-body form input:not([type="radio"]), #uye-ol_form .card-body form select {
    background-color: transparent;
    width: 100%;
    border: 1px solid #d6edf6;
    padding: 5px 15px; }
  #uye-ol_form .card-body form input[type="submit"] {
    width: 35%;
    background-color: var(--fontorange);
    color: white;
    padding: 5px 30px;
    border-radius: 10px; }
  #uye-ol_form .card-body form .dropdown select {
    -webkit-appearance: none;
    justify-content: space-between;
    border: transparent;
    width: 100%;
    color: black;
    padding: 8px;
    border: 1px solid #d6edf6; }

#uye-ol_form .card-body .password {
  position: relative; }
  #uye-ol_form .card-body .password i {
    position: absolute;
    top: 35px;
    right: 20px; }
    #uye-ol_form .card-body .password i:hover {
      cursor: pointer; }

#uye-ol_form .card-body .passwordrepeat {
  position: relative; }
  #uye-ol_form .card-body .passwordrepeat i {
    position: absolute;
    top: 35px;
    right: 20px; }
    #uye-ol_form .card-body .passwordrepeat i:hover {
      cursor: pointer; }

#uye-ol_form .select {
  width: 100%;
  display: block;
  gap: 2px; }
  #uye-ol_form .select select {
    width: 30% !important; }
  #uye-ol_form .select input {
    width: 70%; }
.iti {
    display: block !important;
}

@media (max-width: 1500px) {
  #uye-ol_form .container {
    padding: 50px 7% !important; } }

@media (max-width: 992px) {
  #uye-ol_form .card-body .etkonay .check2 input {
    width: 21px !important;
    height: 21px !important; } }

@media (max-width: 767px) {
  #uye-ol_form .card-body .etkonay .check2 input {
    width: 30px !important;
    height: 30px !important; }
  #uye-ol_form .card-body .etkonay .check3 input {
    width: 24px !important;
    height: 24px !important; } }

@media (max-width: 530px) {
  #uye-image {
    background-position-x: -200px; } }

#uyedogrulama-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #uyedogrulama-image span {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500; }

#uye-dogrulama_form .card-body form input {
  background-color: transparent;
  border: 1px solid var(--blue1);
  padding: 2px 10px; }

#uye-dogrulama_form .card-body form .linkler a {
  text-decoration: none;
  color: black; }

#uye-dogrulama_form .card-body form .btn-giris {
  background-color: var(--fontorange);
  color: white;
  padding: 3px 30px;
  border-radius: 15px;
  font-size: 13px; }

#uye-dogrulama_form .card-body form .eposta-kod button {
  background-color: var(--blue1);
  border: transparent;
  font-weight: 500;
  color: white;
  font-size: 13px;
  padding: 2px 20px; }

#uye-dogrulama_form .card-body form .eposta-kod .onay {
  background-color: var(--fontorange);
  padding: 12px 20px; }

@media (max-width: 770px) {
  #uye-dogrulama_form .container {
    padding: 50px 10% !important; } }

@media (max-width: 500px) {
  #uyedogrulama-image span {
    top: 35%;
    font-size: 32px; } }

@media (max-width: 460px) {
  #uyedogrulama-image span {
    top: 36%;
    font-size: 30px; } }

@media (max-width: 430px) {
  #uyedogrulama-image span {
    top: 38%;
    font-size: 27px; } }

@media (max-width: 385px) {
  #uyedogrulama-image span {
    top: 40%;
    font-size: 25px; } }

@media (max-width: 355px) {
  #uyedogrulama-image span {
    top: 43%;
    font-size: 20px; } }

@media (max-width: 285px) {
  #uyedogrulama-image span {
    top: 45%;
    font-size: 17px; } }

@media (max-width: 530px) {
  #uyedogrulama-image {
    background-position-x: -200px; } }

#bannerUyeGirisi-Genel {
  position: relative; }
  #bannerUyeGirisi-Genel .Genel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 576px) {
  #bannerUyeGirisi-Genel img {
    height: 28vh !important; }
  #bannerUyeGirisi-Genel .Genel {
    font-size: 23px !important;
    padding: 17px; } }

@media (max-width: 400px) {
  #bannerUyeGirisi-Genel img {
    height: 20vh !important; }
  #bannerUyeGirisi-Genel .Genel {
    font-size: 17px !important;
    padding: 12px; } }

#uye-giris_form .card-body form input {
  background-color: transparent;
  width: 100%;
  border: 1px solid #d6edf6;
  padding: 5px 15px; }

#uye-giris_form .card-body form .btn-giris {
  background-color: var(--fontorange);
  color: white;
  padding: 5px 30px;
  border-radius: 15px;
  font-size: 13px; }

#uye-giris_form .card-body form .linkler a {
  text-decoration: none;
  color: black; }

#uye-giris_form .card-body form .passwordGiris {
  position: relative; }
  #uye-giris_form .card-body form .passwordGiris i {
    position: absolute;
    top: 40px;
    right: 20px; }
    #uye-giris_form .card-body form .passwordGiris i:hover {
      cursor: pointer; }

@media (max-width: 420px) {
  #uye-giris_form .container {
    padding: 50px 10% !important; } }

#kosullar-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/kosullar.png);
  background-size: cover; }
  #kosullar-image span {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

#kosullar .downloadlink .kosullarbtn button:first-child {
  border: 2px solid black;
  font-weight: bolder;
  border-radius: 10px;
  align-items: center;
  background-color: #ffffff; }
  #kosullar .downloadlink .kosullarbtn button:first-child:hover {
    color: black !important;
    opacity: 90% !important; }
  #kosullar .downloadlink .kosullarbtn button:first-child i {
    color: black;
    font-size: 45px; }
  #kosullar .downloadlink .kosullarbtn button:first-child p {
    flex-direction: column; }
    #kosullar .downloadlink .kosullarbtn button:first-child p span:last-child {
      font-size: 25px; }

#kosullar .downloadlink .kosullarbtn button:last-child {
  border-radius: 10px;
  align-items: center; }
  #kosullar .downloadlink .kosullarbtn button:last-child:hover {
    opacity: 90% !important; }

#kosullar .downloadlink .kosullarbtn i {
  color: #ffffff;
  font-size: 40px; }

#kosullar .downloadlink .kosullarbtn p {
  flex-direction: column; }
  #kosullar .downloadlink .kosullarbtn p span:last-child {
    font-weight: bold;
    font-size: 20px; }

#kosullar .firstspan {
  font-size: 30px;
  font-weight: 500; }

#kosullar .secondspan {
  color: var(--fontorange); }
  #kosullar .secondspan i {
    font-size: 15px;
    color: #c7b2b2; }

#kosullar .btn-iletisimegec {
  background-color: var(--fontorange);
  color: white;
  width: 50%;
  border-radius: 20px; }

@media (max-width: 530px) {
  #kosular-image {
    background-position-x: -200px; } }

#teslimatAltNoktalar-Genel {
  position: relative; }
  #teslimatAltNoktalar-Genel span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 768px) {
  #teslimatAltNoktalar-Genel span {
    font-size: 20px;
    padding: 17px; } }

@media (max-width: 576px) {
  #teslimatAltNoktalar-Genel img {
    height: 28vh !important; }
  #teslimatAltNoktalar-Genel span {
    font-size: 23px;
    padding: 17px; } }

@media (max-width: 400px) {
  #teslimatAltNoktalar-Genel img {
    height: 20vh !important; }
  #teslimatAltNoktalar-Genel span {
    font-size: 14px;
    padding: 12px; } }

#sehirlerİframe iframe {
  width: 100%;
  height: 70vh; }

#istanbul .btn-iletisimegec {
  background-color: var(--fontorange);
  color: white;
  width: 50%;
  border-radius: 20px; }

.directions-address {
  display: none !important; }

#izmir .btn-iletisimegec {
  background-color: var(--fontorange);
  color: white;
  width: 50%;
  border-radius: 20px; }

#ankara .btn-iletisimegec {
  background-color: var(--fontorange);
  color: white;
  width: 50%;
  border-radius: 20px; }

#muğla .btn-iletisimegec {
  background-color: var(--fontorange);
  color: white;
  width: 50%;
  border-radius: 20px; }

#antalya .btn-iletisimegec {
  background-color: var(--fontorange);
  color: white;
  width: 50%;
  border-radius: 20px; }

#rezervasyongiris-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #rezervasyongiris-image span {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #rezervasyongiris-image span {
    top: 25% !important;
    font-size: 25px; } }

@media (max-width: 475px) {
  #rezervasyongiris-image span {
    top: 27% !important;
    font-size: 20px; } }

@media (max-width: 530px) {
  #rezervasyongiris-image {
    background-position-x: -200px; } }

#banner-Genel {
  position: relative; }
  #banner-Genel span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 576px) {
  #banner-Genel img {
    height: 28vh !important; }
  #banner-Genel span {
    font-size: 23px;
    padding: 17px; } }

@media (max-width: 400px) {
  #banner-Genel img {
    height: 20vh !important; }
  #banner-Genel span {
    font-size: 17px;
    padding: 12px; } }

@media (max-width: 992px) {
  #hakkımızda-text {
    margin-left: 20% !important; }
    #hakkımızda-text div:first-child {
      width: 60vw !important; } }

@media (max-width: 1024px) {
  #hakkimizda-image {
    height: 30vh; } }

#iletisim-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/iletisim2.png);
  background-size: cover; }
  #iletisim-image span {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

#iletisim .texts {
  padding: 0px 60px; }
  #iletisim .texts form {
    display: grid;
    gap: 5px; }
  #iletisim .texts iframe {
    width: 100%;
    height: 400px; }

#iletisim .text-end a {
  font-size: 20px;
  margin-left: 10px;
  background-color: var(--fontorange);
  color: white;
  padding: 8px;
  border-radius: 10px; }

#iletisim .iletisim-form,
#canlidestek .iletisim-form {
  padding: 0px 60px; }
    #iletisim .iletisim-form form,
    #canlidestek .iletisim-form form {
        background-image: url(../img/iletisim.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position-y: 50px;
        border-radius: 20px;
        display: grid;
        gap: 20px;
        grid-template-areas: "isim soyisim"
            "mail mail"
            "tel  tel"
            "konu konu"
            "mesaj mesaj"
            "btn btn"
            "frm frm";
    }
    #iletisim .iletisim-form form .isim,
    #canlidestek .iletisim-form form .isim {
      grid-area: isim; }
        #iletisim .iletisim-form form .soyisim,
        #canlidestek .iletisim-form form .soyisim {
            grid-area: soyisim;
        }
        #iletisim .iletisim-form form .mail{
            grid-area:mail;
        }
        #iletisim .iletisim-form form .telefon,
        #canlidestek .iletisim-form form .telefon {
            grid-area: tel;
        }
      #iletisim .iletisim-form form .telefon input,
      #canlidestek .iletisim-form form .telefon input {
        width: 100%; }
    #iletisim .iletisim-form form .konu,
    #canlidestek .iletisim-form form .konu {
      grid-area: konu; }
      #iletisim .iletisim-form form .konu select,
      #canlidestek .iletisim-form form .konu select {
        background-color: #f8f8f8;
        color: #999999;
        font-weight: 400;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 15px;
        border: 2px solid #ededed;
        border-radius: 15px; }
        #iletisim .iletisim-form form .konu select::after,
        #canlidestek .iletisim-form form .konu select::after {
          color: black; }
    #iletisim .iletisim-form form .mesaj,
    #canlidestek .iletisim-form form .mesaj {
      grid-area: mesaj; }
      #iletisim .iletisim-form form .mesaj textarea,
      #canlidestek .iletisim-form form .mesaj textarea {
        width: 100%; }
    #iletisim .iletisim-form form .btn,
    #canlidestek .iletisim-form form .btn {
      grid-area: btn;
      background-color: #febd10;
      font-weight: bolder;
      padding: 10px; }
    #iletisim .iletisim-form form .frm,
    #canlidestek .iletisim-form form .frm {
      grid-area: frm; }
    #iletisim .iletisim-form form label,
    #canlidestek .iletisim-form form label {
      font-weight: 500; }
    #iletisim .iletisim-form form input,
    #iletisim .iletisim-form form textarea,
    #iletisim .iletisim-form form select,
    #canlidestek .iletisim-form form input,
    #canlidestek .iletisim-form form textarea,
    #canlidestek .iletisim-form form select {
      background-color: rgba(242, 242, 242, 0.5);
      padding: 15px;
      border: 2px solid #ededed;
      border-radius: 15px; }
    #iletisim .iletisim-form form .select,
    #canlidestek .iletisim-form form .select {
      width: 100%;
      display: flex;
      gap: 2px; }

@media (max-width: 1450px) {
  #iletisim .iletisim-form form {
    grid-template-areas: "isim" "soyisim" "tel" "konu" "mesaj" "btn" "frm"; }
  #iletisim .iletisim-form .isim input {
    width: 100%; }
  #iletisim .iletisim-form .soyisim input {
    width: 100%; } }

@media (max-width: 600px) {
  #iletisim .iletisim-form {
    padding: 0px !important; } }

@media (max-width: 1500) {
  #canlidestek_section .row:first-child {
    display: grid !important; } }

#siremi_unuttum-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #siremi_unuttum-image .texts {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #siremi_unuttum-image .texts {
    top: 30% !important;
    font-size: 25px; } }

@media (max-width: 475px) {
  #siremi_unuttum-image .texts {
    top: 35% !important;
    font-size: 20px !important; } }

#sifremi-unuttum_form .card-body form button, #sifremi-unuttum_form .card-body form a {
  width: 67%;
  background-color: var(--fontorange);
  color: white;
  padding: 8px 30px;
  border-radius: 15px;
  font-size: 13px;
  justify-self: end; }

#sifremi-unuttum_form .card-body input {
  background-color: transparent;
  width: 100%;
  border: 1px solid rgba(50, 165, 193, 0.4);
  padding: 10px 20px; }

#sifremi-unuttum_form .card-body button {
  font-size: 12px !important; }

#sifremi-unuttum_form .card-body .passwordSifremiUnuttum {
  position: relative; }
  #sifremi-unuttum_form .card-body .passwordSifremiUnuttum i {
    position: absolute;
    top: 48px;
    right: 20px; }
    #sifremi-unuttum_form .card-body .passwordSifremiUnuttum i:hover {
      cursor: pointer; }

@media (max-width: 530px) {
  #sifremi-unuttum_form .card-body form button, #sifremi-unuttum_form .card-body form a {
    width: 100%; } }

@media (max-width: 530px) {
  #sifremi_unuttum-image {
    background-position-x: -200px; } }

#parola_sıfırlama-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #parola_sıfırlama-image .texts {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #parola_sıfırlama-image .texts {
    top: 25% !important;
    font-size: 25px; } }

@media (max-width: 475px) {
  #parola_sıfırlama-image .texts {
    top: 27% !important;
    font-size: 20px; } }

#parola-sıfırlama_form .card-body form input {
  background-color: transparent;
  width: 100%;
  border: 1px solid #d6edf6;
  padding: 5px 15px; }

#parola-sıfırlama_form .card-body form button {
  background-color: var(--fontorange);
  color: white;
  padding: 3px 30px;
  border-radius: 15px;
  font-size: 13px; }

#parola-sıfırlama_form .card-body form .newPassword, #parola-sıfırlama_form .card-body form .newPasswordRepeat {
  position: relative; }
  #parola-sıfırlama_form .card-body form .newPassword i, #parola-sıfırlama_form .card-body form .newPasswordRepeat i {
    position: absolute;
    top: 40px;
    right: 20px; }
    #parola-sıfırlama_form .card-body form .newPassword i:hover, #parola-sıfırlama_form .card-body form .newPasswordRepeat i:hover {
      cursor: pointer; }

@media (max-width: 500px) {
  #parola_sıfırlama-image .texts {
    top: 35%;
    left: 50%;
    font-size: 30px; } }

@media (max-width: 430px) {
  #parola_sıfırlama-image .texts {
    top: 38%;
    left: 50%;
    font-size: 28px; } }

@media (max-width: 400px) {
  #parola_sıfırlama-image .texts {
    top: 40%;
    left: 50%;
    font-size: 25px; } }

@media (max-width: 355px) {
  #parola_sıfırlama-image .texts {
    top: 42%;
    left: 50%;
    font-size: 23px; } }

@media (max-width: 325px) {
  #parola_sıfırlama-image .texts {
    top: 45%;
    left: 50%;
    font-size: 20px; } }

@media (max-width: 530px) {
  #parola_sıfırlama-image {
    background-position-x: -200px; } }

#yeni_sifre-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #yeni_sifre-image .texts {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #yeni_sifre-image .texts {
    top: 25% !important;
    font-size: 25px; } }

@media (max-width: 475px) {
  #teldogrulama-image .texts {
    top: 10% !important;
    font-size: 20px; } }

@media (max-width: 530px) {
  #yeni_sifre-image {
    background-position-x: -200px; } }

#yeni-sifre_form .card-body form input {
  background-color: transparent;
  width: 100%;
  border: 1px solid #d6edf6;
  padding: 5px 15px; }

#yeni-sifre_form .card-body form .btn-kaydet {
  background-color: var(--fontorange);
  color: white;
  padding: 5px 30px;
  border-radius: 15px;
  font-size: 13px; }

#yeni-sifre_form .card-body form .linkler a {
  text-decoration: none;
  color: black; }

#yeni-sifre_form .card-body form .oldpassword {
  position: relative; }
  #yeni-sifre_form .card-body form .oldpassword i {
    position: absolute;
    top: 40px;
    right: 20px; }
    #yeni-sifre_form .card-body form .oldpassword i:hover {
      cursor: pointer; }

#yeni-sifre_form .card-body form .newpassword {
  position: relative; }
  #yeni-sifre_form .card-body form .newpassword i {
    position: absolute;
    top: 40px;
    right: 20px; }
    #yeni-sifre_form .card-body form .newpassword i:hover {
      cursor: pointer; }

#yeni-sifre_form .card-body form .newpassword2 {
  position: relative; }
  #yeni-sifre_form .card-body form .newpassword2 i {
    position: absolute;
    top: 40px;
    right: 20px; }
    #yeni-sifre_form .card-body form .newpassword2 i:hover {
      cursor: pointer; }

#yeni-sifre_form #iptal-menuYeniSifre {
  background-color: white;
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 1;
  width: 70%;
  height: 100%;
  border-radius: 15px;
  transform: translateX(-50%) scale(0);
  animation: yeniSifreAnimate 2s forwards; }

@keyframes yeniSifreAnimate {
  to {
    transform: translateX(-50%) scale(1); } }

@media (max-width: 1000px) {
  #iptal-menuYeniSifre {
    width: 90% !important; } }

#header .header-user .login .name {
  font-size: 15px;
  background-color: #fedc80;
  padding: 4px 10px;
  border-radius: 15px; }

.header-user {
  background-color: white; }
  .header-user .dropdown button::after {
    display: none; }
  .header-user .dropdown span {
    background-color: #fedc80;
    padding: 4px 10px;
    border-radius: 15px; }
    .header-user .dropdown span:hover {
      cursor: pointer; }
  .header-user .dropdown .dropdown-menu {
    transition: all 5s; }
  .header-user .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 30px;
    background-color: rgba(255, 255, 255, 0.7); }
  .header-user ul li .dropdown-toggle::after {
    color: black;
    opacity: 50%; }
  .header-user ul li:not(:nth-child(3)) .dropdown-toggle::after {
    display: none; }

#kisiselbilgiler-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #kisiselbilgiler-image .texts {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #kisiselbilgiler-image .texts {
    top: 25% !important;
    font-size: 25px; } }

@media (max-width: 475px) {
  #kisiselbilgiler-image .texts {
    top: 27% !important;
    font-size: 20px; } }

#kisiselbilgiler_section .kisiselbilgiler-text {
  background-color: #f7f7f7;
  height: 90vh;
  display: flex;
  align-items: center; }
  #kisiselbilgiler_section .kisiselbilgiler-text ul a {
    text-decoration: none; }
  #kisiselbilgiler_section .kisiselbilgiler-text ul li {
    border: 1px solid #dadada;
    border-left: 10px solid var(--bg-orange);
    padding: 15px;
    font-size: 20px;
    color: #827d7d;
    font-weight: 500; }
    #kisiselbilgiler_section .kisiselbilgiler-text ul li.active {
      background-color: #eaeaea; }
    #kisiselbilgiler_section .kisiselbilgiler-text ul li:hover {
      background-color: #eaeaea;
      cursor: pointer; }

#profil-kisiselbilgi_form .card-body .container .ad {
  display: flex; }
  #profil-kisiselbilgi_form .card-body .container .ad span:first-child {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: 5px solid var(--bg-orange); }
  #profil-kisiselbilgi_form .card-body .container .ad input {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: transparent; }

#profil-kisiselbilgi_form .card-body .container .soyad {
  display: flex; }
  #profil-kisiselbilgi_form .card-body .container .soyad span:first-child {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: 5px solid var(--bg-orange); }
  #profil-kisiselbilgi_form .card-body .container .soyad input {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: transparent; }

#profil-kisiselbilgi_form .card-body .container .dogumtarihi {
  display: flex; }
  #profil-kisiselbilgi_form .card-body .container .dogumtarihi span:first-child {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: 5px solid var(--bg-orange); }
  #profil-kisiselbilgi_form .card-body .container .dogumtarihi span:last-child {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: transparent; }
    #profil-kisiselbilgi_form .card-body .container .dogumtarihi span:last-child input {
      border: transparent; }

#profil-kisiselbilgi_form .card-body .container .cinsiyet {
  display: flex; }
  #profil-kisiselbilgi_form .card-body .container .cinsiyet span:first-child {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: 5px solid var(--bg-orange); }
  #profil-kisiselbilgi_form .card-body .container .cinsiyet .inpt {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: transparent; }
    #profil-kisiselbilgi_form .card-body .container .cinsiyet .inpt div {
      display: flex;
      align-items: center;
      gap: 3px; }
      #profil-kisiselbilgi_form .card-body .container .cinsiyet .inpt div input {
        width: 20px;
        height: 20px; }
  #profil-kisiselbilgi_form .card-body .container .cinsiyet select {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: transparent; }

#profil-kisiselbilgi_form .card-body .container .tc {
  display: flex; }
  #profil-kisiselbilgi_form .card-body .container .tc div:first-child {
    display: flex;
    border: 2px solid #e5e5e5;
    width: 50%;
    padding: 8px;
    border-left: 5px solid var(--bg-orange); }
    #profil-kisiselbilgi_form .card-body .container .tc div:first-child span {
      display: flex;
      align-items: center;
      gap: 2px; }
      #profil-kisiselbilgi_form .card-body .container .tc div:first-child span input {
        width: 20px;
        height: 20px; }
  #profil-kisiselbilgi_form .card-body .container .tc input {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: transparent; }

#profil-kisiselbilgi_form .card-body .container .e-posta {
  display: flex; }
  #profil-kisiselbilgi_form .card-body .container .e-posta span:first-child {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: 5px solid var(--bg-orange); }
  #profil-kisiselbilgi_form .card-body .container .e-posta input {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: transparent; }

#profil-kisiselbilgi_form .card-body .container .cep-tel {
  display: flex; }
  #profil-kisiselbilgi_form .card-body .container .cep-tel span:first-child {
    width: 50%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: 5px solid var(--bg-orange); }
  #profil-kisiselbilgi_form .card-body .container .cep-tel input, #profil-kisiselbilgi_form .card-body .container .cep-tel select {
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-left: transparent; }
  #profil-kisiselbilgi_form .card-body .container .cep-tel .select {
    width: 50%;
    display: flex; }
    #profil-kisiselbilgi_form .card-body .container .cep-tel .select input {
      width: 100%; }
    #profil-kisiselbilgi_form .card-body .container .cep-tel .select select {
      width: 40%; }

#profil-kisiselbilgi_form .card-body .container .butonlar button {
  margin-top: 30px;
  background-color: transparent;
  border: 2px solid #32a5c1;
  color: #32a5c1;
  padding: 3px 25px;
  font-size: 15px;
  font-weight: 500; }

@media (max-width: 1100px) {
  #profil-kisiselbilgi_form .container {
    padding: 50px 0 !important; }
  #profil-kisiselbilgi_form .card-body .container {
    padding: 10px !important; }
    #profil-kisiselbilgi_form .card-body .container .ad {
      border-left: 5px solid var(--bg-orange); }
      #profil-kisiselbilgi_form .card-body .container .ad span:first-child {
        width: 100%;
        border-left: none; }
      #profil-kisiselbilgi_form .card-body .container .ad input {
        width: 100%;
        border-top: transparent; }
    #profil-kisiselbilgi_form .card-body .container .soyad {
      border-left: 5px solid var(--bg-orange); }
      #profil-kisiselbilgi_form .card-body .container .soyad span:first-child {
        width: 100%;
        border-left: none; }
      #profil-kisiselbilgi_form .card-body .container .soyad input {
        width: 100%;
        border-top: transparent; }
    #profil-kisiselbilgi_form .card-body .container .dogumtarihi {
      border-left: 5px solid var(--bg-orange); }
      #profil-kisiselbilgi_form .card-body .container .dogumtarihi span:first-child {
        width: 100%;
        border-left: none; }
      #profil-kisiselbilgi_form .card-body .container .dogumtarihi span:last-child {
        width: 100%;
        border-top: transparent; }
    #profil-kisiselbilgi_form .card-body .container .tc {
      border-left: 5px solid var(--bg-orange); }
      #profil-kisiselbilgi_form .card-body .container .tc div:first-child {
        width: 100%;
        gap: 15px;
        border-bottom: transparent;
        border-left: none; }
      #profil-kisiselbilgi_form .card-body .container .tc input {
        width: 100%; }
    #profil-kisiselbilgi_form .card-body .container .e-posta {
      border-left: 5px solid var(--bg-orange); }
      #profil-kisiselbilgi_form .card-body .container .e-posta span:first-child {
        width: 100%;
        border-bottom: transparent;
        border-left: none; }
      #profil-kisiselbilgi_form .card-body .container .e-posta input {
        width: 100%; }
    #profil-kisiselbilgi_form .card-body .container .cinsiyet {
      border-left: 5px solid var(--bg-orange); }
      #profil-kisiselbilgi_form .card-body .container .cinsiyet span:first-child {
        width: 100%;
        border-bottom: transparent;
        border-left: none; }
      #profil-kisiselbilgi_form .card-body .container .cinsiyet .inpt {
        width: 100%; }
    #profil-kisiselbilgi_form .card-body .container .cep-tel {
      border-left: 5px solid var(--bg-orange); }
      #profil-kisiselbilgi_form .card-body .container .cep-tel span:first-child {
        width: 100%;
        border-bottom: transparent;
        border-left: none; }
      #profil-kisiselbilgi_form .card-body .container .cep-tel .select {
        width: 100% !important; }
        #profil-kisiselbilgi_form .card-body .container .cep-tel .select input {
          width: 100%; }
        #profil-kisiselbilgi_form .card-body .container .cep-tel .select select {
          width: 60%; } }

@media (max-width: 530px) {
  #kisiselbilgiler-image {
    background-position-x: -200px; } }

#header .header-user .login .name {
  font-size: 15px;
  background-color: #fedc80;
  padding: 4px 10px;
  border-radius: 15px; }

#bildirimler-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #bildirimler-image .texts {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #bildirimler-image .texts {
    top: 25% !important;
    font-size: 25px; } }

@media (max-width: 475px) {
  #bildirimler-image .texts {
    top: 22% !important;
    font-size: 25px; } }

#bildirimler_section .bildrimler-text {
  background-color: #f7f7f7;
  height: 90vh;
  display: flex;
  align-items: center; }
  #bildirimler_section .bildrimler-text ul a {
    text-decoration: none; }
  #bildirimler_section .bildrimler-text ul li {
    border: 1px solid #dadada;
    border-left: 10px solid var(--bg-orange);
    padding: 15px;
    font-size: 20px;
    color: #827d7d;
    font-weight: 500; }
    #bildirimler_section .bildrimler-text ul li.active {
      background-color: #eaeaea; }
    #bildirimler_section .bildrimler-text ul li:hover {
      background-color: #eaeaea;
      cursor: pointer; }

#bildirimler_section .bildirimler .card-body span {
  font-weight: 500; }

@media (max-width: 992px) {
  #bildirimler_section .bildirimler .container {
    padding: 50px 10px !important; } }

@media (max-width: 530px) {
  #bildirimler-image {
    background-position-x: -200px; } }

#header .header-user .login .name {
  font-size: 15px;
  background-color: #fedc80;
  padding: 4px 10px;
  border-radius: 15px; }

#rezervasyonlarım-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #rezervasyonlarım-image .texts {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #rezervasyonlarım-image .texts {
    top: 25% !important;
    font-size: 25px; } }

@media (max-width: 475px) {
  #rezervasyonlarım-image .texts {
    top: 27% !important;
    font-size: 20px; } }

@media (max-width: 530px) {
  #rezervasyonlarım-image {
    background-position-x: -200px; } }

#rezervasyonlarım_section .rezervasyonlarım-text {
  background-color: #f7f7f7;
  height: 90vh;
  display: flex;
  align-items: center; }
  #rezervasyonlarım_section .rezervasyonlarım-text ul a {
    text-decoration: none; }
  #rezervasyonlarım_section .rezervasyonlarım-text ul li {
    border: 1px solid #dadada;
    border-left: 10px solid var(--bg-orange);
    padding: 15px;
    font-size: 20px;
    color: #827d7d;
    font-weight: 500; }
    #rezervasyonlarım_section .rezervasyonlarım-text ul li.active {
      background-color: #eaeaea; }
    #rezervasyonlarım_section .rezervasyonlarım-text ul li:hover {
      background-color: #eaeaea;
      cursor: pointer; }

#rezervasyonlarım_section .card-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f5f5f5;
  padding: 10px;
  position: relative; }
  #rezervasyonlarım_section .card-header button {
    position: absolute;
    bottom: 5px;
    right: 10px;
    border-radius: 20px;
    padding: 5px 20px;
    color: white;
    background-color: var(--bg-orange);
    border: 1px solid #707070; }

#rezervasyonlarım_section .card-body {
  padding: 0;
  padding-bottom: 50px; }
  #rezervasyonlarım_section .card-body .table1 {
    border: 2px solid #707070; }
  #rezervasyonlarım_section .card-body .table thead {
    background-color: var(--bg-orange); }
    #rezervasyonlarım_section .card-body .table thead th {
      font-size: 12px;
      background-color: var(--bg-orange);
      color: white;
      font-weight: 400;
      padding: 15px 2px; }
  #rezervasyonlarım_section .card-body .table tbody tr .links {
    border-style: hidden;
    display: flex;
    align-items: center; }
    #rezervasyonlarım_section .card-body .table tbody tr .links a{

    }
    #rezervasyonlarım_section .card-body .table tbody tr .links td {
        padding: 0;
        width: 50%;
        opacity: 1;
        font-weight: bold;
        text-align: center;
        border-left-width: 5px !important;
        border-left-color: var(--bg-orange) !important;
    }
  #rezervasyonlarım_section .card-body .table tbody tr .detail {
    text-decoration: none; }
  #rezervasyonlarım_section .card-body .table tbody tr a:not(.bildirim), #rezervasyonlarım_section .card-body .table tbody tr span {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #5e5959;
    font-weight: bolder;
    padding: 5px 10px;
    background-color: #f9e3a8; }
  #rezervasyonlarım_section .card-body .table tbody tr .rezervasyonİptal:hover {
    cursor: pointer; }
  #rezervasyonlarım_section .card-body .table th, #rezervasyonlarım_section .card-body .table td {
    text-align: center;
    border-left: 2px solid #707070; }
  #rezervasyonlarım_section .card-body .table td {
    opacity: 0.7;
    font-size: 12px; }

#rezervasyonlarım_section .onayla-tamamla {
  display: flex;
  gap: 20px;
  padding-left: 10px; }
  #rezervasyonlarım_section .onayla-tamamla a {
    color: #827d7d;
    font-weight: 500; }

#iptal-menu {
  position: absolute;
  left: 62%;
  top: 100%;
  z-index: 1;
  transform: translateX(-50%) scale(0);
  height: 17vh;
  width: 25vw;
  background-color: white;
  border-radius: 15px;
  animation: a1 forwards 2s;
  display: none; }
  #iptal-menu p {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 10px; }
  #iptal-menu span {
    font-size: 17px; }

@keyframes a1 {
  to {
    transform: translateX(-50%) scale(1); } }

#iptal-menu-onaylanmış {
  position: absolute;
  left: 62%;
  top: 100%;
  z-index: 1;
  transform: translateX(-50%);
  height: 17vh;
  width: 25vw;
  background-color: white;
  border-radius: 15px;
  display: none; }
  #iptal-menu-onaylanmış span {
    font-size: 17px; }

@media (max-width: 1450px) {
  #iptal-menu {
    left: 62%;
    top: 100%;
    height: 20vh;
    width: 27vw; }
  #iptal-menu-onaylanmış {
    left: 62%;
    top: 100%;
    height: 20vh;
    width: 27vw; } }

@media (max-width: 992px) {
  #iptal-menu {
    left: 52%;
    top: 180%;
    height: 23vh;
    width: 40vw; }
  #iptal-menu-onaylanmış {
    left: 52%;
    top: 180%;
    height: 23vh;
    width: 40vw; } }

@media (max-width: 630px) {
  #iptal-menu {
    left: 52%;
    top: 185%;
    height: 23vh;
    width: 60vw; }
  #iptal-menu-onaylanmış {
    left: 52%;
    top: 185%;
    height: 23vh;
    width: 60vw; } }

@media (max-width: 481px) {
  #iptal-menu {
    height: 23vh;
    width: 80vw; }
  #iptal-menu-onaylanmış {
    height: 23vh;
    width: 80vw; } }

#siparisiptal-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #siparisiptal-image .texts {
    position: absolute;
    top: 35% !important;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    width: 100%; }

#siparis-iptali .rezervasyonlarım-text {
  background-color: #f7f7f7;
  height: 90vh;
  display: flex;
  align-items: center; }
  #siparis-iptali .rezervasyonlarım-text ul a {
    text-decoration: none; }
  #siparis-iptali .rezervasyonlarım-text ul li {
    border: 1px solid #dadada;
    border-left: 10px solid var(--bg-orange);
    padding: 15px;
    font-size: 20px;
    color: #827d7d;
    font-weight: 500; }
    #siparis-iptali .rezervasyonlarım-text ul li.active {
      background-color: #eaeaea; }
    #siparis-iptali .rezervasyonlarım-text ul li:hover {
      background-color: #eaeaea;
      cursor: pointer; }

#siparis-iptali .card-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f5f5f5;
  padding: 10px;
  position: relative; }
  #siparis-iptali .card-header button {
    position: absolute;
    bottom: 5px;
    right: 10px;
    border-radius: 20px;
    padding: 5px 20px;
    color: white;
    background-color: var(--bg-orange);
    border: 1px solid #707070; }

#siparis-iptali .card-body {
  padding: 0;
  padding-bottom: 50px; }
  #siparis-iptali .card-body .table {
    border-collapse: collapse; }
    #siparis-iptali .card-body .table thead {
      background-color: var(--bg-orange); }
      #siparis-iptali .card-body .table thead th {
        font-size: 12px;
        background-color: var(--bg-orange);
        color: white;
        font-weight: 400;
        padding: 15px 2px; }
    #siparis-iptali .card-body .table tbody tr .links td:first-child {
      padding: 0;
      width: 50%;
      opacity: 1;
      font-weight: bold;
      text-align: center;
      border-left-width: 5px !important;
      border-left-color: var(--bg-orange) !important; }
    #siparis-iptali .card-body .table tbody tr .links td:last-child {
      background-color: transparent;
      padding: 5px 10px; }
    #siparis-iptali .card-body .table tbody tr .detail {
      text-decoration: none; }
    #siparis-iptali .card-body .table tbody tr a:not(.bildirim), #siparis-iptali .card-body .table tbody tr span {
      display: flex;
      justify-content: center;
      text-decoration: none;
      color: #5e5959;
      font-weight: bolder;
      padding: 5px 10px;
      background-color: #f9e3a8; }
    #siparis-iptali .card-body .table tbody .rezervasyonİptal:hover {
      cursor: pointer; }
    #siparis-iptali .card-body .table th, #siparis-iptali .card-body .table td {
      text-align: center;
      border-left: 2px solid #707070; }
    #siparis-iptali .card-body .table td {
      opacity: 0.8;
      font-size: 12px;
      padding-top: 8px; }

#siparis-iptali .onayla-tamamla {
  display: flex;
  gap: 20px;
  padding-left: 10px; }
  #siparis-iptali .onayla-tamamla a {
    color: #827d7d;
    font-weight: 500; }

@media (max-width: 755px) {
  #rezervasyonlarım-image .texts {
    top: 30%;
    left: 50%;
    font-size: 30px; } }

@media (max-width: 645px) {
  #rezervasyonlarım-image .texts {
    top: 30%;
    left: 50%;
    font-size: 27px; } }

@media (max-width: 582px) {
  #rezervasyonlarım-image .texts {
    top: 30%;
    left: 50%;
    font-size: 25px; } }

@media (max-width: 538px) {
  #rezervasyonlarım-image .texts {
    top: 33%;
    left: 50%;
    font-size: 23px; } }

@media (max-width: 496px) {
  #rezervasyonlarım-image .texts {
    top: 35%;
    left: 50%;
    font-size: 20px; } }

@media (max-width: 432px) {
  #rezervasyonlarım-image .texts {
    top: 38%;
    left: 50%;
    font-size: 18px; } }

@media (max-width: 387px) {
  #rezervasyonlarım-image .texts {
    top: 40%;
    left: 50%;
    font-size: 16px; } }

@media (max-width: 345px) {
  #rezervasyonlarım-image .texts {
    top: 43%;
    left: 50%;
    font-size: 15px; } }

@media (max-width: 530px) {
  #siparisiptal-image {
    background-position-x: -200px; } }

#header .header-user .login .name {
  font-size: 15px;
  background-color: #fedc80;
  padding: 4px 10px;
  border-radius: 15px; }

#canlidestek-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #canlidestek-image .texts {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #canlidestek-image .texts {
    top: 25% !important;
    font-size: 25px; } }

@media (max-width: 475px) {
  #canlidestek-image .texts {
    top: 27% !important;
    font-size: 20px; } }

#canlidestek_section .canlidestek-text {
  background-color: #f7f7f7;
  height: 90vh;
  display: flex;
  align-items: center; }
  #canlidestek_section .canlidestek-text ul a {
    text-decoration: none; }
  #canlidestek_section .canlidestek-text ul li {
    border: 1px solid #dadada;
    border-left: 10px solid var(--bg-orange);
    padding: 15px;
    font-size: 20px;
    color: #827d7d;
    font-weight: 500; }
    #canlidestek_section .canlidestek-text ul li.active {
      background-color: #eaeaea; }
    #canlidestek_section .canlidestek-text ul li:hover {
      background-color: #eaeaea;
      cursor: pointer; }

#canlidestek_section .genelrow {
  margin-left: 0;
  margin-right: 0; }

#canlidestek .canlidestek-form input,
#canlidestek .canlidestek-form select,
#canlidestek .canlidestek-form textarea {
  background-color: rgba(242, 242, 242, 0.5);
  padding: 15px;
  border: 2px solid #ededed;
  border-radius: 15px; }

#canlidestek .canlidestek-form .btn {
  background-color: #febd10;
  width: 100%;
  font-weight: 500;
  padding: 10px 0px;
  font-weight: bolder; }

#canlidestek .canlidestek-form label {
  font-weight: 500; }

#canlidestek .canlidestek-form .isim {
  width: 100%; }

#canlidestek .canlidestek-form .soyisim {
  width: 100%; }

#canlidestek .telefon .select {
  width: 100%;
  display: flex;
  gap: 2px; }
  #canlidestek .telefon .select input {
    width: 100%; }

@media (max-width: 992px) {
  #bildirimler_section .bildirimler .container {
    padding: 50px 10px !important; } }

@media (max-width: 500px) {
  #canlidestek-image .texts {
    top: 40% !important;
    font-size: 27px !important; } }

@media (max-width: 768px) {
  #canlidestek .canlidestek-form .isim input {
    width: 100% !important; } }

@media (max-width: 530px) {
  #canlidestek-image {
    background-position-x: -200px; } }

#ödeme-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #ödeme-image span {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #ödeme-image span {
    top: 25% !important;
    font-size: 25px; } }

@media (max-width: 475px) {
  #ödeme-image span {
    top: 27% !important;
    font-size: 20px; } }

#uye-ol_form .container form label {
  margin-left: 15px;
  font-size: 12px;
  font-weight: 500; }

#ödeme-container {
  padding: 50px 100px; }
  #ödeme-container .card-header {
    border-radius: 15px;
    background-color: #f5f5f5; }
    #ödeme-container .card-header span {
      font-size: 25px;
      color: var(--fontorange);
      padding: 20px; }
  #ödeme-container .ek-hizmetler-container {
    padding: 10px 5%;
    border-radius: 15px;
    border-left: 5px solid var(--fontorange); }
    #ödeme-container .ek-hizmetler-container .ek-hizmetler {
      padding: 10px 20px; }
      #ödeme-container .ek-hizmetler-container .ek-hizmetler label {
        margin-left: 15px;
        font-size: 16px; }
      #ödeme-container .ek-hizmetler-container .ek-hizmetler input[type="checkbox"] {
        width: 15px;
        height: 15px; }
      #ödeme-container .ek-hizmetler-container .ek-hizmetler input[type="text"] {
        width: 65%;
        border-radius: 10px; }
  #ödeme-container .indirim-container {
    padding: 10px 5%;
    border-radius: 15px;
    border-left: 5px solid var(--fontorange); }
    #ödeme-container .indirim-container .indirim {
      padding: 10px 20px; }
      #ödeme-container .indirim-container .indirim input[type="checkbox"] {
        width: 15px;
        height: 15px; }
      #ödeme-container .indirim-container .indirim .uygulabutton .btn {
        background-color: var(--fontorange);
        border-radius: 10px;
        padding: 5px 35px;
        color: white; }
      #ödeme-container .indirim-container .indirim .indirimBilgi {
        height: 50px; }
        #ödeme-container .indirim-container .indirim .indirimBilgi .indirimText {
          border: 1px solid gray;
          padding: 8px 50px;
          border-radius: 10px; }
  #ödeme-container .rezervasyonBilgi-container {
    padding: 10px 5%;
    border-radius: 15px;
    border-left: 5px solid var(--fontorange); }
    #ödeme-container .rezervasyonBilgi-container .rezervasyon-bilgileri {
      padding: 10px 20px; }
      #ödeme-container .rezervasyonBilgi-container .rezervasyon-bilgileri span {
        font-weight: 500; }
      #ödeme-container .rezervasyonBilgi-container .rezervasyon-bilgileri .fiyatToplam {
        color: var(--fontorange);
        transform: scale(1.2);
        margin-right: 5px; }
      #ödeme-container .rezervasyonBilgi-container .rezervasyon-bilgileri .fiyat {
        display: flex;
        justify-content: flex-end;
        padding-right: 25px; }
        #ödeme-container .rezervasyonBilgi-container .rezervasyon-bilgileri .fiyat span::before {
          content: "\20BA ";
          font-size: 18px;
          padding-right: 2px;
          display:none;
        }
  #ödeme-container .ödeme-bilgileri {
    padding: 10px 5%;
    border-radius: 15px;
    border-left: 5px solid var(--fontorange); }
    #ödeme-container .ödeme-bilgileri label {
      margin-left: 15px; }
    #ödeme-container input[type="text"], #ödeme-container input[type="password"], #ödeme-container input[type="month"], #ödeme-container input[type="mail"], #ödeme-container textarea, #ödeme-container select, #ödeme-container input[type="email"] {
        background-color: transparent;
        width: 100%;
        border: 1px solid #d6edf6;
        padding: 5px 15px;
        border-radius: 10px;
    }
  #ödeme-container .faturatipi label:hover {
    cursor: pointer; }
  #ödeme-container .faturatipi span:first-child {
    padding-left: 15px; }
  #ödeme-container .arackiralikmi label:hover {
    cursor: pointer; }
  #ödeme-container .arackiralikmi span:first-child {
    padding-left: 15px; }
  #ödeme-container .fatura-bilgiler {
    padding: 10px 50px; }
    #ödeme-container .fatura-bilgiler label {
      margin-left: 15px; }
  #ödeme-container .ödeme-yap a {
    background-color: var(--fontorange);
    color: white;
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 25px; }

#ödeme-container #form-content .kurxumsalAc {
  display: block !important; }

#ödeme-container #form-content .birexyselAc {
  display: block !important; }

@media (max-width: 992px) {
  #ödeme-container .card-body .ek-hizmetler input[type="text"] {
    width: 100% !important; } }

@media (max-width: 1200px) {
  #ödeme-container {
    padding: 50px 5%; }
    #ödeme-container .card-body .fatura-bilgiler {
      padding: 10px 10px !important; }
    #ödeme-container .card-body .indirim {
      padding: 10px 10px !important; }
    #ödeme-container .card-body .rezervasyon-bilgileri {
      padding: 10px 10px !important; }
    #ödeme-container .card-body .ödeme-bilgileri {
      padding: 10px 10px !important; } }

@media (max-width: 765px) {
  #ödeme-container {
    padding: 50px 5%; }
    #ödeme-container .card-body .rezervasyon-bilgileri .fiyat {
      width: 50% !important;
      justify-content: flex-start !important;
      padding-right: 15px; }
      #ödeme-container .card-body .rezervasyon-bilgileri .fiyat .fiyatToplam {
        margin-left: 19px; } }

@media (max-width: 400px) {
  #ödeme-container {
    padding: 50px 5%; }
    #ödeme-container .card-body .rezervasyon-bilgileri .fiyat .fiyatToplam {
      margin-left: 13px; } }

@media (max-width: 530px) {
  #ödeme-image {
    background-position-x: -200px; } }

#rezervasyon-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #rezervasyon-image span {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #rezervasyon-image span {
    top: 27% !important;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 30px; } }

@media (max-width: 475px) {
  #rezervasyon-image span {
    top: 22% !important; } }

#rezervasyon-container {
  padding: 50px 100px; }
  #rezervasyon-container .card-header {
    border-radius: 15px;
    background-color: #f5f5f5; }
    #rezervasyon-container .card-header span {
      font-size: 25px;
      color: var(--fontorange);
      padding: 20px; }
  #rezervasyon-container .card-body {
   /* padding-right: 250px*/; }
    #rezervasyon-container .card-body .container {
      padding: 20px 10px; }
      #rezervasyon-container .card-body .container input[type="text"],
      #rezervasyon-container .card-body .container input[type="month"] {
        background-color: transparent;
        width: 100%;
        border: 1px solid #d6edf6;
        padding: 5px 15px;
        border-radius: 10px; }
  #rezervasyon-container .rezervasyon-table {
    margin: 50px 0px;
    padding: 20px;
    border-radius: 15px;
    overflow:hidden;
  }
    #rezervasyon-container .rezervasyon-table .selects select {
      justify-content: space-between;
      border: transparent;
      width: 100%;
      color: black;
      padding: 15px 15px;
      border: 1px solid #d6edf6;
      border-radius: 15px; }
  #rezervasyon-container .teslim-zaman input {
    background-color: transparent;
    width: 50%;
    border: 1px solid #d6edf6;
    padding: 12px 15px;
    border-radius: 10px; }
  #rezervasyon-container .teslim-zaman select {
    appearance: none;
    justify-content: space-between;
    border: transparent;
    width: 50%;
    color: black;
    padding: 12px 15px;
    border: 1px solid #d6edf6;
    border-radius: 10px; }
  #rezervasyon-container .arac-kisi-bilgileri {
    padding: 20px;
    border-radius: 15px; }
    #rezervasyon-container .arac-kisi-bilgileri .check {
      display: flex;
      gap: 5px;
      align-items: center; }
      #rezervasyon-container .arac-kisi-bilgileri .check input[type=checkbox] {
        width: 20px;
        height: 20px; }
    #rezervasyon-container .arac-kisi-bilgileri .plaka {
      padding-right: 500px; }
      #rezervasyon-container .arac-kisi-bilgileri .plaka input {
        background-color: transparent;
        width: 100%;
        border: 1px solid #d6edf6;
        padding: 5px 15px;
        border-radius: 10px; }
    #rezervasyon-container .arac-kisi-bilgileri .marka-model {
      display: grid;
      gap: 8px;
      grid-template-columns: 1fr 1fr; }
      #rezervasyon-container .arac-kisi-bilgileri .marka-model input:first-child {
        text-transform: uppercase; }
      #rezervasyon-container .arac-kisi-bilgileri .marka-model select,
      #rezervasyon-container .arac-kisi-bilgileri .marka-model input {
        justify-content: space-between;
        border: transparent;
        width: 100%;
        color: black;
        padding: 15px 15px;
        border: 1px solid #d6edf6;
        border-radius: 15px; }
    #rezervasyon-container .arac-kisi-bilgileri .t-edecek {
      padding-right: 300px; }
      #rezervasyon-container .arac-kisi-bilgileri .t-edecek input,
      #rezervasyon-container .arac-kisi-bilgileri .t-edecek select {
        background-color: transparent;
        width: 100%;
        border: 1px solid #d6edf6;
        padding: 5px 15px;
        border-radius: 10px; }
      #rezervasyon-container .arac-kisi-bilgileri .t-edecek .select {
        display: flex;
        gap: 18px; }
        #rezervasyon-container .arac-kisi-bilgileri .t-edecek .select select {
          width: 5vw; }
        #rezervasyon-container .arac-kisi-bilgileri .t-edecek .select input {
          width: 19vw; }
    #rezervasyon-container .arac-kisi-bilgileri .t-alacak {
      padding-right: 300px; }
      #rezervasyon-container .arac-kisi-bilgileri .t-alacak input,
      #rezervasyon-container .arac-kisi-bilgileri .t-alacak select {
        background-color: transparent;
        width: 100%;
        border: 1px solid #d6edf6;
        padding: 5px 15px;
        border-radius: 10px; }
      #rezervasyon-container .arac-kisi-bilgileri .t-alacak .select {
        display: flex;
        gap: 18px; }
        #rezervasyon-container .arac-kisi-bilgileri .t-alacak .select select {
          width: 5vw; }
        #rezervasyon-container .arac-kisi-bilgileri .t-alacak .select input {
          width: 19vw; }
    #rezervasyon-container .arac-kisi-bilgileri .rezevasyon-tamamla input[type="submit"] {
      background-color: var(--fontorange);
      border: none;
      color: white;
      padding: 5px 10px;
      border-radius: 12px; }

@media (max-width: 1400px) {
  #rezervasyon-container .card-body {
    padding-right: 0px !important; }
    #rezervasyon-container .card-body .kisi-bilgileri {
      padding-right: 0px !important; }
  #rezervasyon-container .rezervasyon-table .selects {
    grid-template-columns: 1fr; }
  #rezervasyon-container .teslim-zaman .teslim-tarih {
    display: grid !important; }
    #rezervasyon-container .teslim-zaman .teslim-tarih input {
      width: 100%; }
  #rezervasyon-container .teslim-zaman .teslim-saat {
    display: grid !important; }
    #rezervasyon-container .teslim-zaman .teslim-saat select {
      width: 100%; }
  #rezervasyon-container .arac-kisi-bilgileri .plaka {
    padding-right: 0px !important; }
    #rezervasyon-container .arac-kisi-bilgileri .plaka input {
      width: 50vw !important; }
  #rezervasyon-container .arac-kisi-bilgileri .t-edecek {
    padding-right: 0px !important; }
    #rezervasyon-container .arac-kisi-bilgileri .t-edecek input:not(.telNo) {
      width: 70vw !important; }
    #rezervasyon-container .arac-kisi-bilgileri .t-edecek .select {
      gap: 3px !important; }
      #rezervasyon-container .arac-kisi-bilgileri .t-edecek .select select {
        width: 23vw !important; }
      #rezervasyon-container .arac-kisi-bilgileri .t-edecek .select input {
        width: 46vw !important; }
  #rezervasyon-container .arac-kisi-bilgileri .t-alacak {
    padding-right: 0px !important; }
    #rezervasyon-container .arac-kisi-bilgileri .t-alacak input:not(.telNo) {
      width: 70vw !important; }
    #rezervasyon-container .arac-kisi-bilgileri .t-alacak .select {
      gap: 3px !important; }
      #rezervasyon-container .arac-kisi-bilgileri .t-alacak .select select {
        width: 23vw !important; }
      #rezervasyon-container .arac-kisi-bilgileri .t-alacak .select input {
        width: 46vw !important; }
  #rezervasyon-container .arac-kisi-bilgileri .marka-model {
    grid-template-columns: 1fr; } }

@media (max-width: 992px) {
  #rezervasyon-container .card-body {
    padding-right: 200px !important; }
  .rezervasyon-table .tarihGenel input {
    width: 173% !important; }
  .rezervasyon-table .tarihGenel select {
    width: 200% !important; }
  .t-edecek .tel .telİnput {
    width: 10vw !important; } }

@media (max-width: 360px) {
  .rezervasyon-table .tarihGenel input {
    width: 100% !important; }
  .rezervasyon-table .tarihGenel select {
    width: 100% !important; } }

@media (max-width: 1200px) {
  #rezervasyon-container {
    padding: 50px 5%; } }

@media (max-width: 767px) {
  #rezervasyon-container {
    padding: 50px 5%; }
    #rezervasyon-container .card-body {
      padding-right: 0px !important; } }

@media (max-width: 600px) {
  #rezervasyon-image span {
    top: 37%;
    font-size: 30px; } }

@media (max-width: 530px) {
  #rezervasyon-image {
    background-position-x: -200px; } }

#duyurutercihlerim-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #duyurutercihlerim-image .texts {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #duyurutercihlerim-image .texts {
    top: 25% !important;
    font-size: 25px; } }

@media (max-width: 475px) {
  #duyurutercihlerim-image .texts {
    top: 27% !important;
    font-size: 20px; } }

#duyurutercihlerim_section .duyurutercihlerim-text {
  background-color: #f7f7f7;
  height: 90vh;
  display: flex;
  align-items: center; }
  #duyurutercihlerim_section .duyurutercihlerim-text ul a {
    text-decoration: none; }
  #duyurutercihlerim_section .duyurutercihlerim-text ul li {
    border: 1px solid #dadada;
    border-left: 10px solid var(--bg-orange);
    padding: 15px;
    font-size: 20px;
    color: #827d7d;
    font-weight: 500; }
    #duyurutercihlerim_section .duyurutercihlerim-text ul li.active {
      background-color: #eaeaea; }
    #duyurutercihlerim_section .duyurutercihlerim-text ul li:hover {
      background-color: #eaeaea;
      cursor: pointer; }

@media (max-width: 992px) {
  #duyurutercihlerim_section .bildirimler .container {
    padding: 50px 10px !important; } }

@media (max-width: 530px) {
  #duyurutercihlerim-image {
    background-position-x: -200px; } }

#yasalmetinler-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #yasalmetinler-image .texts {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #yasalmetinler-image .texts {
    top: 25% !important;
    font-size: 25px; } }

@media (max-width: 475px) {
  #yasalmetinler-image .texts {
    top: 27% !important;
    font-size: 20px; } }

#yasalmetinler_section .yasalmetinler-text {
  background-color: #f7f7f7;
  height: 90vh;
  display: flex;
  align-items: center; }
  #yasalmetinler_section .yasalmetinler-text ul a {
    text-decoration: none; }
  #yasalmetinler_section .yasalmetinler-text ul li {
    border: 1px solid #dadada;
    border-left: 10px solid var(--bg-orange);
    padding: 15px;
    font-size: 20px;
    color: #827d7d;
    font-weight: 500; }
    #yasalmetinler_section .yasalmetinler-text ul li.active {
      background-color: #eaeaea; }
    #yasalmetinler_section .yasalmetinler-text ul li:hover {
      background-color: #eaeaea;
      cursor: pointer; }

#duyurutercihlerim_section .tercihler {
  /* Rounded sliders */ }
  #duyurutercihlerim_section .tercihler .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px; }
  #duyurutercihlerim_section .tercihler .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  #duyurutercihlerim_section .tercihler .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
  #duyurutercihlerim_section .tercihler .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
    #duyurutercihlerim_section .tercihler input:checked + .slider {
        background-color: #ff6c24;
    }
  #duyurutercihlerim_section .tercihler input:focus + .slider {
    box-shadow: 0 0 1px #2196F3; }
  #duyurutercihlerim_section .tercihler input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  #duyurutercihlerim_section .tercihler .slider.round {
    border-radius: 34px; }
  #duyurutercihlerim_section .tercihler .slider.round:before {
    border-radius: 50%; }

@media (max-width: 992px) {
  #yasalmetinler_section .bildirimler .container {
    padding: 50px 10px !important; } }

@media (max-width: 530px) {
  #yasalmetinler-image {
    background-position-x: -200px; } }

#e-posta-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover; }
  #e-posta-image span {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #e-posta-image span {
    top: 25% !important;
    font-size: 25px; } }

@media (max-width: 475px) {
  #e-posta-image span {
    top: 30% !important;
    font-size: 20px !important; } }

#eposta-dogrulama_form .card-body form input {
  background-color: transparent;
  border: 1px solid var(--blue1);
  padding: 2px 10px; }

#eposta-dogrulama_form .card-body form .linkler a {
  text-decoration: none;
  color: black; }

#eposta-dogrulama_form .card-body form .btn-giris {
  background-color: var(--fontorange);
  color: white;
  padding: 3px 30px;
  border-radius: 15px;
  font-size: 13px; }

#eposta-dogrulama_form .card-body form .eposta-kod button {
  background-color: var(--blue1);
  border: transparent;
  font-weight: 500;
  color: white;
  font-size: 13px;
  padding: 2px 20px; }

#eposta-dogrulama_form .card-body form .eposta-kod .onay {
  background-color: var(--fontorange);
  padding: 12px 20px; }

#eposta-dogrulama_form .card-body form .eposta-kod .iptal {
  background-color: var(--blue1);
  padding: 12px 25px; }

#eposta-dogrulama_form .card-body form .passwordDogrulamaEposta {
  height: 100%;
  position: relative; }
  #eposta-dogrulama_form .card-body form .passwordDogrulamaEposta input {
    height: 100%; }
  #eposta-dogrulama_form .card-body form .passwordDogrulamaEposta i {
    position: absolute;
    top: 15px;
    right: 15px; }
    #eposta-dogrulama_form .card-body form .passwordDogrulamaEposta i:hover {
      cursor: pointer; }

@media (max-width: 992px) {
  #eposta-dogrulama_form .card-body form .passwordDogrulamaEposta i {
    top: 5px !important;
    right: 15px; } }

@media (max-width: 435px) {
  #eposta-dogrulama_form .container:first-child {
    padding: 50px 10% !important; }
  #eposta-dogrulama_form .card-body form .passwordDogrulamaEposta i {
    top: 5px !important;
    right: 15px; } }

@media (max-width: 385px) {
  #eposta-dogrulama_form .container:first-child {
    padding: 50px 3% !important; }
  #eposta-dogrulama_form .card-body form .passwordDogrulamaEposta i {
    top: 5px !important;
    right: 15px; } }

@media (max-width: 530px) {
  #e-posta-image {
    background-position-x: -200px; } }

#teldogrulama-image {
  position: relative;
  height: 50vh;
  width: 100%;
  background-image: url(../img/hizmet.png);
  background-size: cover;
  width: 100%; }
  #teldogrulama-image span {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 20px; }

@media (max-width: 677px) {
  #teldogrulama-image span {
    top: 25% !important; } }

@media (max-width: 475px) {
  #teldogrulama-image span {
    top: 10% !important; } }

#tel-dogrulama_form .card-body form input {
  background-color: transparent;
  border: 1px solid var(--blue1);
  padding: 2px 10px; }

#tel-dogrulama_form .card-body form .linkler a {
  text-decoration: none;
  color: black; }

#tel-dogrulama_form .card-body form .btn-giris {
  background-color: var(--fontorange);
  color: white;
  padding: 3px 30px;
  border-radius: 15px;
  font-size: 13px; }

#tel-dogrulama_form .card-body form .eposta-kod button {
  background-color: var(--blue1);
  border: transparent;
  font-weight: 500;
  color: white;
  font-size: 13px;
  padding: 2px 20px; }

#tel-dogrulama_form .card-body form .eposta-kod .onay {
  background-color: var(--fontorange);
  padding: 12px 20px; }

#tel-dogrulama_form .card-body form .passwordDogrulamaTel {
  height: 100%;
  position: relative; }
  #tel-dogrulama_form .card-body form .passwordDogrulamaTel input {
    height: 100%; }
  #tel-dogrulama_form .card-body form .passwordDogrulamaTel i {
    position: absolute;
    top: 15px;
    right: 15px; }
    #tel-dogrulama_form .card-body form .passwordDogrulamaTel i:hover {
      cursor: pointer; }

@media (max-width: 611px) {
  #e-posta-image span {
    top: 35%;
    left: 50%;
    font-size: 30px;
    width: 100%;
    text-align: center; } }

@media (max-width: 610px) {
  #teldogrulama-image span {
    top: 37%;
    font-size: 27px; } }

@media (max-width: 992px) {
  #tel-dogrulama_form .card-body form .passwordDogrulamaTel i {
    top: 5px !important;
    right: 15px; } }

@media (max-width: 435px) {
  #tel-dogrulama_form .container:first-child {
    padding: 50px 10% !important; }
  #tel-dogrulama_form .card-body form .passwordDogrulamaTel i {
    top: 5px !important;
    right: 15px; } }

@media (max-width: 385px) {
  #tel-dogrulama_form .container:first-child {
    padding: 50px 3% !important; }
  #tel-dogrulama_form .card-body form .passwordDogrulamaTel i {
    top: 5px !important;
    right: 15px; } }

@media (max-width: 530px) {
  #teldogrulama-image {
    background-position-x: -200px; } }

#rezervasyonDetay_section .rezervasyonlarım-text {
  background-color: #f7f7f7;
  height: 90vh;
  display: flex;
  align-items: center; }
  #rezervasyonDetay_section .rezervasyonlarım-text ul a {
    text-decoration: none; }
  #rezervasyonDetay_section .rezervasyonlarım-text ul li {
    border: 1px solid #dadada;
    border-left: 10px solid var(--bg-orange);
    padding: 15px;
    font-size: 20px;
    color: #827d7d;
    font-weight: 500; }
    #rezervasyonDetay_section .rezervasyonlarım-text ul li.active {
      background-color: #eaeaea; }
    #rezervasyonDetay_section .rezervasyonlarım-text ul li:hover {
      background-color: #eaeaea;
      cursor: pointer; }

#rezervasyonDetay_section .card-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f5f5f5;
  padding: 10px;
  position: relative; }

#rezervasyonDetay_section .card-body span.title {
  font-weight: bolder;
  font-size: 17px; }

#rezervasyonDetay_section .card-body .col1 .rezervasyonNo-Tarih .onayDurum span:last-child, #rezervasyonDetay_section .card-body .col2 .rezervasyonNo-Tarih .onayDurum span:last-child {
  color: var(--fontorange);
  font-size: 20px; }

#rezervasyonDetay_section .card-body .col1 .marka-model .capitalize, #rezervasyonDetay_section .card-body .col2 .marka-model .capitalize {
  text-transform: capitalize; }

#rezervasyonDetay_section .card-body .col1 .marka-model div, #rezervasyonDetay_section .card-body .col2 .marka-model div {
  flex-grow: 1; }

#rezervasyonDetay_section .card-body .col1 .iptalBtn button, #rezervasyonDetay_section .card-body .col2 .iptalBtn button {
 /* background-color: #ca2526;
  color: white;
*/
}

#rezervasyonDetay_section .onayla-tamamla {
  display: flex;
  gap: 20px;
  padding-left: 10px; }
  #rezervasyonDetay_section .onayla-tamamla a {
    color: #827d7d;
    font-weight: 500; }

.firstRezervasyon {
  position: relative; }
  .firstRezervasyon .firstİptal {
    position: absolute;
    top: 35% !important;
    left: 17% !important;
    padding: 5px 15px; }
  .firstRezervasyon .firstOnaylanmis {
    position: absolute;
    top: 35% !important;
    left: 10% !important;
    padding: 5px 15px; }

.secondRezervasyon {
  position: relative; }
  .secondRezervasyon .secondİptal {
    position: absolute;
    top: 35% !important;
    left: 17% !important;
    padding: 5px 15px; }
  .secondRezervasyon .secondOnaylanmis {
    position: absolute;
    top: 35% !important;
    left: 10% !important;
    padding: 5px 15px; }

@media (max-width: 1400px) {
  .firstRezervasyon {
    position: relative; }
    .firstRezervasyon .firstİptal {
      position: absolute;
      top: 35% !important;
      left: 30% !important; }
    .firstRezervasyon .firstOnaylanmis {
      position: absolute;
      top: 35% !important;
      left: 20% !important;
      width: 60% !important; }
  .secondRezervasyon {
    position: relative; }
    .secondRezervasyon .secondİptal {
      position: absolute;
      top: 35% !important;
      left: 30% !important; }
    .secondRezervasyon .secondOnaylanmis {
      position: absolute;
      top: 35% !important;
      left: 20% !important;
      width: 60% !important; } }

@media (max-width: 992px) {
  .firstRezervasyon {
    position: relative; }
    .firstRezervasyon .firstİptal {
      position: absolute;
      top: 35% !important;
      left: 20% !important; }
    .firstRezervasyon .firstOnaylanmis {
      position: absolute;
      top: 35% !important; }
  .secondRezervasyon {
    position: relative; }
    .secondRezervasyon .secondİptal {
      position: absolute;
      top: 35% !important;
      left: 20% !important; }
    .secondRezervasyon .secondOnaylanmis {
      position: absolute;
      top: 35% !important; } }

@media (max-width: 768px) {
  .firstRezervasyon {
    position: relative; }
    .firstRezervasyon .firstİptal {
      position: absolute;
      left: 0 !important;
      width: 100% !important; }
    .firstRezervasyon .firstOnaylanmis {
      position: absolute;
      top: 35% !important;
      left: 0 !important;
      width: 100% !important; }
  .secondRezervasyon {
    position: relative; }
    .secondRezervasyon .secondİptal {
      position: absolute;
      top: 35% !important;
      left: 0 !important;
      width: 100% !important; }
    .secondRezervasyon .secondOnaylanmis {
      position: absolute;
      top: 35% !important;
      left: 0 !important;
      width: 100% !important; } }

#iptal-menu1 {
  position: absolute;
  z-index: 1;
  height: 17vh;
  width: 25vw;
  background-color: white;
  border-radius: 15px;
  transform: scale(0);
  animation: detayAnimasyon forwards 1.2s;
  display: none; }
  #iptal-menu1 p {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 10px; }
  #iptal-menu1 span {
    font-size: 17px; }

#onaylanmis-iptal1 {
  position: absolute;
  z-index: 1;
  height: 17vh;
  width: 25vw;
  background-color: white;
  border-radius: 15px;
  display: none; }
  #onaylanmis-iptal1 span {
    font-size: 17px; }

#iptal-menu2 {
  position: absolute;
  z-index: 1;
  height: 17vh;
  width: 25vw;
  background-color: white;
  transform: scale(0);
  animation: detayAnimasyon forwards 1.2s;
  border-radius: 15px;
  display: none; }
  #iptal-menu2 p {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 10px; }
  #iptal-menu2 span {
    font-size: 17px; }

@keyframes detayAnimasyon {
  to {
    transform: scale(1); } }

#onaylanmis-iptal2 {
  position: absolute;
  z-index: 1;
  height: 17vh;
  width: 25vw;
  background-color: white;
  border-radius: 15px;
  display: none; }
  #onaylanmis-iptal2 span {
    font-size: 17px; }

#rezervasyonBilgi-container {
  padding: 50px 100px; }
  #rezervasyonBilgi-container .card-header {
    border-radius: 15px;
    background-color: #f5f5f5; }
    #rezervasyonBilgi-container .card-header span {
      font-size: 25px;
      color: var(--fontorange);
      padding: 20px; }
  #rezervasyonBilgi-container .card-body .logoText {
    padding-bottom: 15px;
    border-bottom: 2px solid #f5be44; }
    #rezervasyonBilgi-container .card-body .logoText span {
      font-weight: 500;
      color: #f5be44;
      font-size: 20px; }
    #rezervasyonBilgi-container .card-body .logoText span:first-child {
      font-weight: bolder; }
  #rezervasyonBilgi-container .card-body .title {
    font-weight: 600;
    font-size: 17px; }
  #rezervasyonBilgi-container .card-body span {
    font-size: 17px; }
  #rezervasyonBilgi-container .tutar span:first-child {
    font-size: 25px;
    font-weight: 600; }
  #rezervasyonBilgi-container .tutar span:last-child {
    font-size: 30px;
    font-weight: 600;
    color: var(--fontorange); }
  #rezervasyonBilgi-container .btn {
    display: grid; }
    #rezervasyonBilgi-container .btn a {
      background-color: var(--fontorange);
      color: white;
      text-decoration: none;
      border-radius: 15px;
      font-size: 20px;
      padding: 10px 25px; }

@media (max-width: 992px) {
  #rezervasyonBilgi-container {
    padding: 20px 0 !important; } }

@media (max-width: 576px) {
  #rezervasyonBilgi-container {
    padding: 20px 10px !important; }
    #rezervasyonBilgi-container .genislikGenel {
      width: 100% !important; } }




.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #ff6c24!important;
    color: #fff;
    font-size: 1em;
}
.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #ff6c24 !important;
    color: #fff;
    font-size: 1em;
}
.swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgb(255 108 36 / 8%)!important;
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 0px!important;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}
.swal2-icon.swal2-warning {
    border-color: #ff6c24!important;
    color: #ff6c24!important;
}

.swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #ff8a24 transparent !important #ff6c24 transparent!important;
}
.btn-orange{
    background-color:var(--fontorange) !important;
    color:white !important;
}
.copyright_text {
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 11px;
    line-height: 12px;
    box-shadow: 0 .2rem .2rem rgba(0,0,0,.15) !important;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    display: block;
    margin: 15px 0;
}
#odemeiframe {
    width: 100%;
    height: 850px;
}
#example_info{
    font-size:12px;
}
.paging_full_numbers {
    margin-top: 5px;
}
.paging_full_numbers button {
    background: #ffcd82;
    padding: 5px 11px;
    margin: 0 3px;
    border: none;
    transition: all 0.3s;
}
    .paging_full_numbers button:hover {
        background: #000;
        color: #fff;
    }
.dt-length select, .dt-length label{
    display:none !important;
}
.dt-search{
    margin:35px 0;
}
.not_cont{

}
#bilgilendirme .content p, #sozlesme .content p {
    margin-top: 1rem !important;
}