:root{
    --main-yellow: #FFCB08;
}

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: Helvetica;
}

a{
    text-decoration: none;
    color: inherit;
}

.eu-container{
    max-width: 1280px;
    margin: 0 auto;
}

.eu-container-padding{
    padding-left: 3rem;
    padding-right: 3rem;
}

.mobile-display-only{
    display: none;
}

.dataTables_filter{
    display: none;
}

.simple-page-margin{
    margin: auto 12px;
}

.bg-main-yellow{
    background: var(--main-yellow);
}

.desktop-flug a{
    text-decoration: none;
    color: black;
}

.desktop-flug img{
    width: 24px;
    height: 16px;
}

.desktop-nav{
    display: flex;
}

.navbar-nav{
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.navbar-nav .nav-link{
    margin: 0 9px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.navbar-nav .nav-link:last-child{
    margin-right: 0px;
}

.navbar-nav .nav-link.active{
    border-bottom: black 2px solid;
}

.carousel-control-prev-icon{
    background: url('/staging/assets/images/slider/left-arrow.png');
    background-size: contain;
}

.carousel-control-next-icon{
    background: url('/staging/assets/images/slider/right-arrow.png');
    background-size: contain;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 5rem;
    height: 5rem;
}

.carousel-caption{
    top:30%;
    text-align: left;
}

.carousel-caption h3{
    font-size: 60px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
}

.carousel-caption h4{
    font-size: 80px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.carousel-caption .day{
    margin-top: 10px; 
    margin-left: 10px
}

.slider-filter{
    width: 100%;
    position: absolute;
    bottom: 24px;
    z-index: 2;
}

.filter-title{
    font-size: 20px;
    line-height: 2.2;
}

.slider-filter-container{
    margin: auto 200px;
    background: #FFF;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 13px 13px 13px 30px;
}

.slider-filter-container input{
    border: none;
    outline: none;
    font-size: 20px;
}

.slider-filter-container input::placeholder{
    color: #0073F6;
    
}

.package-margin-for-slider{
    margin-top: 3rem;
}

.select-month-year{
    font-size: 20px;
    cursor: pointer;
}

#month-year-picker{
    max-width: 300px;
    position: absolute;
    width: 100%;
    display: none;
    top: 30px;
    z-index: 1;
}
#month-year-picker .year{
    background: #efefef;
    border-bottom: #cecece solid 1px;
    padding: 2px 6px;
}
#month-year-picker .months{
    background: #fff;
}
#month-year-picker button{
    width: 96px;
}
#month-year-picker button.selected{
    background: #cecece;
}

.section {
    margin: 80px auto;
    padding: 0 40px 0 40px;
}

.section .header {
    margin-bottom: 40px ;
}

.section .header h2{
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
}

.section .header h2 span{
    color: #FFCB08;
}

.tour-destination .each{
    margin: 0px 13px 30px 13px;
    border-radius: 10px;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.05);
}

.tour-destination .each img{
    width: 100%;
    border-radius: 10px 10px 0 0;
    max-height:182px;
    object-fit: cover;
}

.collection-slide .slick-slide{
    margin-bottom:35px;
}

.tour-destination .each h2{
    text-align: center;
    font-size: 28px;
    font-family: Helvetica, sans-serif;
    padding: 20px;
}

.tour-packages .each{
    margin: 0px 13px 30px 13px;
    border-radius: 10px;
}

.tour-packages .each img{
    width: 100%;
    border-radius: 10px;
}

.tour-packages .each h2{
    font-size: 28px;
    font-family: Helvetica, sans-serif;
    padding: 18px 0;
    font-weight: 700;
    word-wrap: break-word;
}

.tour-packages .each .price-box{
    display: flex;

}

.tour-packages .each .price-box .sale-price{
    color: #F1AE00;
    font-size: 28px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 10px;
}

.tour-packages .each .price-box .main-price{
    font-size: 18px;
    text-decoration: line-through;
}

