
@font-face {
  font-family : header;
  src:url("https://findguide.ir/2020/3_file/0_font/Mj_SSThree-Regular.woff")format("woff"),
  url("https://findguide.ir/2020/3_file/0_font/Mj_SSThree-Regular.woff2")format("woff2");
}

@font-face {
  font-family : irsns;
  src:url("https://findguide.ir/2020/3_file/0_font/IRANSans-Regular.woff")format("woff"),
  url("https://findguide.ir/2020/3_file/0_font/IRANSans-Regular.woff2")format("woff2");
}

.header {
  width: 100%;
  max-height: 110px;
  background: #F3F3F3;
  position: relative;
}  
.headr-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
}
.logo {
  padding: 60px 120px;
  background-image: url("https://hotelyab24.com/2020/000/1_hotel/logo_farsi.svg");
  background-repeat: no-repeat;
  margin: 20px 15px;
}
.hader-links {
  padding: 0 30px;
  margin-top: 30px
}

.menu {
  margin-top: 35px;
  margin-left: 40px;
  display:none;
  
}
.menu-icon {
  font-size: 24px;
  cursor: pointer;
}

.menu-cont {
  position: absolute;
  height: 0px;
  width:100% ; 
  z-index: 30;
  background: #F3F3F3;
  top:110px;
  transition: height 0.5s;
  overflow: hidden;
  text-align: right;
  padding: 0 10px 0 10px
}

.menu-cont li {
  font-family: header;
  list-style: none;
  font-size: 20px;
  padding: 5px 30px;
  cursor: pointer;
  border-bottom: 1px solid lightgrey;
}
.menu-cont li:hover {
  color: darkorange;
}

.hader-links a {
  font-family: header;
  font-size: 25px;
  padding: 0 8px;
  cursor: pointer;
}
.hader-links a:hover {
  color:darkorange;
}

@media (max-width: 650px ) {
  .logo {
  padding: 50px 100px;
  }
  .hader-links a {
   font-size: 20px;
  }
}
@media (max-width: 580px ) {
    .hader-links {
    display: none;
    }
    .menu {
    flex-grow: 1;
    display: block;
    }
}

.searching-bar {
  max-width: 1000px;
  min-height: 100px; 
  padding: 10px 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
  top:-15px;
  background:rgba(230, 240, 300, 0.5);
  border-radius: 10px;
  align-items: center;
  opacity: 1;
  z-index: 10
}
.search-part {
  height: 50px;
  min-width: 200px;

}
.top-anim-photo{
  width: 100%;
  height: 195px;
  overflow: hidden
}


@media (max-width: 425px) {
  .top-anim-photo{
  height: 280px;
  }
}

.select {
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}

.styledSelect {
  background: white;
  padding: 10px;
  text-align: right;
  font-family: header;
  font-size: 18px;
  border-radius: 5px;
  margin-top: -15px;
  text-align: center;
  font-size: 19px;
}

.styledSelect i {
  float: left;
  color: grey;
  font-size: 22px;
}

.s-hidden {
  visibility: hidden;
}

.options {
  position: absolute;
  width: 200px;
  display: none;
  color:black;
  border: 1px solid grey;
  background: white;
  margin-top: 0;
  list-style: none;
  padding: 0;
  font-size: 18px;
  max-height: 200px;
  overflow: auto;
  z-index: 20;
}
.options li {
  padding: 5px 10px;
  box-sizing: border-box;
  list-style-type: none;
  font-family: header;
  text-align: right;
}
.options li:hover {
  background: darkorange;
}

.search-container-list {
  height: 40px;
  padding: 5px;
  margin-bottom: -25px;
}
.list-search {
  padding: 5px;
  text-align: right;
  float: right;
  margin: auto;
  font-family: header;
  font-size: 16px;
  width: 90%;
  outline: none;
  border: none;
  border-bottom: 1px solid grey;
}
.in-date, .out-date, .search-buttom {
  width: 200px;
  height: 45px;
  font-size: 20px;
  margin-top: 3px;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 10px;
  /*box-sizing: border-box;*/
  text-align: center;
  font-family: header;
}
.search-buttom {
  background: orange;
  transition: color, background 0.3s;
}
.search-buttom:hover, .reserving a:hover {
  background:#C3560C;
  color: white;
}

.top-image {
  height: 300px;
  width: 100%;
  max-width:1400px;
  margin-right:auto;
  margin-left:auto;
  float:center;
  background-repeat: no-repeat;
  background-image: url("https://hotelyab24.com/2020/000/1_hotel/back-top-eight.jpg");
  background-position:center;
  position: relative;
  z-index: 1;
  filter: blur(3px);
  animation: animone 25s infinite;
}


@keyframes animone {
 0% {background-position:-0px -250px;}
 50% {background-position:-0px 0px;}
 100% {background-position:-0px -250px;}
}

.content-data {
  max-width:1200px;
  background: lightgrey;
  margin-top: 20px;
  padding: 20px 20px;
  margin: auto;
}

.content-hotel {
  background: white;
  border-radius: 15px;
  box-shadow: 1px 1px 4px grey;
  min-height: 200px;
  transition: min-height 0.3s;
  margin-top: 15px
}

.content-hotel-row-2 {
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  padding: 10px;
  gap:10px;
}

.photo-hotel {
  flex-shrink: 0;
  width:200px;
  height:200px;
  overflow: hidden;
  border-radius: 12px;
}

.photo-hotel img {
  position: relative;
  width:auto;
  height: 100%;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%)
}

.div-text {
  padding: 10px;
  text-align: right;
  width: 500px;
}

.div-text a {
  font-family: header;
  font-size: 30px;
}

.div-text i {
  color:goldenrod;
  font-size: 18px;
}

.hotel-explain{
 margin-top: 10px;

}

.hotel-explain p, 
.div-text-second a, 
.div-text-second li 
{
  font-size: 20px;
  direction: rtl;
  text-align: right;
  font-family: header;
  margin: 0;
  list-style: none;
}
.div-text-second {
  width: 500px;
  border-right: 1px solid;
  padding: 10px;
  text-align: right;
  position: relative;
}

@media (max-width: 850px) {
  .content-hotel-row-2 {
  flex-wrap: wrap;
  }
  .div-text-second {
  border:none;
  width: 100%
  }
  .div-text {
  max-width:210px
  }
}

@media (max-width: 498px) {
    .photo-hotel {
        margin: auto;
        width: 100%;
    }
    .photo-hotel img {
    width:100%;
    height: auto;
    }
}

.reserving {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  background:#E5E5E5;
  border-radius: 10px 10px 0 0;
}
.reserving a {
  font-family: header;
  padding: 3px 20px;
  border-radius: 5px;
  background:orange;
  font-size: 20px;
  transition: color, background 0.3s;
  cursor: pointer;
}

.hotel-property-div {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap:10px;
}

.hotel-property-div div {
  flex-grow: 1
}

.set_font{
     font-family: header;
}