@font-face{
    font-family: iran;
    src: url(../../assets/fonts/iran.ttf) format('truetype');
}

@font-face{
    font-family: iranb;
    src: url(../../assets/fonts/iranb.ttf) format('truetype');
}

*{
    margin: 0 auto;
    direction: rtl;
    text-align: center;
}

*::before, *::after{
    font-family: digikala;
}

.row{
    display: flex;
}

/* Special offers */

.Special_offers{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #081eb2;  
    offset: 1;
}

.cross_S{
    width: 10%;
}

.cross_S button{
    border: none;
    background-color: unset;
    font-size: 50px;
    color: white;
    font-family: iran;
}

.cross_S button:hover{
     cursor: pointer;
}

.content_SP{
    width: 90%;
}

.content_SP p , .content_SP a{
    color: white;
    font-family: iran;
}

.content_SP a{
    text-decoration: none;
    background-color: #6072e7c0;
    padding: 5px;
    border-radius: 5px;
}

/* header */
.header{
    width: 100%;
    border-bottom: 1px solid #bebebe98;
}

.header-navigation{
    width: 100%;
    border-bottom: 1px solid #bebebe98;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo-h{
    width: 10%;
}

.logo-h img{
    width: 40%;
}

.content-h-n{
    width: 70%;
    display: flex;
}

.content-h-n li{
    list-style: none;
}

.Normal-a-n{
    text-decoration: none;
    color: #afafafde;
    font-family: iran;
    transition: .5s;
}

.Normal-a-n:hover{
    color: #ff5959ce;
    transition: .5s;
}

.special-a-n{   
    border: 1px solid #ff5959ce;
    color: #ff5959ce;
    text-decoration: none;
    font-family: iran;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: .2s;
}

.special-a-n:hover{
    background-color: #ff5959ce;
    color: white;
    transition: .2s;
}

.login-r-us{
    width: 20%;
    display: flex;
}

.login-r-us li{
    list-style: none;
}

.login-h-r{
    text-decoration: none;
    font-family: iran;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid rgb(27, 27, 27);
    color: rgb(27, 27, 27);
    border-radius: 5px;
    transition: .5s;
}

.login-h-r:hover{
    background-color: rgb(27, 27, 27);
    color: white;
    transition: .5s;
}

.register-h-r{
    text-decoration: none;
    font-family: iran;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: rgb(27, 27, 27);
    color: white;
    border-radius: 5px;
}

.content-h{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.h1-c-h{
    text-align: right;
    margin-right: 20px;
    color: rgba(0, 0, 0, 0.637);
    font-family: iran;
}

.p-c-h{
    text-align: right;
    margin-right: 20px;
    color: grey; 
    font-size: 20px;
    font-family: iran;
}

.selection-mode-c-h{
    width: 100%;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.selection-mode{
    border: none;
    font-family: iran;
    font-size: 15px;
    width: 70px;
    height: 70px;
    margin-right: 30px;
    background-color: unset;
    border-radius: 5px;
}

.selection-active{
    background-color: #ff93a7;
    color: white;
}

.show-reletives-selection{
    width: 100%;
}

.selection-reletives{
    width: 100%;
}

#selection-hotel{
    display: flex;
}

.search-city, .dateopen, .dateclose{
    box-shadow: 1px 1px 50px 5px #c2c2c2d2;
}

.search-city{
    width: 40%;
    padding: 10px;
}
.search-city p{
    width: 100%;
    height: 20%;
    text-align: right;
    margin-right: 10px;
    font-family: iran;
    color: grey;
}
.search-city input{
    width: 100%;
    height: 80%;
    border: unset;
    background-color: unset;
    font-family: iran;
    color: grey;
}

.dateopen{
 width: 20%;
 padding: 10px;
}

.dateopen p{
    width: 100%;
    height: 20%;
    text-align: right;
    margin-right: 10px;
    font-family: iran;
    color: grey;
}

.dateopen input{
    width: 100%;
    height: 80%;
    border: unset;
    background-color: unset;
    font-family: iran;
    color: grey;
}

.dateclose{
 width: 20%;
 padding: 10px;
}

.dateclose p{
    width: 100%;
    height: 20%;
    text-align: right;
    margin-right: 10px;
    font-family: iran;
    color: grey;
}

.dateclose input{
    width: 100%;
    height: 80%;
    border: unset;
    background-color: unset;
    font-family: iran;
    color: grey;
}

.search-button{
    width: 10%;
    border: none;
    background-color: #ff2424ef;
    border-radius: 10px;
    color: white;
    font-family: iran;
    font-size: 18px;
}

#selection-air{
    display: none;
}