.tour-packages .each h2{
    font-size: 22px;
    font-family: Helvetica, sans-serif;
    padding: 18px 0;
    font-weight: 700;
    word-wrap: break-word;
}

.tour-packages .each{
    margin: 0px 8px 25px 8px;
    border-radius: 10px;
}

.tourpackage-page .tour-packages .each .price-box .main-price{
    font-size: 16px;
    text-decoration: line-through;
}

.tour-packages .each .price-box .sale-price{
    color: #F1AE00;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 10px;
}

.mobile-ordering-menu{
    display: none;
}

.slick-slide{
    height: auto;
}

.slick-dots{
    bottom: 0px;
}

.slick-dotted.slick-slider{
    margin-bottom: auto;
}
.slick-dots li.slick-active button:before{
    color: #FFF;
}
.slick-dots li button:before{
    color: #FFF;
}

.custom-btn-yellow{
    border-radius: 10px;
    background:  #FEEE9D;
    border: none;
    font-weight: 400;
    padding: 20px 45px;
    font-size: 18px;
}

.slider .carousel-item img{
    max-height: 500px;
    object-fit: cover;
}

.page-heading{
    background: #FEEE9D;
}

.page-heading h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 28px;
    padding-left: 55px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.pagination-container{
    display: flex;
    justify-content: space-between;
}

.pagination-container ul{
    list-style: none;
    display: flex;
    padding-left:0px;
}

.pagination-container ul li{
    border-radius: 50%;
    line-height: 1.3;
    margin: 0 20px;
    padding: 2px 7px;
}

.pagination-container ul li:last-child{
    margin-right: 0;
}

.pagination-container ul li:first-child{
    margin-left: 0;
}

.pagination-container ul li.active{
    background: #FFCB08;
    color: #FFF;
    text-align: center;
}

.pagination-container ul{
    list-style: none;
    display: flex;
}

.package-carosel-slider-thumbnail{
    margin-top: 25px;
    height: 118px;
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.package-carosel-slider-thumbnail button{
    border: none;
    margin-right: 20px;
    background: white;
}

.package-carosel-slider-thumbnail button img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.package-carosel-scroll-arrow{
    position: relative;
}

.package-carosel-scroll-arrow img{
    position: absolute;
    right: -20px;
    top: -83px;
}

.section-slider-container{
    position: relative;
}

.section-slider{
    position: absolute;
    right: 0;
    top: -63px;
    cursor: pointer;
}

.tour-details h1{
    font-weight: bold;
    word-wrap: break-word;
}

.tour-details .details .nav-link{
    border-right: 1px solid #858585;
    padding: 0 30px;
    line-height: 1;
    color: #0073F6;
}

.tour-details .details .nav-link.active{
    color: black;
    font-weight: bold;
}

.tour-details .note{
    border: 1px solid  #EEE;
    background:  #FBFBFB;
    padding: 25px;
}

.select-dept-month{
    position: relative;
    width: 300px;
}

.select-dept-month input{
    border: 1px #EEE solid;
    border-radius: 10px;
    padding: 14px 22px;
    width: 100%;
}

.select-dept-month svg{
    position: absolute;
    right: 16px;
    top: 14px;
}

.select-package-filter {
    border: 1px #EEE solid;
    border-radius: 10px;
    padding: 14px 22px;
    width: 100%;
    max-width: 300px;
    position: relative;
}

.select-package-filter .select-month-year {
    font-size: 16px;
}

.select-package-filter svg{
    position: absolute;
    right: 16px;
    top: 14px;
}

.select-package-filter .cross{
    position: absolute;
    right: 16px;
    top: 14px;
    width: 24px;
    display: none;
    cursor: pointer;
}

.packages-list{
    font-size: 24px;
}

.packages-list thead{
    font-size: 18px;
}

.packages-list tbody tr td{
    border-bottom: 1px solid #BDBDBD;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.packages-list .availablity{
    font-size: 18px;
    color: #6DA544;
}

.packages-list h3{
    font-size: 24px;
    font-weight: bold;
}

.packages-list .sale-price{
    font-weight: bold;
}

.packages-list .main-price{
    text-decoration: line-through;
    font-size: 18px;
}

.packages-list .t-right{
    text-align: right;
}

.agent .each{
    background: #F9F9F9;
    border: 1px solid #EEE;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    
}

.agent .each img{
    transition: all ease 0.3s;
}

.agent .each:hover img{
    transform: scale(1.2);
}

.agent .each .image{
    text-align: center;
    margin-bottom: 30px;
}

.agent .each h2{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 11px;
}

.agent .each .address{
    color: #858585;
    font-size: 18px;
    margin-bottom: 10px;
}

.agent .each .phone{
    font-weight: bold;
    font-size: 18px;
}

.agent .each .phone .t a{
    color: #FFCB08;
    font-weight: normal;
    text-decoration: none;
    margin-left: 8px;
}

.agent .each .phone .f a{
    font-weight: normal;
    text-decoration: none;
    color: black;
    margin-left: 8px;
}

.agent-state-select .map{
    position: absolute;
    top: 25px;
    left: 20px;
}

.agent-state-select button{
    border-radius: 10px;
    background: #FEEE9D;
    border: none;
    padding: 14px 40px;
}

.agent-state-select{
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.10);
    display: inline-block;
    padding-right: 10px;
}

