body{
    background-color: #fff !important;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Poppins", sans-serif;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.text-bg-primary{
    background-color:#30a1d3 !important;
  }
  .text-primary{
    color:#30a1d3 !important;
  }
  .btn-primary {
    background-color:#30a1d3 !important;
    border: solid 1px #30a1d3 !important;
  }
.head-top{
    background-color: #f5b734;
}

.head-top .social-btn-box {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}
.head-top .social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 0px;
}
.search-btn{
    height: 50px;
    width: 50px;
}
form .lni, form .fa{
    font-size: 21px;
}
form .yeti{
    min-width: 130px;
}
form .form-control:focus{
    outline: 0px;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
form .dropdown-menu.show {
    min-width:300px;
}
form .adult-total, form .child-total{
    width: 40px;
    text-align: center;
}
form .adult-counter .btn, form .child-counter .btn{
    font-size: 21px;
    padding: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: solid 1px #dedede;
    font-weight: 300;
}

form .isimle-arama{
    max-width:120px;
}
form .giris-cikis-tarih{
    max-width:300px;
}

.card .card-body .icons-pack{
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    color: #777;
}
.card .card-body .icons-pack.pack-list small{
    font-weight: 300;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.icons-pack.pack-list small .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' -25,
  'opsz' 24 !important;
  font-size: 18px;
}
.icons-pack.pack-list small .material-symbols-outlined, .icons-pack.pack-list small .lni{
    width: 18px;
    display: block;
}
footer h5{
    color: #999;
}
footer .nav-link{
    padding: 2px 0px;
    color: #999;
}
.tab-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    color: #222;
    width: 100px !important;
    border-radius: 5px;
    padding: 5px 0px;
}
.tab-icon:hover{
    background-color: #f1f5f7;
}
.tab-icon .lni{
    font-size: 40px;
    color: #b22;
}
.tab-icon img{
    height: 40px;
}
.tab-icon small{
    font-size: 12px;
    white-space: nowrap;
}
.ribbon{
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    text-wrap: wrap;
    text-align: left;
    font-weight: 300;
    padding: 5px 15px;

}
.ribbon-45{
    position: absolute;
    top: 0;
    right: 0;
    /* background: #ff704e; */
    background: #e44049;
    transform-origin: 0 100%;
    transform: translate(-29.3%) rotate(45deg);
    box-shadow: 0 0 0 999px #e44049;
    clip-path: inset(0 -100%);
    color: white;
    z-index: 9;
}


#gallery-content{
    position: fixed;
    z-index: 1030;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    padding: 50px;
}
#gallery-content.active{
    display: block;
}
/***************************/
#ui-datepicker-div{
    z-index: 100 !important;
}
.ui-datepicker {
  width: 420px;
  padding: 0px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
@media screen and (max-width: 580px) {
  .ui-datepicker {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    border-radius: 0px;
  }
}
.ui-datepicker.active {
  opacity: 1;
}

.ui-datepicker-header {
  height: 40px;
  padding: 3px;
  margin-bottom: 10px;
}
.ui-widget-header {
    border: 0px solid #e78f08;
    background: #fff;
    color: #222 !important;
    font-weight: bold;
}
.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  line-height: 34px;
   color: #222 !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin: 0 1px;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-indent: 9999px;
  overflow: hidden;
  border-radius: 3px;
}
.ui-datepicker-prev, .ui-datepicker-next {
  color: #222;
}
.ui-widget-header .ui-icon {
    
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  background: #444B56;
}

.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin-left: 15px;
}

.ui-datepicker-next {
  float: right;
}


.ui-datepicker .ui-datepicker-next {
    right: 2px;
    background-color: #111;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    background-color: #111;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin-left: 13px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -10px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #C2C7D1;
  border-bottom: 2px solid #C2C7D1;
  pointer-events: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px solid #cccccc;
    background: transparent;
    font-weight: bold;
    color: #222;
    text-align: center;
    height: 55px;
    width: 55px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th {
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  padding: 0;
  color: #8D9298;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.ui-datepicker-calendar tbody tr td {
  padding-right: 3px;
  padding-bottom: 3px;
}
.ui-datepicker-calendar  td.ui-datepicker-today a{
    background-color: #e7eff1 !important;
    background-image: none !important;
}
.ui-datepicker-calendar tbody tr td:first-child {
  padding-left: 3px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: white;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  font-size: 12px;
}
.ui-state-default:hover {
  background: #ccc;
  text-decoration: none;
  color: 222;
}

.ui-state-highlight {
  color: #FED615;
}

.ui-state-active:not(.ui-state-highlight) {
  color: white;
  background: #5D9CF5;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #111;
  text-decoration: line-through;
  pointer-events: none;
}
/***************************/

.img-cont-12 {
    overflow: hidden;
    height: 120px;
    width: 100%; /* İsteğe bağlı, kapsayıcı genişliği ayarlamak için */
     border-radius: 15px;
}

.img-cont-12 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
   /* scale: 1.2;*/
}

