/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 9, 2020, 2:59:43 PM
    Author     : Administrator
*/

/*//attraction part css*/

.common_center_div{display: flex;align-items: center;justify-content: center;}
.attr_overlay{position: fixed;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.7);z-index: 2;cursor: pointer;}
.attr_info_content{color: aliceblue;position: absolute;left: 10%;right: 7%;top: 30%;display: flex;align-items: center;justify-content: center;}
.attr_span_content {position: absolute;color: aliceblue;top: 20%;left: 50%}
.request-loader {
    /*position: relative;*/
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 75px;
    width: 75px;
    border-radius: 100%;
    background: #009688;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.request-loader span {
    position: relative;
    font-size: 72px;
    top: 5px;
    left: -5px;
}
.request-loader::after {
    opacity: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: '';
    height: 100%;
    width: 100%;
    border: 8px solid #009688;
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}
.request-loader::before {
    opacity: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: '';
    height: 100%;
    width: 100%;
    border: 8px solid #009688;
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}
@-webkit-keyframes ripple {
    from {
        opacity: 1;
        -webkit-transform: scale3d(0.75, 0.75, 1);
        transform: scale3d(0.75, 0.75, 1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(1.5, 1.5, 1);
        transform: scale3d(1.5, 1.5, 1);
    }
}
@keyframes ripple {
    from {
        opacity: 1;
        -webkit-transform: scale3d(0.75, 0.75, 1);
        transform: scale3d(0.75, 0.75, 1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(1.5, 1.5, 1);
        transform: scale3d(1.5, 1.5, 1);
    }
}

.common_popup_style{top: 9%;border-radius: 22px;overflow-y: scroll;}
.attr-home-main-top {
    display: flex;
    left: 4%;
    right: 4%;
    width: 95%;    
    position: relative;
    margin-top: 5%;
}
.close-li{
    background: red;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
    color: aliceblue;
}
.swiper-slide  .attr_card{    
    width: 100%;
    max-height: 220px;
    height: 220px;
    overflow: scroll;
}
.swiper-slide .dest_card   {border-radius: 15px;}
#attr-page .page-content {overflow-x: hidden;}
.attr_country_popup{top: 9%;border-radius: 22px;}
span.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: teal;
    position: absolute;
    top: 10%;
}

.attr_radio{border-radius: 0% !important;}
.attr_collapse_div input{border: 1px solid white;border-radius: 15px; box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);margin-bottom: 5%;}
.selected_country_card {background: lightgreen;}
.fav_destination .dest_card{max-height: 150px;overflow: scroll;}
.fav_destination .demo-card-header-pic .card-header{    height: 25vw;}
.attr_pop_header{position: relative;margin: 5%;}
.attr_ticket_pop_header{position: relative;margin-top: -12%;}
.attr_country_pop_search{border-radius: 20px;box-shadow: 0px 2px 3px black;right:2%;margin-bottom: 2%;margin-top: 2%;}

/*tciket page css*/
.ticket:before, .ticket:after {height: 25px;width: 14px;content: '';position: absolute;top: 50%;height: 1.9em;width: 1em;border: 0px solid #364df44a;}
.ticket_pop_card:before, .ticket_pop_card:after {height: 25px;width: 14px;content: '';position: absolute;top: 50%;height: 1.9em;width: 1em;border: 0px solid #364df44a;}
.ticket:before {left: -1px;border-radius: 0 1em 1em 0;border-left-color: white;background-color: #b9e0ff;}
.ticket:after {right: -1px;border-radius: 1em 0 0 1em;border-right-color: white;background-color: #b9e0ff;}
.ticket_pop_card:before {left: -1px;border-radius: 0 1em 1em 0;border-left-color: white;background-color: white;}
.ticket_pop_card:after {right: -1px;border-radius: 1em 0 0 1em;border-right-color: white;background-color: white;}
.ticket_card_header{background: #2d496b;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.ticket_card_header_span{border-left: thick solid #fe930d;position: absolute;left: 0px;height: 75%;display: block;bottom: 0%;}
.ticket_card_header_title_span{font-size: 14px;color: #efecec;}
.ticket_card_header_type_span{font-size: 15px;position: absolute;right: 5%;color: #efecec;}
.ticket_vertical_line{border-left: thick dotted #a5a4a5;position: absolute;right: 25%;height: 100%;display: block;top: 0%;}
.ticket_card_content_position p{border: none !important;} 
.ticket_card_content_position{position: relative;margin: -5% 7% 0% 4%;} 
.ticket_card_content_price_position{position: absolute;right: -10%;}
.ticket_card_content_info_position{position: absolute;top: 5%;right: 9%;}
.ticket_card_content_discount_position {position: absolute;top: 40%;right: 7%;}
.ticket_card_content_cart_position{position: absolute;bottom: 5%;right: 9%;}
.ticket_page_content{background: #b9e0ff;border-radius: 15px;padding: 2% 1% 1% 1%;}
.page_sticky{position: sticky;top: 0;width: 100%;}
.ticket_popup_card_border{border-radius: 15px;}
.ticket_pop_card_image_back_btn{display: flex;align-items: center;justify-content: center;background: #009688;color: #fff !important;}
.ticket_pop_card_image_span{    position: absolute;top: 2%;left: 2%;}
.price_info_content img{height:50px}
.price_content_info_span{position: absolute;margin-left: 3%;}
.attr_ticket_dynamic_text_box{width: 100%;margin-top: 3% !important;height: 30px;bottom: 5%;text-indent: 10px;}
.ticket_pop_page_content{padding-bottom: 35% !important;height: 50%;}
.ticket_pop_picker_input_disable{background: lightgray !important;margin-left: 40% !important;width: 60%;height: 40px;text-align: center;}
.ticket_pop_picker_input_enable{margin-left: 40% !important;width: 60%;height: 40px;text-align: center;}
#ticket_inline_calender{background-color: teal;border-top-left-radius: 15px;border-top-right-radius: 15px;box-shadow: 1px 0px 3px 4px #9E9E9E;}
.ticket-err-input{    color: red;position: absolute;margin-top: -5%;right: 6%;}
.ticket_selected {background: lightgreen;border-radius: 15px;}