#selection-bos{
    display: none;
}

#selection-house-modern{
    display: none;
}
/* content */
.content{
    width: 100%;
    margin-top: 20px;
}
.ShowTimeImage{
    width: 100%;
    display: flex;
}
.showStatic{
    width: 30%;
}
.showStatic img{
    margin-top: 10px;
    width: 90%;
}
.showTimeout{
    width: 60%;
    
}
.imageTimeO{
    width: 100%;
    display: flex;
}
.controllerTimeO{
    width: 100%;
    z-index: 1;
    transform: translateY(-30px);
}
.controllerTimeO button{
    color: white;
}
.Img-O a img{
    width: 100%;
}
.ActiveImgO{
    display: block;
    opacity: 1;
}
.NormalImgO{
    display: none;
    opacity: 0;
}
.right-p{
    float: right;
    border: none;
    background-color: unset;
    font-family: iran;
    font: bold;
    width: 25px;
    height: 25px;
    font-size: 17px;
}
.left-p{
    float: left;
    border: none;
    background-color: unset;
    font-family: iran;
    font: bold;
    width: 25px;
    height: 25px;
    font-size: 17px;
}
.circle-place{
    width: 25px;
    height: 25px;
    border: none;
    background-color: unset;
    border: solid 1px #ffffff;
    border-radius: 50%;
    transition: .5s;
}
.circle-place:hover{
    border: solid 2px #ffffff;
    transition: .5s;
}
.active-circle{
    border: solid 2px #ffffff;
}
.bannernew{
    width: 90%;
}
.bannernew img{
    width: 100%;
    border-radius: 10px;
}
.SpecialChose{
    width: 100%;
}
.ContentSpecialChose{
    width: 100%;
    display: flex;
}
.SpecialDiv{
    width: 23%;
}
.SpecialDiv img{
    width: 100%;
}
.H1PContent-c{
    margin-top: 50px;
    width: 90%;
    display: flex;
}
.h1-Content-c{
    width: 29%;
    font-family: iran;
    font-size: 25px;
    color: #4949497a;
    text-align: right;
}
.pContentC{
    width: 70%;
    font-family: iran;
    font-size: 17px;
    text-align: right;
    color: #4949497a;
}
.footer{
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #bebebe98;
}
.content-up-f{
    width: 100%;
    display: flex;
}
.PContentF{
    width: 50%;
    text-align: right;
    font-family: iran;
    font-size: 20px;
    color: #242424;
}
.PContentF a{
    text-decoration: none;
    color: #3f3f3fce;
    font-size: 17px;
}
.getapp-f{
    width: 50%;
}
.getapp-f h1{
    text-align: right;
    font-family: iran;
    font-size: 20px;
    color: #242424;
}
.getapp-f p{
    text-align: right;
    font-family: iran;
    font-size: 17px;
    color: #3f3f3fce;
}
.copyright{
    width: 100%;
    border-top: 1px solid #bebebe98;
}
.copyright p{
    font-size: 12px;
    font-family: iran;
    color: #3f3f3fce;
}
ul{
    list-style: none;
}
#wrapper {
    width:60%;
    direction:rtl;
    font:11px Tahoma;
}
#slideshow {
    position:relative;
    width:100%;
}
#slideshow li {
    position:absolute;
    top:5px;
    right:5px;
    z-index:8;
    opacity:0.0;
    overflow: hidden;
}
#slideshow li.active {
    z-index:10;
    opacity:1.0;
}
#slideshow li.last-active {
    z-index:9;
}
.title{
    position: absolute;
    bottom: 0;
    width:100%;
    background-color:#000000;
    opacity: 0.6;
    height: 25px;
    z-index: 100;
    color:#FFF;
    font-size: 10pt;
    font-weight:bold;
    padding: 8px 5px 0 0;
}