.img-cont-25 {
    overflow: hidden;
    height: 250px;
    width: 100%; /* İsteğe bağlı, kapsayıcı genişliği ayarlamak için */
    border-radius: 15px;
}

.img-cont-25 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
   /* scale: 1.2;*/
}

.img-cont-50 {
    position: relative;
    overflow: hidden;
    height: 515px;
    width: 100%; /* İsteğe bağlı, kapsayıcı genişliği ayarlamak için */
     border-radius: 15px;
}

.img-cont-50 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    /*scale: 1.3;*/
}

.img-cont-100 {
    overflow: hidden;
    height: 500px;
    width: 100%; /* İsteğe bağlı, kapsayıcı genişliği ayarlamak için */
     border-radius: 15px;
}

.img-cont-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.all-photo-btn{
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 99;
}

.filter-black{
    filter: grayscale(100%) contrast(200%) brightness(70%);
}


.modal-content{
    background-color: rgba(243, 244, 246,1) !important;

}
.spacial-calendar{
    width: 50%;
}

.flatpickr-day {
    background: none;
    border: 0px solid transparent;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 14.2857143%;
    height: 59px;
    line-height: 38px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.flatpickr-calendar.inline {
    width: 100%;
    padding: 10px;
}
.flatpickr-rContainer {
    width: 100%;
}
.dayContainer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.flatpickr-days {
    width: 100% !important;
}
.flatpickr-day{
    position: relative;
}
.flatpickr-day:hover .price{
    color: #fff;
}
.flatpickr-day.selected .price{
    color: #fff;
}
.flatpickr-day.today{
    background: #30a1d377;
}
.flatpickr-day .price {
    font-family: "Oswald", sans-serif;
    display: block;
    width: 100%;
    color: #777;
    font-size: 14px;
    white-space: nowrap;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    top: 20px;
    text-align: center;
    z-index: 99;
    position: absolute;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(255, 57, 57, 1);
    text-decoration: line-through;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #30a1d3;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #30a1d3;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #30a1d3;
    border-color: #30a1d3;
    color: #fff;
}
.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -1px 0 0 #fff5;
    box-shadow: -1px 0 0 #fff5;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -1px 0 0 #fff5;
    box-shadow: -1px 0 0 #fff5;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
    border-radius: 7px 0 0 7px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
    border-radius: 0 7px 7px 0;
    -webkit-box-shadow: -1px 0 0 #fff5;
    box-shadow: -1px 0 0 #fff5;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
    border-radius: 7px;
}

.modal.show .modal-body{
    padding-bottom: 100px;
}
.modal.show .modal-footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background-color: #fff;
}

.modal.show .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.modal.show #multiCollapse1{
    display: none !important;
}

.modal.show .flatpickr-calendar.inline {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal.show .flatpickr-day {
    height: 46px;
    line-height: 46px;
}

.carousel-inner img {
   /* transform: scale(1.1); */
}
#gallery-content a{
    overflow: hidden;
    display: block;
    border-radius: 10px;
    margin-top: 20px;
}
#gallery-content a img{
    /*transform: scale(1.3);*/
}
.lightbox-carousel img {
    max-height: calc(100vh - 3.50rem) !important;
}

#mobile-bottom-price-label{
    display: none;
    position: fixed;
    bottom: 0px;
    left: 5px;
    width: calc(100% - 10px);
    height: 70px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-bottom: 0px;
    padding: 15px;
    border-radius: 15px 15px 0px 0px;
    z-index: 9998;
}

