.activity-inner .activity-item {
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.activity-inner .activity-item:hover {
    border-radius: 10px;
    transform: scale(1.13);
    animation: rotate_card .23s;
    box-shadow: 0 0px 20px 5px rgba(0, 0, 0, .22)
}

.section-heading h2{
    font-size: 2.5rem !important;
}

@keyframes rotate_card {
    0% {
        transform: rotate(5deg);
    }
    10% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(15deg);
    }
    30% {
        transform: rotate(10deg);
    }
    40% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(-5deg);
    }
    70% {
        transform: rotate(-10deg);
    }
    80% {
        transform: rotate(-15deg);
    }
    90% {
        transform: rotate(-10deg);
    }
    95% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.trip-search-inner label {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.trip-search-section .input-group {
    width: 60%;
    margin: auto;
}

.mobile-menu-container .slicknav_menu .slicknav_btn {
    margin: 21px 0;
}

@media (max-width: 767px) {
    .trip-search-section .input-group, .show_result_cities {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .home-banner-items .banner-content p {
        display: none;
    }
}

.show_result_cities {
    color: #000;
    position: absolute;
    top: 100px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 8px !important;
    padding: 5px 8px;
    width: 90%;
    z-index: 9;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.show_result_cities ul i{
    position: initial !important;
    top: unset;
    margin-left: 5px;

}

.show_result_cities ul {
    list-style: none;
    padding: 0 !important;
    display: block;
    margin: 0 !important;
}

.show_result_cities li {
    list-style: none;

}

.show_result_cities a {
    line-height: 35px;
    display: block;
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-right: 5px;
    font-size: 14px;
    color: #222;
    font-weight: 700;
    transition: all .25s ease-in-out;
}

.show_result_cities a:hover {
    background-color: #eee;
    border-radius: 5px;
}

.show_result_cities a:last-of-type {
    border-bottom: unset;
}

.contentLoader {
    box-sizing: border-box;
}

.contentLoader-item {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 8px;
    margin: 0 auto;
    max-width: 100%;
}

.line {
    background: #D8D8D8;
    margin-bottom: 11px;
    min-height: 11px;
}

.line.full {
    max-width: 100%;
}

.line.half {
    max-width: 50%;
}

.line.light {
    background: #EBEBEB;
}

.line.separator {
    min-height: 1px;
    margin: 15px 0 25px;
    background: #E9E9E9;
}

.animated-background {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.39) 67%, rgba(255, 255, 255, 0.39) 91%);
    animation: horizontalMovement 1s ease-in-out infinite;
    z-index: 1;
}

@keyframes horizontalMovement {
    0% {
        left: -5%;
    }
    100% {
        left: 101%;
    }
}

#city_id {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.trip-search-inner {
    border-radius: 10px;
    background-color: rgb(8 30 84 / 91%);
}

.near_you .card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 450px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .near_you .card {
        min-height: 350px;
    }
}

@media (max-width: 420px) {
    .near_you .card {
        min-height: 300px;
    }
}

.near_you .card.card-has-bg {

    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
}

/*.near_you .card.card-has-bg::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: inherit;*/
/*    -webkit-filter: grayscale(1);*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter: grayscale(100%);*/
/*    -o-filter: grayscale(100%);*/
/*    filter: grayscale(100%);*/
/*}*/

.near_you .card.card-has-bg:hover {
    transform: scale(0.98);
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
    background-size: 130%;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.near_you .card.card-has-bg:hover .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #234f6d;
    background: linear-gradient(0deg, rgba(4, 69, 114, 0.5) 0%, #081e54 100%);
}

.near_you .card .card-meta {
    color: #fc8e14;
    font-weight: 600;
    font-size: 25px;
}

.near_you .card .card-img {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 100%;
}

.near_you .card .card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: start;
    transition: all .5s ease-in-out;
}

.near_you .card .card-body h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 12px;
}

