/*-Livewire Styles*/
[wire\:loading][wire\:loading], [wire\:loading\.delay][wire\:loading\.delay], [wire\:loading\.inline-block][wire\:loading\.inline-block], [wire\:loading\.inline][wire\:loading\.inline], [wire\:loading\.block][wire\:loading\.block], [wire\:loading\.flex][wire\:loading\.flex], [wire\:loading\.table][wire\:loading\.table], [wire\:loading\.grid][wire\:loading\.grid], [wire\:loading\.inline-flex][wire\:loading\.inline-flex] {
    display: none;
}

[wire\:loading\.delay\.none][wire\:loading\.delay\.none], [wire\:loading\.delay\.shortest][wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter][wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short][wire\:loading\.delay\.short], [wire\:loading\.delay\.default][wire\:loading\.delay\.default], [wire\:loading\.delay\.long][wire\:loading\.delay\.long], [wire\:loading\.delay\.longer][wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest][wire\:loading\.delay\.longest] {
    display: none;
}

[wire\:offline][wire\:offline] {
    display: none;
}

[wire\:dirty]:not(textarea):not(input):not(select) {
    display: none;
}

:root {
    --livewire-progress-bar-color: #2299dd;
}

[x-cloak] {
    display: none !important;
}

[wire\:cloak] {
    display: none !important;
}


/* Slideshow Container */
.slideshow-container {
    position: absolute;
    width: 100%;
    height: 100vh;
}

/* Each Slide */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2.5s ease-in-out;
}

    /* Active Slide */
    .slide.active {
        opacity: 1;
        z-index: 1;
    }

    /* Images */
    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Dark Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

/* Caption Text */
.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
}

    .caption h1 {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .caption p {
        font-size: 24px;
    }

/* Navigation Buttons */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.3);
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 30px;
    cursor: pointer;
    z-index: 3;
    transition: 0.3s;
    background: none;
    /*opacity: 0.3;*/
}

    .prev:hover,
    .next:hover {
        background: rgba(255,255,255,0.6);
    }

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

/* Dots */
.dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 6px;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

    .dot.active {
        background: white;
    }

.destitle {
    /*background-color:red;*/
}




/* Mobile Responsive */
@media (min-width: 768px) {

    .section-title {
        /*color: #0072bc;*/
        margin-top: 100px;
    }
}

@media (min-width: 360px) {

    /* Each Slide */
    .slide {
        position: absolute;
        height: 900px;
    }
        /* Images */
        .slide img {
            min-height: 900px;
        }

    .section-title {
        /*color: #0072bc;*/
    }

    .prev, .next {
        display: none;
    }
}


@media (min-width: 390px) {

    /* Each Slide */
    .slide {
        position: absolute;
        height: 850px;
    }
        /* Images */
        .slide img {
            min-height: 850px;
        }

    .section-title {
        /*color: #0072bc;*/
    }

    .prev, .next {
        display: none;
    }

    #bc_hotel {
        margin-bottom: -1px;
    }

    #bc_space {
        margin-bottom: -1px;
    }

    #bc_tour {
        margin-bottom: 71px;
    }

    #bc_car {
        margin-bottom: 71px;
    }

    #bc_event {
        margin-bottom: 71px;
    }
}

@media (min-width: 393px) {

    /* Each Slide */

    .section-title {
        /*color: #0072bc;*/
        padding-top: 0px;
    }

    .prev, .next {
        display: none;
    }

    #bc_hotel {
        margin-bottom: -1px;
    }

    #bc_space {
        margin-bottom: -1px;
    }
}

@media (min-width: 430px) {

    /* Each Slide */

    .section-title {
        /*color: #0072bc;*/
        padding-top: 0px;
    }

    .prev, .next {
        display: block;
    }
}

@media (min-width: 480px) {

    /* Each Slide */

    .section-title {
        /*color: #0072bc;*/
        padding-top: 0px;
    }
}

@media (min-width: 820px) {

    .slide {
        position: absolute;
        min-height: 950px;
    }
        /* Each Slide */
        .slide img {
            min-height: 950px;
        }

    .section-title {
        /*color: red;*/
    }

    #bc_hotel {
        margin-bottom: -71px;
    }

    #bc_space {
        margin-bottom: -71px;
    }

    #bc_tour {
        margin-bottom: 0px;
    }

    #bc_car {
        margin-bottom: 0px;
    }

    #bc_event {
        margin-bottom: 0px;
    }

    .trending3 {
        margin-top: -80px;
        
    }

    .trending2 {
        margin-top: 0px;
    }

    .OurHappy1 {
        margin-top: 0px;
       
    }

    .WhyChoose1 {
        margin-top: 0px;
    }
}

@media (min-width: 1024px) {

    /* Each Slide */
    .nav-item {
        /*background-color:red;*/
        margin-top: 116px;
    }


    #bc_tour {
        margin-bottom: -71px;
    }

    #bc_car {
        margin-bottom: -71px;
    }

    #bc_event {
        margin-bottom: -71px;
    }

    #bc_flight {
        margin-bottom: -71px;
    }

    #bc_boat {
        margin-bottom: -71px;
    }

    #bc_visa {
        margin-bottom: -71px;
    }

    .section-title {
        /*color: #0072bc;*/
        padding-top: 0px;
    }

    .trending1 {
        margin-top: -115px; 

    }

    .trending2 {
        margin-top: -115px;
    }
}

@media (min-width: 1280px) {

    /* Each Slide */

    .section-title {
        /*color: #0072bc;*/
        padding-top: 0px;
    }
}

@media (min-width: 1559px) {

    /* Each Slide */

    .section-title {
        /*color: #0072bc;*/
    }
}