/***Tanjucss**/
.dropdown-currency {
    width: 50px; /* Para birimi dropdown'unun genişliği */
    height: 40px; /* Para birimi dropdown'unun yüksekliği */
  }

  .dropdown-language {
    width: 46px; /* Dil dropdown'unun genişliği */
    height: 30px; /* Dil dropdown'unun yüksekliği */
  }

  .dropdown-menu {
    width: 100%; /* Dropdown menünün genişliğini butonun genişliğine eşitle */
  }

  .p-3 > h5 > a,
  .p-3 > h5 > a:active, 
  .p-3 > h5 > a:visited, 
  .p-3 > h5 > a:hover,
  .p-3 > h5 > :focus {
     color:#000;
     text-decoration: none;
     text-align: center;
  }

  .phone-number,
  .phone-number > a,
  .phone-number > a:active,
  .phone-number > a:visited,
  .phone-number > a:hover,
  .phone-number > a:focus {font-size: 14px; color: #fff; text-decoration: none;}

  /*whatsapp icon*/
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:80px;
    right:15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:9999;
  }
  
  .my-float{
    margin-top:16px;
  }
  .wp-btn {
      width: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 30px;
      background-color: #25d366;
      color: #FFF;
      border-radius: 50px;
      float: left;
      font-size: 16px;
  }

.form-select{
    witdh: 100px;
}
/*****/


.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #111;
    border-radius: 50%;
    background-size: 70%;
    width: 2.5rem;
    height: 2.5rem;
}
.modal-content.bg-transparent{
    background-color: transparent !important;
}

 .pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pagination .page-item .page-link{
    font-size: 13px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #30a1d3;
    padding: 3px 11px;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff !important;
    background-color: #30a1d3;
    border-color: #30a1d3;
}

.mobile-view{display: none;}

@media screen and (max-width: 720px) {
    .mobile-view{display: block !important;}
    .mobile-hidden{display: none !important;}
    .villaadasi-logo{
        margin: auto;
        width: 100%;
        display: block;
        text-align: center;
    }
    .villaadasi-logo .logo{
        width: 66%;
    }

    .search-form{margin-bottom: 20px}
    .tabs-icons{
        overflow: hidden;
        overflow-x: scroll;
        justify-content: start !important;
    }
    .phone-number{font-size: 12px; color: #fff}
    a.phone-number{font-size: 12px; color: #fff; text-decoration: none;}
    .lang-name{display: none;}
    .tabs-icons a{display: flex; width: 100px !important; text-align: center;}
    .head-top .social-btn-box {
        gap: 0px;
        align-items: center;
    }
    .head-top .social-btn-box .social-btn{
        width: 20px;
        height: 20px;
        font-size: 13px;
    }

    .img-cont-25 {
        overflow: hidden;
        height: 75px;
        width: 100%; /* İsteğe bağlı, kapsayıcı genişliği ayarlamak için */
        border-radius: 5px;
    }

    .img-cont-25 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        scale: 1.2;
    }

    .img-cont-50 {
        position: relative;
        overflow: hidden;
        height: 240px;
        width: 100%; /* İsteğe bağlı, kapsayıcı genişliği ayarlamak için */
         border-radius: 5px;
    }

    .img-cont-50 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        scale: 1.3;
    }

    .img-cont-100 {
        overflow: hidden;
        height: 500px;
        width: 100%; /* İsteğe bağlı, kapsayıcı genişliği ayarlamak için */
         border-radius: 5px;
    }

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

    .thumb-label .col-12:last-child {
        display: none;
    }

    #gallery-content {
        padding: 10px;
    }

    .spacial-calendar{
    width: 100% !important;
    }
    #mobile-bottom-price-label{
        display: block;
    }
    footer{
        text-align: center;
    }

    .flatpickr-day .price {
        font-family: "Oswald", sans-serif;
        display: block;
        width: 100%;
        color: #777;
        font-size: 7px;
        white-space: nowrap;
        font-family: "Oswald", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        top: 20px;
        text-align: center;
        z-index: 99;
        position: absolute;
    }
    .btn-close {
  background-color: #111 !important;
  padding: 8px !important;
}
}

@media only screen and (min-width:721px) and (max-width: 1024px) {
    .spacial-calendar{
    width: 100% !important;
}
footer{
        text-align: center;
    }
}
@media only screen and (min-width:1025px) and (max-width: 1366px) {
.spacial-calendar{
    width: 100%  !important;
}
}
@media only screen and (min-width: 1367px) {
.spacial-calendar{
    width: 50%  !important;
}
}