.near_you .card:hover {
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.near_you .card:hover .card-body {
    transform: scale(1.3) translate(-50px, 50px);
    /*justify-content: center;*/
    /*align-items: center;*/
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.near_you .card .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #234f6d;
    background: linear-gradient(0deg, rgba(35, 79, 109, 0.3785889356) 0%, #081e54e3 100%);
}

.home-banner-items .banner-content .banner-title{
    font-size: 4rem !important;
    line-height: 5.5rem !important;
}
.home-banner-items .banner-content-wrap{
    padding-bottom: 100px ;
    padding-top: 200px;
}
@media (max-width: 767px) {
    .home-banner-items .banner-content .banner-title{
        font-size: 2rem !important;
        line-height: 3.5rem !important;
    }
}

@media (max-width: 992px) {
    .home-banner-items .banner-content-wrap {
        padding-bottom: 155px !important;
        padding-top: 250px !important;
    }
}

/**
==============================================
=========== travel without visa ==============
==============================================
 */
.without_visa, .visa_on_arrive, .embassy_visa{
    padding: 50px 0;
}
.embassy_visa .country_button,.visa_on_arrive .country_button{
    width: 95%;
    max-height: 6rem;
    border: 1px solid #fc8e14;
    padding: 7px 15px;
    display: block;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    overflow-y: hidden;
 }
.without_visa .country_button{
    width: 100%;
    max-height: 6rem;
    border: 1px solid #fc8e14;
    padding: 7px 15px;
    display: block;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    overflow-y: hidden;
}
.without_visa .country_button:hover, .visa_on_arrive .country_button:hover, .embassy_visa .country_button:hover{
    background-color: #fc8e14;
    color:#fff;
    box-shadow: 0px 0px 21px #e47972e0;
}
.without_visa .country_card,.visa_on_arrive .country_card,.embassy_visa .country_card{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.without_visa .country_card img, .visa_on_arrive .country_card img, .embassy_visa .country_card img{
    width: 4.5rem;
    font-size:.7rem;
}
.without_visa .country_card p, .visa_on_arrive .country_card p, .embassy_visa .country_card p{
    font-size: 1.2rem;
    margin-right: 20px;
    font-weight: 700;
}

@media (max-width: 600px) {
    .without_visa .country_card img,.visa_on_arrive .country_card img,.embassy_visa .country_card img{
        width: 2.3rem;
    }
    .without_visa .country_card p,.visa_on_arrive .country_card p,.embassy_visa .country_card p{
        font-size: .9rem;
        margin-right: 5px;
    }
    .without_visa .country_button, .visa_on_arrive .country_button, .embassy_visa .country_button{
        padding: 10px 5px !important;
    }
}

/**
==============================================
=========== travel without visa ==============
==============================================
 */
.home-about-section{
    padding-top: 30px;
}

.about-service-content{
    padding-left: unset !important;
    padding-right: 20px !important;
}

.home-about-section .about-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.home-about-section .about-img img{
    width: 85%;
    display: block;
    margin-top: 30px;
    margin-right: -100px;
}
@media (max-width: 775px) {
    .home-about-section .about-img img {
        margin-right: unset !important;
        display: none;
    }
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset;
}

.faq-page-section{
    padding-top: 50px;
}

/*
=-===============================
=-=========video section=========
=-===============================
 */

.video_images {
    background-size: cover;
    aspect-ratio: 16/9;
}

.video_images .image_overlay {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.4px);
    -webkit-backdrop-filter: blur(1.4px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.video_images button {
    display: block;
    width: 80px;
    height: 80px;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: white;
    border: none;
    border-radius: 50%;
    background: #fc8e14;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(245, 105, 96, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}

.video_images:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

.modal-dialog {
    pointer-events: auto !important;
}

.tab-content ul li {
    list-style: unset !important;
}

/*
=-===============================
=-=========blogs section=========
=-===============================
 */
.visa_blogs{
    padding-top: 70px;
    padding-bottom: 70px;
}

.grid-item .entry-meta{
    margin-left: unset !important;
    margin-right: unset !important;
}

.grid-item .entry-meta span:before{
    content: '';
    display: none;
}

.grid-item .entry-meta span:after{
    color: #B6B6B6;
    content: "|";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
}

.grid-item .entry-content {
    padding: 15px;
}

.grid-item .post {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*
=-===============================
=-=========order visa section=========
=-===============================
 */
div{
    font-family: 'Cairo', sans-serif !important;
}

.order_visa{
    padding-top: 10px;
    padding-bottom: 60px;
}

.order_visa .order_steps{
    width: 100%;
}

@media(max-width: 500px){
    .accordion-item:last-of-type .accordion-button.collapsed{
        line-height: 2rem;
        padding-left: 37px !important;
    }
    .accordion .card button{
        padding: 9px 22px !important;
    }

}

.ui.steps .step:after {
    display: block;
    position: absolute;
    z-index: 2;
    content: '';
    top: 46%;
    right: unset;
    left: -8px !important;
    border: medium none;
    background-color: #fff;
    width: 1.14285714em;
    height: 1.14285714em;
    border-style: solid;
    border-color: rgba(34,36,38,.15);
    border-width: 0 1px 1px 0;
    -webkit-transition: background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
    transition: background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;
    transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;
    transition: background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
    transform: rotate(135deg) !important;
}

.ui.steps .step i{
    margin-top:10px !important;
    font-size: 3.5rem !important;
}

.ui.steps .step .content{
    display: block;width: 100%;text-align: center;margin-top:20px;margin-bottom: 20px ;
}

.ui.steps .step .content .title{
    padding-bottom: 10px;
    font-size: 1.5rem;
}


@media (max-width: 676px) {
    .section-heading h2{
        font-size: 1.7rem !important;
        line-height: 2.8rem !important;
    }
    .near_you .card .card-body h4{
        font-size: 1.7rem !important;
    }
    .accordion .card button{
        font-size: 1rem !important;
    }
    .without_visa, .visa_on_arrive, .embassy_visa{
        padding-top:20px;
        padding-bottom:20px;
    }
    .faq-page-section{
        padding-top: 20px !important;
    }
    .faq-page-container{
        padding-bottom: 30px !important;
    }
    .home-about-section .about-img-wrap{
        margin-bottom: 0 !important;
    }
    .schengen_countries .slick-dotted.slick-slider{
        max-height: 290px !important;
    }
    .visa_blogs{
        padding-top: 50px !important;
    }
}
