a:hover{
    text-decoration: none !important;
}

.btn-Reservation-bed{
    background: var(--secondColor) !important;
}

.star-hotel-tour {
    gap: 30px !important;
}

@media (max-width: 992px) {
    .star-hotel-tour {
        gap: 10px !important;
    }
}

.all-name-hotel-tour , .night-hotel-tour {
    font-weight: bold !important;
}
/*------- BANNER -------*/
.banner-demo{
    width: 100%;
    height: 60vh;
    position: relative;
    min-height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}
.more_banner{
    background: var(--secondColor);
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    color: #4b5259;
    position: absolute;
    bottom: -3rem;
    right: 4.7rem;
    padding: 5px 35px;
    border-radius: 40px;
    transition: all .3s;
}
.banner-demo picture img{
    height: 100%;
}
.titel-banner{
    position: absolute;
    top: 8rem;
    right: 5rem;
    background: rgba(255,255,255,.8);
    padding: 4px 10px;
    border-radius: 6px;
    text-align: center;
}
.titel-banner h3{
    font-size: 20px;
    color: #0c85c7;
    font-weight: bolder;
}
.titel-banner span{
    color: #2b2f32;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
}
/*------- SEARCH_BOX -------*/
.search_box{
    margin: 0;
}
.search_box-tab{
    margin: 40px 0 0;
}
.parent_searchBox{
    width: 1150px;
    margin: 0 auto;
}
.parent_searchBox label{
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}
.parent_searchBox label #search_inpout{
    width: 100%;
    height: 50px;
    border-radius: 35px;
    background: #efefef;
    border: 1px solid #efefef;
    padding: .2rem 1rem .2rem 0;
    transition: .3s;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
    outline: none;
    position: relative;
    font-size: 14px;
}
.parent_searchBox label #search_inpout:focus{
    background: #fff;
    box-shadow: 0 2px 6px rgba(26,28,31,.33);
}
.parent_searchBox label .btn_search_input{
    position: absolute;
    left: 10px;
    top: 7px;
    width: 35px;
    height: 35px;
    background: var(--secondColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}
.parent_searchBox label .btn_search_input i{
    color: #fff;
    transition: all ease .3s;
}
.parent_searchBox label .btn_search_input:hover i{
    color: #5c5c5c;
}
.link_search_box{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    gap: 7px;
    width: 100%;
}
.btn_search {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: rgba(160, 160, 160, 0.07);
    height: 105px;
    cursor: pointer;
    transition: all ease .3s;
    border-radius: 6px;
}
.btn_search:hover{
    /*background: #feb800;*/
    color: #fff;
}
.btn_search:hover span{
    background:#feb800 ;
}
.btn_search:hover svg{
    fill: #fff;
}
.btn_search:hover h4{
    color: #fff !important;
}
.btn_search span {
    background: var(--mainColor);
    width: 100%;
    height: 100%;
    display: flex;
    padding: 9px;
    border-radius: 6px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 16px 0px rgba(2, 2, 2, 0.1);
    flex-direction: column;
    transition: all ease .3s;
}
.btn_search span svg{
    width: 30px;
    fill: #fff;
    height: 54px;
    transition: all ease .3s;
}
.btn_search h4{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    margin-top: auto;
    transition: all ease .3s;
}
/*------- special_tours -------*/
.special_tours{
    padding: 50px 0;
}
.box_special_tours{
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
}
.titel_special_tours{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titel_special_tours h4{
    font-size: 16px;
    color: #4B5259;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.titel_special_tours a{
    font-size: 16px;
    color: #4B5259;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    transition: all ease .3s;
     padding:5px 9px;
    border-radius:10px;
}
.titel_special_tours a:hover{
    background: var(--mainColor);
    color:#fff;
}
.titel_special_tours a i{
    margin-right: 5px;
}
.parent_special_tours{
    background: #fff;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
    padding: .5rem;
    border-radius: 8px;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.date-special-tour .detail {
    font-size: 14px;
}

.card_price{
    background: var(--mainColor);
    border-radius: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 8px;
}
.parent-img img{
    width: 100%;
    height: 170px;
    border-radius: 8px;
    object-fit: cover;
}

.night {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #fff;
    border-radius: 40px;
    padding: 5px;
}
.card_price p{
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}
.text_card{
    margin-top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.text_card2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 3px;
}
.text_card2 .airline{
    display: flex;
    align-items: center;
}
.text_card2 .airline img {
    width: 30px !important;
}
.titel-head-card{
    font-size: 14px;
    color: #181818;
    padding:10px 3px;
    line-height: 1.4;
    text-align: right;
    margin-bottom: 0;
    min-height: 37px;
    /*! margin-bottom: auto; */
    font-weight: bold;
}

.special_tours .titel-head-card {
    font-size: 15px;
}

.special_tours .night i {
    font-size: 18px;
}

.parent_special_tours .detail{
    font-size: 13px;
    color: var(--mainColor) !important;
    font-weight: bold;
}
.airline-name {
    font-weight: bold !important;
}
.box_cap{
    border-top: 1px solid #dedcdc;
    margin-top: auto;
}
.text_card div span{
    font-size: 13px;
    color: #fff;
}
.parent_special_tours .title ,
.parent_special_tours .airline-name ,
.parent_special_tours .detail
{
    color: #929292;
}
.text_card div span i{
    margin: 0 3px;
    font-size: 16px;
}
.owl_special_tours .owl-item{
    display: flex;
}
.owl_special_tours .owl-stage{
    display: flex;
}
.owl_special_tours .item{
    width: 100%;
    /*! height: 100%; */
}
.owl-carousel .owl-nav button{
    width: 40px;
    height: 40px;
    background: #fff !important;
    border: 1px solid #888 !important;
    border-radius: 1rem !important;
    position: absolute;
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #555b62 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondColor) !important;
}
.owl_special_tours .owl-carousel .owl-nav .owl-next{
    left: -10px;
}
.owl_special_tours .owl-carousel .owl-nav .owl-prev{
    right: -10px;
}
.owl-carousel .owl-dots .owl-dot.active span{
    background: var(--secondColor);
}
.owl-carousel .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-dots .owl-dot span{
    width: 12px !important;
    height: 12px !important;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl_special_tours .owl-dots .owl-dot:hover span {
    background: var(--secondColor);
}
.owl-carousel .owl-dots .owl-dot.active span,.owl_special_tours .owl-dots .owl-dot:hover span {
    background: var(--secondColor);
}
/*------- new_tours -------*/
.new_tours{
    padding: 0 0 50px;
}
.nowruz-link-tour-new img {
    width: 30px;
}
.titel_site{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}
.titel_site h4{
    font-size: 16px;
    color: #5c5c5c;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.nav-item .nav-link{
    background: #fff;
    font-size: 14px;
    box-shadow: 0 3px 8px rgba(146,146,146,.2);
    color: #4B5259;
    border-radius: 20px !important;;
    cursor: pointer;
    border: 1px solid transparent;
    margin-right: 7px;
    padding: 2px 15px;
    min-width:  105px;
}

.data_travel .titel_site .nav-item .nav-link{
    border: 1px solid var(--mainColor);
}

.Terms_Conditions .nav-item .nav-link {
    /*background: var(--mainColor);*/
    border: 1px solid #b71c1c;
    color: #b71c1c;
}

.new_tours .nav-item .nav-link {
    /*background: var(--mainColor);*/
    color: #b71c1c;
    height: 36px;
    border: 1px solid #b71c1c;
}

.data_travel .nav-item .nav-link {
    background: #fff;
    color: var(--mainColor);
}

.new_tours .nav-item .nav-link.active {
    background: var(--mainColor);
    color: #fff;
}

.data_travel .nav-item .nav-link.active {
    background: var(--mainColor);
    color: #fff;
}


.nav-item .nav-link.active{
    background: var(--mainColor);
    color: #fff;
}

.Terms_Conditions .nav-item .nav-link.active {
    background: #b71c1c;
}
.parent_tab_tour{
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
    padding: .5rem;
    border-radius: 10px;
    position: relative;
    display: flex;
    height: 100%;

}
.img_tab_tour{
    background: linear-gradient(-125deg,#0c85c7,#97aebb);
    border-radius: 6px;
    position: relative;
}
.picture_logo{
    height: 100%;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.picture_logo svg{
    color: #fff;
    margin-top: -1rem;
}
.text_tab_tour{
    color: #4B5259;
    line-height: 20px;
    padding-left: 0;
    padding-bottom: 8px;
    font-size: 14px;
    margin-right: 3px;
    transition: all ease .3s;
}
.text_tab_tour:hover{
    color: var(--mainColor);
}
.title_tab{
    font-size: 14px;
    color: var(--secondColor);
    font-weight: bold;
    line-height: 20px;
}
.date_tab{
    font-weight: 700;
    margin-bottom: 5px;
}
.names_airlin{
    position: absolute;
    bottom: 6px;
    background: rgba(255,255,255,.8);
    font-size: 12px;
    padding: 1px 12px;
    border-radius: 16px;
    color: #5c5c5c;
    text-align: center;
}
.nights{
    position: absolute;
    top: 30%;
    left: -16px;
    background: var(--secondColor);
    border-radius: 50%;
    z-index: 2;
    padding: .4rem;
    color: #5c5c5c;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 10px;
    font-size: 12px;
}
.date-detail{
    position: absolute;
    left: 8px;
    bottom: -.8rem;
    background: #fff;
    font-size: 14px;
    color: #4B5259;
    border-radius: 30px;
    padding: 0 10px;
    border: 1px solid var(--secondColor);
}
.special-lable{
    width: 65px;
    height: 20px;
    border-radius: 0 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 18px;
    left: -8px;
    background: #fd4a4a;
    color: #fff;
    font-size: 12px;
}
.special-lable::after{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: -8px;
    left: 0;
    border-bottom: 8px solid #f72e2e;
    border-left: 8px solid transparent;
}
.col_size{
    width: 31.7%;
}
.rows_col{
    gap: 30px;
}
.img_tab_tour2{
    background: linear-gradient(-125deg,#fe5959,#fcc1c7);
}
.lastsecond-text{
    position: absolute;
    top: 9px;
    right: -17px;
    font-size: 12px;
    color: #474646;
    font-weight: 600;
    transform: rotate(45deg);
}
#Layer_1{
    width: 30px;
    height: 30px;
}
.nights2{
    background: var(--mainColor);
    color: #fff;
}
.special-lable2{
    width: 65px;
    height: 20px;
    border-radius: 0 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 44px;
    left: -8px;
    background: #ff8d00;
    color: #fff;
    font-size: 11px;
}
.special-lable2::after{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: -8px;
    left: 0;
    border-bottom: 8px solid #d57600;
    border-left: 8px solid transparent;
}
.btn_link_more{
    padding:7px 10px;
    border-radius: 10px;
    background: var( --mainColor);
    border: 1px solid transparent;
    color: #fff;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.btn_link_more:hover{
    background: #fff;
    border-color:var( --mainColor);
    color: #5c5c5c;
}
.owl_carousel_new_tours{
    display: none;
}
/*------- data_travel -------*/
.card-header{
    display: flex;
    align-items: center;
    justify-content: right;
    border-bottom: none !important;
    background: transparent;
    padding: 0!important;
    transition: all ease .3s;
}
/* .card-header:hover{
    background: #007aff;
} */
.card-header h2{
    width: 100%;
}
#pills-tabContent3{
    background: #fff;
    padding: .5rem;
    margin-top: 20px;
    border-radius: 10px;
   box-shadow: 0 3px 6px rgba(146,146,146,.2);
}
.card{
    border: none !important;
    margin-bottom: 15px;
}
.btn_accordion{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    transition: all .3s;
    outline: none;
}
.info{
    color: var(--mainColor);
    font-size: 14px;
    margin-right: 10px;
    font-weight: normal;
}
.btn_accordion:hover{
    text-decoration: none;
    color: #fff;
}
.btn_accordion:hover .info{
    text-decoration: none;
    color: #0c85c7;
}
.img_accordion a img{
    width: 100%;
    height: 200px;
    border-radius: 8px;
}
.more_accordion{
    background: var(--mainColor);
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    color: #fff;
     position: absolute;
    bottom: 1rem;
    right: -4rem;
    padding: 5px 35px;
    border-radius: 40px;
    transition: all .3s
}
.more_accordion:hover{
    color: #fff;
}
.text_accordion{
    display: flex;
    flex-direction: column;
    line-height: 30px;

}
.btn:focus{
    box-shadow: none !important;
}
.btn-link:focus{
    text-decoration: none !important;
    /*! background: red !important; */
}
.data_travel{
    padding: 10px 0 50px;
}
.btn_questions{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn_questions.collapsed {
    background: var(--secondColor);
}
.btn_questions:hover {
    background: var(--mainColor) !important;
}
.btn_questions i{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
#pills-tab3{
    padding-right: 0;
}
/*------- luxury_travel -------*/
.luxury_parent{
    background: #fff;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
    padding: .7rem;
    border-radius: 8px;
    width: 100%;
    display: block;
    position: relative;
    transition: all ease .3s;
    height: 100%;
}
.luxury_text{
    padding-right: 1.5rem;
}
.header_titr_luxury{
    font-size: 14px;
    color: #4b5259;
    font-weight: 700;
    margin-top: 10px;
    transition: all ease .3s;
}
.luxury_text p{
    color: #5c5c5c;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    transition: all ease .3s;
}
.luxury_img{
    right: -7px;
    height: 40px;
    width: 40px;
    top: 40%;
    bottom: 30%;
    position: absolute;
}
.luxury_parent:hover p,.luxury_parent:hover .header_titr_luxury{
    color: #0c85c7;
}
.titr_luxury{
    margin-bottom: 20px;
}
.titr_luxury h4{
    font-size: 16px;
    color: #5c5c5c;
     margin-bottom: 15px;
    font-weight: 600;
    line-height: 26px;
}
.titr_luxury p{
    font-size: 14px;
    color: #4b5259;
    text-align: justify;
}
.margin_luxs{
    margin-bottom: 15px;
}
.luxury_travel{
    padding: 0 0 50px;
}
.owl_luxury_travel{
    display: none !important;
}
.owl_luxury_travel .owl-item{
    display: flex;
}

.owl_luxury_travel .owl-stage{
    display: flex;
}
.btn_respancive{
    display: none !important;
}
/*------- newsletters -------*/
.newsletters form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.newsletters form>label{
    display: flex;
    flex-direction: column;
    margin: 0;
}
.newsletters form>label span{
    text-align: justify;
    margin-bottom: 5px;
    font-size: 13px;
}
.newsletters form>label input{
    height: 50px;
    border-radius: 8px;
    border: none;
    padding: 1rem;
    font-size: 13px;
    border: 1px solid #aaa;
}
.owl_special_tours .owl-nav .owl-prev{
    right: -17px;
}
.owl_special_tours .owl-nav .owl-next{
    left: -17px;
}
.newsletters form a{
    background: var(--mainColor) !important;
    border: 1px solid transparent !important;
    height: 50px;
    color: #fff;
    transition: all ease .3s;
    border-radius: 8px;
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 13px;
}
.newsletters form a:hover{
    color: #ffffff !important;
    opacity: .7;
    background: #b71c1c !important;
    border-color: #b71c1c !important;
}
.newsletters{
    padding: 0 0 50px;

}
.newsletters form>label input:focus{
    border: 1px solid #333;
    box-shadow: none !important;
    outline: none;
}
.bg_color{
    background: #ceedfd;
    border-radius: 8px;
    padding:20px 15px;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
    background: var(--secondColor);
}
.desk .margin_luxs:first-child,.desk .margin_luxs:nth-child(5){
    padding-right: 0 !important;
}
.desk .margin_luxs:nth-child(4),.desk .margin_luxs:nth-child(8){
    padding-left: 0 !important;
}





.content-tech{
    min-height: 100vh;
}
main{
    min-height: 100vh;
}
.info h3{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    margin-left: 5px;
}
.info i{
    color: var(--mainColor);
    margin-left: 5px;
}

.tours_titr{
background: var(--mainColor);
    height: 43px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.tours_titr i{
    margin-left: 7px;
    color : #fff;
}
.border_my{
    border-left: 1px solid #ccc;
}
.border_my:last-child{
    border-left: none;
}
.tour_body{
    background: #fff;
    box-shadow: 0px 11px 18px 6px rgba(0,0,0,0.1);
    transition: all ease .3s;
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 12px;
}
.padding_my{
    padding: 1rem 15px 1rem 0
}
.installment-label {
    background: #ff6a6a;
    border-radius: 14px;
    color: #f9f9f9;
    padding: 2px 18px;
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 6px;
}
.btn-more--new{
    background: var(--mainColor);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    transition: all ease .3s;
    gap: 8px;
    padding: 12px 45px;
    width: 240px;
    margin: 30px auto 0;
}
.btn-more--new:hover{
    opacity: .7;
    color: #fff;
}
.special_tours .installment-label {
    top: unset;
    bottom: 5px;
    left: 5px;
}
.parent_item span{
    color: #333;
    font-weight: 500;
}
.parent_item  i{
    color: #333;
}
.fa-moon{
   margin-left: 5px;
}
.parent_item .fa-plane-up{
    color: #fff;
    transform: rotate(30deg);
    font-size: 18px;
}
.margin_my_bottm{
    margin-bottom: 7px;
    display: block;
}
.Money_color{
    /*! color: var(--secondColor) !important; */
}
.text_toman{
    color: #4b5259;
    font-weight: normal;
}
.parent_after::after{
    /*content: '';*/
    width: 12px;
    height: 100%;
    background: var(--mainColor);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /*! border-radius: 10px 0 0 10px; */
    transition: all ease .3s;
}
.arrow_after{
    position: absolute;
   left: 3px;
    z-index: 10;
    color: #fff;
  font-size: 16px;
    display: none !important;
}

.tour_body:hover{
    box-shadow: 0 0 9px 1px #d2cfcf;
    /*transform: translateX(7px);*/
}
.hover_titel{
    transition: all ease .3s;
}
/* .tour_body:hover .hover_titel{
    color: var(--secondColor);
} */

.titr_Terms_Conditions{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titr_Terms_Conditions h4{
    font-size: 16px;
    color: #5c5c5c;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.titr_Terms_Conditions ul {
    justify-content: end;
    row-gap: 10px;
}

.my_accordion .card-header{
    background: #fff;

}
.my_accordion .card{
    border-bottom: 1px solid #ebebeb !important;
}
.my_accordion{
    background: #fff;
}
.Terms_Conditions{
    padding: 10px 0 50px;
}
#Terms_Conditions{
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
}
.img_ticket_help i{
    font-size: 40px;
    color: var(--mainColor);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #f1f2f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.text_ticket_help h3{
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
}
.text_ticket_help p{
    color: #8798ad;
    text-align: center;
}
.ticket_help{
    padding: 10px 0 50px;
}

.ticket_help .bg_color{
    background: transparent;
    box-shadow: none;
}

.ticket_help_parent {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 15px;
}

.ticket_help_item {
}

.ticket_help .parent_item_box {
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
    background: #fff;
    padding: 10px;
    height: 100%;
    border-radius: 8px;
}



.text_titr{
    color: #fff !important;
}
.icon_titr{
    color: #fff;
}
/*.tour_body:hover{*/
/*    background:var(--mainColor) !important;*/
/*}*/
.btn_questions{
    padding: 20px !important;
    background: var(--mainColor);
    transition: all ease .3s;
    font-size: 13px !important;
}
.btn_questions:hover{
    background: var(--mainColor) !important;
    opacity: .7;
}
.btn_questions.collapsed{
    background: #b71c1c;
}
.my-btn.collapsed{
    background:var(--mainColor) !important;
}
.my-btn{
    background: #b71c1c!important ;
}
/*.newsletters_p{*/
/*    font-size: 14px;*/
/*    text-align: center;*/
/*}*/
.q_code{
    height: 60px;
    background: var(--mainColor);
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    transition: all ease .3s;
    justify-content: center;
    margin: 30px 0;
}
.q_code img{
    width: 40px;
    height: 40px;
    margin-left: 7px;
}
.parent_qcode{
    background: #f1f2f6;
    padding: 20px;
    border-radius: 8px;
}
.q_code i{
    margin-right: 7px;
}
.q_code:hover{
    color: var(--secondColor)
}
.logo_link_code{
    width: 100px;
    height: 48px;
    border-radius: 8px;
    background: #fff;
    color: var(--mainColor);
    transition: all ease .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_link_code i{
    font-size: 24px;
    transition: all ease .3s;
}
.logo_link_code:hover{
    background: #b71c1c;
    color: #fff;
}
.switch_routs {
    position: absolute;
    left: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #ccc;
    background: #fff;
    color: var(--mainColor);
    font-size: 11px;
    transition: all ease .4s;
    top: 13px;
}

.switch_routs:hover {
    background: var(--mainColor);
    color: #fff;
    border-color: var(--mainColor);
}
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
.slider {
    background: white;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 8px;
    direction: initial;
}
.slider::before, .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider::before {
    left: 0;
    top: 0;
}
.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
    align-items: center;
}
.slider .slide {
    height: 100px;
    width: 250px;
    display: flex;
    align-items: center;
}
.airline_box{
    padding: 0 0 40px;
}
.slide img{
    width: 100px;
    height: 90px;
}
.parent_qcode div img{
    width: 100px;
}
.btn_qcode{
    margin-top: 10px;
    color: #333;
    background: transparent;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all ease .3s;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.btn_qcode:hover{
    background: #b71c1c;
    color:#fff;
}
.btn_qcode_insta{
    margin-left: 5px;
}
.btn_qcode_arrow{
    margin-right: 5px;
}
.txt_color_accordion{
    font-size: 14px;
    text-align: justify;
    -webkit-line-clamp: 2;
    margin: 5px 0 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.person-icon-recent-tour {
    font-size: 18px;
}

@media (max-width: 567px) {
    .titel_site h4{
        margin-bottom: 0 !important;
    }
}

.item-data-title-tour{
    background: #dbdbdb !important;
}

.newsletter {
    padding: 70px 0;
    position: relative;
}
.parent-newsletter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    overflow: hidden;
    background: #FCFCFC;
}
.newsletter-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(90%);
}


.parent-text-newsletter {
    height: 100%;
    padding: 20px;
    background: #FCFCFC;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.parent-icon-newsletter {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.parent-icon-newsletter > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.parent-icon-newsletter i {
    font-size: 85px;
    color: #333;
    padding-left: 20px;
}

.parent-icon-newsletter h2 {
    font-size: 26px;
    margin-bottom: 3px;
    text-transform: capitalize;
    text-align: right;
    color: #333;
    font-family: 'yekanbakhBold';
}

.parent-icon-newsletter p {
    font-size: 16px;
    text-align: right;
    color: #333;
    margin: 0;
}

.form_newsletter > label > i {
    position: absolute;
    top:31px;
    right: 20px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #83929D;
}

.form_newsletter > label > input {
    padding-right: 3rem;
    border-radius: 10px;
    font-size: 16px;
    height: 50px;
    border: 1px solid #DEDEDE;
    color: #83929D;
}

.form_newsletter > label > a {
    background: var(--mainColor);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    transition: var(--transition);
    border: 2px solid transparent;
}

.btn-newsletterMain:hover {
    text-decoration: none;
    border-color: var(--secondColor);
    background: var(--secondColor);
    color: #fff;
}
.form_newsletter > label > input:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--mainColor) !important;
}







/*------- RESPANCIVE -------*/
@media (min-width: 1350px) {
    .container{
        max-width: 1320px !important;
    }
}
@media (max-width: 991px) {
    .link_search_box {
        grid-template-columns: repeat(3, 1fr);
    }

    .nav-item .nav-link{
        min-width: 60px;
    }
    .titel_site{
        flex-direction: column;
    }
    .titel_site h4{
        margin-bottom: 20px;
    }
    .newsletters form a{
        margin-top: 20px;
    }
    .img-banner{
        height: 400px;
        order: 2;
    }
    .banner-demo{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .titel-banner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 10;
        right: unset;
        top: 30px;
    }
    .more_banner{
        position: static;
        margin-top: 11px;
    }

    .col_size{
        width: 100%;
        height: 140px
    }
    .owl_carousel_new_tours{
        display: block;
        padding: 0 0 50px;
    }

    .parent_tab_tour{
        box-shadow: 0 0 6px rgba(146,146,146,.5) !important;
    }
    .date-detail{
        bottom: -.6rem;
    }
    .special-lable{
        bottom: 24px;
    }
    .special-lable2{
        bottom: 52px;
    }
    .color-bg{
        background: #fff;
        border-radius: 10px;
        padding: 16px;
    }
    .owl_tour_news .owl-stage{
        padding-top: 0!important;
    }
    .data_travel{
        padding: 0 0 50px;
    }
    .owl_tour_news.owl-rtl .owl-item{
        padding: 20px!important;
    }
    .more_accordion{
        position: unset;
        margin-top: 20px;
    }
    .desk{
        display: none !important;
    }
    .owl_luxury_travel{
        display: block !important;
    }
    .luxury_parent{
        box-shadow: 0 0 6px rgba(146,146,146,.5) !important;
    }
    .btn_respancive{
        display: flex !important;
    }
    .parent_searchBox form{
        width: 86%;
    }
    .parent_searchBox{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .txt_color_accordion{
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .dis_none{
        display: none!important;
    }
    .text_accordion{
        align-items: center;
    }
    .display_none{
        display: none!important;
    }
    .display_mobile_tablet{
        display: none!important;
    }
    .parent_after::after,.arrow_after{
        display: none;
    }
    .border_my{
        border-left: none !important;
    }
    .parent_item{
        flex-direction: row !important;
    }
    .tour-list-body{
        width: 49%;
    }
    .respancive_flex{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }
    .padding_my{
        padding: 10px !important;
    }
    .tours_titr{
        display: none !important;
    }
    #Domestic_flight_navs{
        padding: 0;
    }
    .logo_link_code{
        width: 70px !important;
    }
    .q_code span{
        font-size: 12px;
    }
    .newsletters form a{
        margin-bottom: 40px !important;
    }
    .ticket_help_parent {
        grid-template-columns: repeat(1 , 1fr) !important;
    }
}
@media (max-width: 769px) {
    .nav-pills{
        justify-content: center;
        width: 100%;
    }

    .img-banner{
        height: 300px;
        min-height: unset;
    }
    #Domestic_flight_navs{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .titr_Terms_Conditions h4{
        margin-bottom: 20px !important;
    }
    #Domestic_flight_navs .nav-item .nav-link{
        margin-bottom: 10px;
    }
    .titr_Terms_Conditions{
        flex-direction: column;
        align-items: flex-start!important;
        justify-content: right !important;
    }
    .parent_searchBox{
        width: 100%;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .titel_special_tours a{
        font-size: 14px;
        padding: 3px;
    }
    .titel_special_tours a i{
        font-size: 14px;
    }
    .btn_link_more{
        margin-top: 15px;
        font-size: 14px;
        padding: 5px 7px;
    }
    .txt_color_accordion{
        font-size: 14px;
    }
    .mar_tb{
        margin-bottom: 10px;
    }
    .parent_searchBox form{
        width: 94%;
    }
    .display_tab{
        display: flex;
        align-items: center;
    }

    .footer-form{
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .footer_icons{
        margin-top: 20px;
    }
    .parent_item_box{
        flex-direction: row !important;
        justify-content: right !important;
    }
    .img_ticket_help i{
        margin-left: 10px;
    }
    .text_ticket_help h3{
        text-align: right !important;
        cursor: pointer;
    }
}
@media (max-width: 576px) {
    .parent-newsletter {
        grid-template-columns: repeat(1, 1fr);
    }

    .banner-demo {
        display: none;
    }

    .img-banner {
        height: 170px;
    }

    .switch_routs {
        top: 41px;
        left: 9px;
    }
    .link_search_box {
        grid-template-columns: repeat(2, 1fr);
    }
    .btn_search span{
        padding: 14px;
    }
    .titel-banner h3{
        font-size: 1rem;
    }
    .titel-banner span{
        font-size: 12px;
    }
    .btn_search h4{
        font-size: 12px;
    }
    .special_tours{
        padding: 40px 0;
    }
    .nav-pills{
        padding-right: 0!important;
    }
    .owl_tour_news.owl-rtl .owl-item{
        padding: 10px !important;
    }
    .owl_tour_news .item{
        width: 100%;
    }
    #pills-tab2 .nav-item .nav-link{
        padding: 2px 12px;
        font-size: 13px;
    }
    .more_accordion{
        /*! bottom: -230px !important; */
        /*! left: 40px !important; */
        /*! padding: 3px 20px */
    }
    .btn_accordion{
        font-size: 14px;
        padding-right: 5px;
    }
    .card-header{
        padding-right: 3px;
        padding-left: 3px;
    }
    .owl-carousel .owl-dots .owl-dot span{
        width: 9px;
        height: 9px;
    }
    .parent_searchBox form{
        width: 100%;
    }
    .owl-carousel .owl-dots{
        margin-top: 10px;
    }
    .display_mobile_tablet{
        display: block!important;
    }
    .tour-list-body{
        width: 100%;
    }
    .titr_Terms_Conditions{
        flex-direction: column;
        align-items: flex-start!important;
        justify-content: right !important;
    }
    .titr_Terms_Conditions h4{
        margin-bottom: 20px !important;
    }

    #Domestic_flight_navs{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .text_ticket_help p{
        font-size: .75rem;
        text-align: right !important;
    }
    .img_ticket_help i{
        width: 60px !important;
        height: 60px !important;
        font-size: 25px !important;
    }
    .nav-brand img{
        width: 130px;
    }
    .parent-text-newsletter {
        padding: 20px 10px;
    }

    .parent-newsletter .newsletter-item:first-child {
        display: none;
    }

    .parent-icon-newsletter i {
        font-size: 70px;
        padding-left: 10px;
    }

    .parent-icon-newsletter h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .form_newsletter > label > input {
        height: 45px;
        padding-right: 37px;
    }
    .form_newsletter > label > input::placeholder {
        font-size: 14px !important;
    }
    .form_newsletter > label > i {
        font-size: 18px;
        top: 27px;
        right: 12px;
    }

    .parent-form-newsletter label {
        padding: 5px 0 !important;
    }

    .form_newsletter > label > a {
        height: 45px;
    }

    .parent-icon-newsletter p {
        font-size: 13px;
    }

}
@media (max-width: 399px) {
    .btn_search h4{
        font-size: 10px;
    }
    #pills-tab2 .nav-item .nav-link{
        padding: 2px 5px;
        font-size: 12px;
    }
    .titel_site h4{
        font-size: 14px;
    }
    .more_accordion{
        /*! bottom: -230px !important; */
        /*! left: 15px !important; */
    }
    /*.namads{*/
    /*    flex-wrap: nowrap;*/
    /*}*/
    .special-lable{
        bottom: 18px;
    }
    .special-lable2{
        bottom: 60px;
    }
}


@media (min-width: 991px) and (max-width: 1350px){
    .col_size{
        width: 48%;
    }
    .namads > a{
        width: 50px;
        height: 50px;
        margin-left: 2px;
    }

    .nav-menu > li > a{
        padding: 10px 5px;
        font-size: 11px;
    }
    .nav-menu > li > a::after{
        display: none;
    }
}
@media (min-width: 991px) and (max-width: 1200px){
    .more_accordion {
        position: unset;
    }
    .text_accordion {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .more_accordion{
        /*! bottom: -165px; */
        /*! left: 1px; */
    }
    .img_accordion a img{
        margin-bottom: 20px;
    }
    .titel_respancive{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #pills-tab3{
        padding-right: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }
    /*.newsletters form a{*/
    /*    margin-top: 20px;*/
    /*}*/
    .info h3{
        line-height: 24px;
        font-size: 14px !important;
        font-weight: normal !important;
    }

}
.height-line-brack{
    height: 64vh !important;
}
.banner-demo{
    height: 40vh !important;
}
.banner-demo::after{
    height: 100% !important;
}

body .camera_wrap,
body .camerarelative,
body .camera_target,
body .camera_target_content,
body .camera_fakehover,
body .cameraCont,
body .cameraContents{
    min-height: 65vh !important;
    max-height: 65vh !important;
}

.special_tours{
    margin-top: 95px;
}
.banner-demo-1{
    height: 65vh !important;
}
@media (max-width: 767px) {
    body .height-line-brack,
    html body .height-line-brack {
        height: 55vh !important;
        min-height: 55vh !important;
        max-height: 55vh !important;
    }
}

/* برای سایز کوچک (اولویت بالا) */
@media (max-width: 578px) {
    body .height-line-brack,
    html body .height-line-brack {
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
    }
    .special_tours{margin-top: 177px !important;}
    .banner-demo-1::after{
        display:none;
    }
   body #camera_wrap_1{
        display:none !important;
    }
}

/* برای تبلت (اولویت بالا) */
@media (min-width: 578px) and (max-width: 991px) {
    body .height-line-brack,
    html body .height-line-brack {
        height: 52vh !important;
        min-height: 52vh !important;
        max-height: 52vh !important;
    }

    .special_tours{
        margin-top: 177px !important;
    }
}