.photoGrid {padding: 0 !important;margin-bottom: 20px;}

.photoGrid .grid {display: flex !important;flex-direction: column;flex-wrap: wrap;height: 400px;position: relative;}

.photoGrid .grid .column {width: calc(50% / 2);height: 195px;margin-bottom: 10px;padding: 0 5px;}

.photoGrid .grid .column img {max-width: 100%;height: 195px;border-radius: 4px;object-fit: cover;}

.photoGrid .grid .column:first-child {width: 50%;height: 400px;}

.photoGrid .grid .column:first-child img {max-width: 100%;height: 400px;border-radius: 4px;object-fit: cover;}

.photoGrid .grid .column:first-child,

.photoGrid .grid .column:nth-child(3),

.photoGrid .grid .column:nth-child(5),

.photoGrid .grid .column:nth-child(7) {margin-bottom: 0;}

.photoGrid .grid .open-photo-modal-carousel {position: absolute;z-index: 999;right: 30px;bottom: 15px;background: #ffffff;padding: 7px;color: #000000;font-size: 14px;cursor: pointer;width: 100px;text-align: center;line-height: normal;border: 1px solid #fff;border-radius: 4px;font-weight: 500;}

.hotel-bread h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4em;
}

.baslik-alt-box {
    display: flex;
    gap: 20px;
}

.head-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

span.loc {
    background: orange;
    color: white;
    padding: 5px;
    font-size: 14px;
    border-radius: 10px;
    padding: 4px 8px;
    border-radius: 4px;
}

.shareWrap {
    background: green;
    background: #4BA7FC !important;
    color: #E6F7F4 !important;
    padding: 4px 8px;
    border-radius: 4px;
}

span.pdf-cikti {
    /* background: green; */
    color: #000000;
    padding: 4px 8px;
    border-radius: 4px;
}

span.pdf-cikti a {
    color: #000000;
    /* padding: 4px 8px; */
    /* border-radius: 4px; */
}

.hotel-bread {
    margin-bottom: 20px;
}

.hotel-bread .favori-icon {
    background: #dedede;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* position: absolute; */
    /* right: 0 !important; */
}
section.photoGrid img {
    border-radius: 16px 16px 16px 16px !important;
}

.page-title .breadcrumb-item a {
    color: #AAAFB6 !important;
}
.page-title .breadcrumb-item a:hover {
    color: #980000 !important;
}

.tour-plan-description p {
    color: black !important;
}

div#tur-programi {
    border: 1px solid #dedede;
    border-radius: 10px;
    margin-top: 15px;
    padding: 15px;
}

.tanitim-metni {
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 15px;
}
div#program {
    /* border-top: 1px solid #dedede; */
    padding: 20px;
}
.program-title {
    margin-bottom: 15px;
}
.program-title h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}



/* .dahil-haric-box {
    background: #9d000014;
    padding: 30px;
    margin: 15px auto;
} */
.fiyata-dahil-degil {
    margin-top: 15px;
}
.fiyata-dahil {
   box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
}

.fiyata-dahil-degil {
   box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    background: white;
}

.tur-bilgi-box {
    display: grid !important;
    grid-template-columns: repeat(1,1fr);
    /* gap: 15px; */
    margin-bottom: 15px;
}
.tur-bilgiler h4 {
    text-align: center;
}
.dahil {font-size: 14px;}

.dahildegil {
    font-size: 14px;
}
.tur-bilgi-box {
    border: 1px solid #dedede;
    border-radius: 10px;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.tur-bilgi-box > span {
    /* border: 1px solid #dedede; */
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: black;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}
.tur-bilgi-box span span {
    border: unset;
}
.turfiyat-box {
    margin: 30px auto;
}
.fiyat-button-container a {
    border: 2px solid;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    background-color: #9d000014;
    border-color: rgb(157 0 0);
    padding: 6px;
    width: 100%;
    color: rgb(157 0 0);
    display: block;
}
.modal-fiyat {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s 
ease-out;
}
.modal-fiyat .modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 25px 35px;
    border-radius: 10px;
    width: 61%;
    /* max-width: 639px; */
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.4s ease-out;
    max-width: unset;
}
.modal-fiyat .close-btn {
    color: #aaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
}
h4.heading-title {
    margin-top: 15px;
}
.heading-title {
    line-height: 1.25;
    margin-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
.mt-30 {
    margin-top: 30px !important;
}

h4.heading-title.hide-show-area {
    background: #ffffff;
    color: #9d0000;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #9d0000;
    transition: .3s all;
}
h4.heading-title.hide-show-area:hover {
    background: #9d0000;
    color: #ffff;
    transition: .3s all;
}
.hide-area {
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 10px;
}

.priceCalc .form-group {
    border: 1px solid #dedede;
    display: flex !important;
    background: white;
    align-items: center;
    border-radius: 5px;
}
.priceCalc .form-control {
    border: unset;
}
.form-group svg {
    margin-left: 5px;
}
.priceCalc label {
    color: white;
}

.item-tour-plan {
  margin-bottom: 10px;
  margin-top: 10px;
}
.item-tour-plan .tour-plan-title {
  position: relative;
  padding: 10px 20px 10px 10px;
  background: #ffffff;
  /* border-radius: 5px; */
  cursor: pointer;
  border: #838395 solid 1px;
  display: grid !important;
}
/* .item-tour-plan .tour-plan-title .tour-plan-day {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ff7f00;
  border-radius: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
} */
@media (max-width: 500px) {
  .item-tour-plan .tour-plan-title .tour-plan-day {
    padding: 8px;
    margin-right: 5px;
  }
}
.item-tour-plan .tour-plan-title .tour-plan-label {
  display: inline-block;
  margin: 5px 0;
  font-size: 15px;
  font-weight: bold;
  width: 630px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-tour-plan .tour-plan-title i {
  position: absolute;
  font-size: 24px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .item-tour-plan .tour-plan-title i {
    right: 10px;
  }
}
.item-tour-plan .tour-plan-description {
  display: none !important;
  padding: 23px 32px;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  border-radius: 0px 0px 5px 5px;
}
/* .item-tour-plan .tour-plan-description p {
  margin: 0 0 18px 0;
  font-weight: 300;
} */
.item-tour-plan.active .tour-plan-description {
  display: block !important;
  border-left: #838395 solid 1px;
  border-right: #838395 solid 1px;
  border-bottom: #838395 solid 1px;
}
span.tour-day-css {
    width: 50px;
    height: 50px;
    background-color: rgb(157 0 0);
    border-radius: 8px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    position: relative;
}
.iframe-w {
    position: relative;
}
/* .dot-css {
    position: absolute;
    top: 20px;
    height: 100%;
    width: 2px;
    background: rgb(207, 212, 222);
    left: 11px;
    border: 1px dashed white;
} */