.agent-state-select select{
    padding: 30px 75px;
    border: 0;
    font-size: 20px;
    border-radius: 20px;
}

.gallery-image{
    height: 250px;
    width: 100%;
    object-fit: cover;
}

table.dataTable>thead>tr>th, table.dataTable>thead>tr>td{
    border: none !important;
}

.contact-page{
    padding: 0 18px;
}

.contact-form{
    background: #F9F9F9;
    border: 1px solid #EEE;
    padding: 30px 40px;
    border-radius: 10px;
    font-size: 18px;
}

.contact-form input,textarea{
    border: 1px solid #BDBDBD !important;
}

.contact-form .col-6,.col-md-12{
    margin-bottom: 20px;
}

.contact-form button{
    background: black;
    color: white;
    border: none;
    padding: 11px 45px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

.contact-form button:disabled{
    background: rgba(0, 0, 0, 0.614);
}

.contact-info h1{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

.contact-info .col-11{
    margin-bottom: 20px;
}

.modal-content{
    border-radius: inherit;
}

.modal-title{
    font-size: 48px;
}

.modal-header{
    padding: 50px 50px 20px 50px;
    border: none;
}

.modal-body{
    padding: 10px 50px;
}

.flight-data{
    font-size: 18px;
    border: #EEE 1px solid;
}

.flight-data thead tr td{
    background: #FFCB08;
}

.flight-data thead tr td:nth-child(2){
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

.flight-data tr td{
    padding: 20px 25px;
}

.table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-bg-type: #FBFBFB
}

footer{
    padding: 40px 50px;
}

footer .about-company{
    margin-top: 20px;
}

footer .about-company h4{
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

footer .about-company p{
    font-size: 14px;
}

footer .mobile-app-details h4{
    font-family: Impact;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    padding-top: 35px;
}

footer .mobile-app-details {
    background: url('assets/images/backgrouds/ellipse.png');
    background-size: cover;
    margin-bottom: 20px;
}

footer .address{
    font-size: 14px;
    margin-left: 50px;
}

footer .address .col-11{
    margin-bottom: 20px;
}

.mobile-app-qr{
    margin: 20px 40px 0 40px;
}

.mobile-app-qr .col-4{
    text-align: center;
}

.mobile-app-qr .col-4 .qr-code{
    width: 100%;
}

.mobile-app-qr .col-4 .icon{
    margin-bottom: 20px;
}

.mobile-nav{
    display: none;
}

.mobile-nav .navbar-toggler[aria-expanded="true"]{
    background: #FEEE9D;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 0 10px #FEEE9D;
    position: relative;
    right: -10px;
    transition: all 0.3s;
}

.mobile-nav .navbar-collapse{
    background: #FEEE9D;
    padding: 28px;
    position: absolute;
    z-index: 3;
    top: 0;
}

.mobile-nav .menu-type{
    font-size: 14px;
    color: #858585;
    margin-bottom: 5px;
}

.mobile-menu-visiavle{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.mobile-nav .about-company h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.mobile-nav .language-selector{
    display: flex;
    gap: 15px;
    margin: 30px 0;
}

.mobile-nav .language-selector a{
    text-decoration: none;
    color: black;
}

.mobile-nav .about-company p{
    font-size: 14px;
}

.big-search-button{
    background: #FEEE9D;
    border-radius: 10px;
    height: 100%;
    padding: 14px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.big-search-button svg{
    margin: 0 auto;
}

.faq-link a{
    color: var(--main-yellow);
}


@media all and (min-width: 1024px) and (max-width: 1215px) { 
    .navbar-nav{
        font-size: 13px;
    }
    .desktop-logo{
        width: 140px;
    }
    footer .address{
        margin-left: 20px;
    }
}
/* laptop */
@media all and (min-width: 1024px) and (max-width: 1280px) { 
    
}

/* tab */
@media all and (min-width: 768px) and (max-width: 1024px) { 
    .desktop-nav{
        display: none;
    }
    .mobile-nav{
        display: block;
    }
    .slider-filter-container{
        margin: auto 80px;
    }
    .mobile-app-qr{
        margin: 20px 10px 0 10px;
    }
    footer .address{
        margin-left: 0px;
    }
    .desktop-flug{
        display: none;
    }
}

/* mobile */
@media all and (min-width: 480px) and (max-width: 768px) { 
    .slider-filter{
        display: none;
    }
    .desktop-nav{
        display: none;
    }
    .mobile-nav{
        display: block;
    }
    .section .header{
        margin-bottom: 30px;
    }
    .section .header h2{
        font-size: 28px;
    }
    .section{
        padding: 0 13px 0 13px;
    }
    .hide-mobile{
        display: none;
    }
    footer .mobile-app-details h4{
        font-size: 1.8rem;
    }
    .carousel-caption h3{
        font-size: 25px;
    }
    .carousel-caption h4{
        font-size: 30px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .carousel-caption .day{
        margin-top: -10px; 
        margin-left: 10px;
        width: 50px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 3rem;
        height: 3rem;
    }
    .packages-list thead{
        display: none;
    }
    .page-heading h2{
        font-size: 16px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 23px;
    }
    .tour-details .details .nav-link{
        border-right: 1px solid #858585;
        padding: 0 15px;
        line-height: 1;
        color: #0073F6;
    }
    .section {
        margin: 30px auto;
    }
    .desktop-flug{
        display: none;
    }
    .slider-filter-container{
        margin: 0;
        padding: 13px 20px 13px 20px;
    }
    .pagination-container{
        display: block;
    }
    .pagination-container ul li{
        padding: 2px 0px;
        margin: 0 18px;
    }
    .pagination-container ul li.active{
        padding-left: 8px;
        padding-right: 8px;
    }
    .simple-page-margin{
        margin: auto 0px;
    }
    .big-search-button{
        background: #FEEE9D;
        border-radius: 10px;
        height: 100%;
        padding: 7px 0px;
        flex-direction: row;
    }
    .big-search-button svg{
        margin: 0;
        width: 20px;
    }
    .filter-title{
        font-size: 16px;
    }
    .slider-filter-container input{
        font-size: 16px;
    }
    .select-month-year{
        font-size: 16px;
    }
    .slider-filter-container .col-md-5{
        margin-bottom: 15px;
    }
    .package-margin-for-slider{
        margin-top: 0;
    }
    .mobile-display-none{
        display: none;
    }
    .section-slider-container{
        display: none;
    }
    .modal-header{
        padding: 20px 20px 10px 20px;
        border: none;
    }
    .modal-title{
        font-size: 28px;
    }
    .modal-body{
        padding: 10px 20px;
    }
    .flight-data tr td {
        padding: 12px 19px;
    }
    .flight-data {
        font-size: 14px;
    }
}

@media all and (max-width: 480px) {
    .desktop-nav{
        display: none;
    }
    .mobile-nav{
        display: block;
    }
    .slider-filter{
        display: none;
    }
    .section .header{
        margin-bottom: 30px;
    }
    .section .header h2{
        font-size: 28px;
    }
    .section{
        padding: 0 13px 0 13px;
    }
    .hide-mobile{
        display: none;
    }
    footer .mobile-app-details h4{
        font-size: 1.5rem;
    }
    .carousel-caption h3{
        font-size: 25px;
    }
    .carousel-caption h4{
        font-size: 30px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .carousel-caption .day{
        margin-top: -10px; 
        margin-left: 10px;
        width: 50px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 3rem;
        height: 3rem;
    }
    .packages-list thead{
        display: none;
    }
    .page-heading h2{
        font-size: 16px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 23px;
    }
    .packages-list tbody tr td{
        display: flex;
    }
    .tour-details .details .nav-link{
        border-right: 1px solid #858585;
        padding: 0 15px;
        line-height: 1;
        color: #0073F6;
    }
    .section {
        margin: 30px auto;
    }
    .contact-info h1{
        margin-bottom: 15px;
        font-size: 20px;
    }
    .contact-page{
        padding: 0 8px;
    }
    .contact-page .section{
        margin-top: 15px;
    }
    .contact-form{
        padding: 0;
        background: none;
        border: none;
    }
    .desktop-flug{
        display: none;
    }
    .slider-filter-container{
        margin: 0;
        padding: 13px 20px 13px 20px;
    }
    .pagination-container{
        display: block;
    }
    .pagination-container ul li{
        padding: 2px 0px;
        margin: 0 10px;
    }
    .pagination-container ul li.active{
        padding-left: 8px;
        padding-right: 8px;
    }
    .simple-page-margin{
        margin: auto 0px;
    }
    .big-search-button{
        background: #FEEE9D;
        border-radius: 10px;
        height: 100%;
        padding: 7px 0px;
        flex-direction: row;
    }
    .big-search-button svg{
        margin: 0;
        width: 20px;
    }
    .filter-title{
        font-size: 16px;
    }
    .slider-filter-container input{
        font-size: 16px;
    }
    .select-month-year{
        font-size: 16px;
    }
    .slider-filter-container .col-md-5{
        margin-bottom: 15px;
    }
    .package-margin-for-slider{
        margin-top: 0;
    }
    .mobile-display-none{
        display: none;
    }
    .eu-container-padding{
        padding-left: 20px;
        padding-right: 20px;
    }
    .package-carosel-slider-thumbnail{
        margin-top: 5px;
    }
    .package-carosel-slider-thumbnail button{
        margin-right: 12px;
    }
    .package-carosel-slider-thumbnail button img{
        width: 80px;
        height: 80px;
    }
    .packages-list tr{
        box-shadow: 0px 0px 1px #8d8888;
    }
    .packages-list tbody tr td{
        display: block;
    }
    .packages-list h3{
        word-wrap: break-word;
    }
    .borderless td, .borderless th {
        border: none !important;
    }
    .packages-list .t-right{
        text-align: left;
    }
    .mobile-display-only{
        display: inherit;
    }
    .packages-list .departure{
        display: initial;
    }
    .mobile-ordering-menu{
        display: flex;
        justify-content: space-between;
        margin: 20px 5px 15px 5px;
    }
    .section-slider-container{
        display: none;
    }
    .modal-header{
        padding: 20px 20px 10px 20px;
        border: none;
    }
    .modal-title{
        font-size: 28px;
    }
    .modal-body{
        padding: 10px 20px;
    }
    .flight-data tr td {
        padding: 12px 19px;
    }
    .flight-data {
        font-size: 14px;
    }
    
 }