<style type="text/css">
        html{
            color: white;
            font-size: 16px;
            font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial", "Nunito", sans-serif;
        }
        body{
          margin: 0;
        }
      .container-block{  
		padding: 10px;
        background: #05a8f4;
        border-radius: 10px;
        color: white;
        text-align: center;
        margin-bottom: 10px;
        position: relative;		
}
input#search {
    width: 100%;
    background: white;
    padding: 10px;
    font-size: 1em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
	border-color: #05a8f4;
    margin: 10px 0;
    color: #05a8f4;
  }
input#search:focus {
  outline: none;
  border-color: #05a8f4;
  box-shadow: 0 0 3px #05a8f4;
}
  .search-result {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
  }

  .search-result:hover {
    background: #f0f0f0;
  }
  
.aforizm {
  font-size: 18px;
  color: #444;
  border-left: 3px solid #05a8f4;
  padding-left: 12px;
  margin: 20px auto;
  font-style: italic;
  max-width: 600px;
  text-align: center;
}
.submenu {
  position: absolute;
  top: 100%; /* Valideyn menyunun altından başlasın */
  left: 0;
  width: 200px; /* ya ehtiyaca görə */
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 1000; /* digər elementlərin üstündə görünsün */
  display: none; /* default gizlidir, JS ilə açılır */
}
	  
.slide { display: none; }
.slide.active { display: block; }

      .header_img{
        text-align: center;
      }


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}


.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #60666d;
}
@media (min-width: 768px) {
  .select-box {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 30%;
  }
}
.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: #fff;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
  display: block;
  padding: 10px;
  background-color: #fff;
}
.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.top_padding{
    padding: 5px 0;
}

#invisible, #invisible2, #invisible4{
    display: none;
}

input{
    padding: 8px 11px;
    text-align: center;
    /* border-radius: 5px; */
    border: none;
}
.margin_bottom{
    margin-bottom: 10px;
}
.margin_top{
    margin-top: 10px;
}

#ui-datepicker-div{
    z-index: 99 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: black !important;
}

.children {

  display:none
}


ul, li {
    list-style-type: none;
}

ul{
  height: 5px;
  margin: 0px;
  margin-bottom: 15px;
}


.window, .window2, .window3{
  border: 1px solid white;
  max-width: 450px;
  white-space: nowrap;
text-overflow: ellipsis;
    margin: auto;
    background: white;
    color: #60666e;
}




.left_text{
  text-align: left;
}

#searcher{
  width: 99%;
    padding: 10px 0;
    border: 1px solid black;
    margin-bottom: 5px;
}

.noHotel{
  padding: 10px;
  color: red;
  display: none;
}

.noSearch{
  padding: 10px;
  color: red;
  text-align: center;
}

.load_btn {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    background: #FFA600;
    color: white;
    font-size: 25px;
    cursor: pointer;
}

  .search-container {
    display: flex;
    align-items: center;
	text-align: center;
	justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .search-container input#search {
    padding: 10px 15px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
  }

  .search-container input#search:focus {
    border-color: #05a8f4;
    box-shadow: 0 0 5px rgba(5, 168, 244, 0.5);
  }

  .search-container a.load_btn {
    background: #05a8f4;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s ease;
  }

  .search-container a.load_btn:hover {
    background: #0286c2;
  }

.current_page, .page {
    padding: 10px 20px;
    display: inline-block;
    background: #05a8f4;
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin: 10px 5px;
}

.current_page{
  background: #161513 !important;
  cursor: none;
}

.title_hotel{
  display: inline-block;
    margin-right: 10px;
    padding: 3px 4px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    line-height: 16px;
}

@font-face {
    font-family: "Currency Font";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("https://www.travelpayouts.com/currency_fonts/currency-regular-webfont.woff2") format("woff2"), url("https://www.travelpayouts.com/currency_fonts/currency-regular-webfont.woff") format("woff"), url("https://www.travelpayouts.com/currency_fonts/currency-regular-webfont.ttf") format("truetype");
}

.test1 {
    display: inline-block;
    white-space: nowrap;
    font-family: "Currency Font", "Open Sans", Helvetica, sans;
    font-weight: 600;
    direction: ltr;
    font-size: 18px;
    margin-left: 5px;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: white;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}
.ui-datepicker-year
{
 display:none;   
}

.select-box__input-text2{
      display: flex;
    align-items: center;
}
@font-face {
    font-family: 'Nunito';
    src: url('data:font/woff2;base64,...');
  }
  </style>