

/*.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/loader.gif) center no-repeat #fff;
}*/
.item {
/*  width: 200px;
  height: 200px;*/
  /*margin: 50px auto;
  padding-top: 75px;*/
  /*background: #ccc;*/
  /*text-align: center;*/
  /*color: #FFF;*/
  /*font-size: 3em;*/
}
/*Common*/
.font-18 {
    font-size: 18px;
}

.modal-full {
  min-width: 100%;
  min-height: 100vh;
  margin:0;
}

.all-pages-head {
    padding-top: 11rem;
}
/*Body tag*/
body {
    font-family: 'Open Sans', sans-serif;

}

/*Footer*/
.footer-contact {
    padding:0 4rem 0 3.5rem;
}

/*Index page*/
.main-color {
    color: #c2c200;
}
.my-nav {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding:1rem 5rem ;
}

.carousel-images img {
    filter: brightness(40%);
    /*height: 600px;*/
}

.our-services-position {
    position: absolute;
    top: 35rem;
    width: 100%;
}

.main-destination {
    margin-top: 20rem;
    background-color: white;
}

.destinations-name-border {
    background-color: rgba(0,0,0,0.4);
    right: 0;
    left:0;
    bottom: 0;
    padding:1rem;
}

.bg-why-choose-us {
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('https://picsum.photos/id/250/1349/305') no-repeat;
    background-size: cover;
    width: 100%;
    height: 305px;
    z-index: 2;
    margin-top:6rem;
}

.nav-color li {
    margin-right: 1rem;
}

.caption {
    /*margin-bottom: 15rem;*/
    margin-bottom: 32rem;
}


.font-head-small {
    line-height: 2rem;
}

.testimonials-text {
    margin:0 10rem;
}

.footer-quick-links {
    margin-left: 9.5rem;
}

/*About page*/
.bg-about {
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('https://picsum.photos/id/235/1349/400') no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: 2;
}

/*Contact Page*/
.bg-contact {
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('https://picsum.photos/id/236/1349/400') no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: 2;
}

/*Destinations*/
.bg-destination {
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('https://picsum.photos/id/230/1349/400') no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: 2;
}



/*Destination details*/
/*.bg-destination-detail {
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('https://picsum.photos/id/233/1349/400') no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: 2;
}*/

.destination-detail-main img {
    filter: brightness(45%);
    height: 657px;
}

.destination-detail-main > .destination-detail-name {
    top: 15rem;
    left: 0;
    right: 0;
}

.bg-book-now {
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('https://picsum.photos/id/254/1349/400') no-repeat;
    background-size: cover;
    width: 100%;
    height: 220px;
    z-index: 2;
}

/*Events*/
.bg-events {
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('https://picsum.photos/id/248/1349/400') no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: 2;

}

/*Event Details*/
.bg-event-details {
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('https://picsum.photos/id/251/1349/400') no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: 2;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}



/*Responsive*/

@media screen and (max-width: 425px) {
    .destination-detail-main img {
        filter: brightness(45%);
        height: 300px;
    }

    .modal-shadow {
    box-shadow: none!important;
}
    /*Index page*/
    .my-nav {
        /*position: fixed;*/
        background-color: #f8f9fa;
        padding: 0;
        text-align: center;
    }

    .nav-color > li > a {
        color: black!important;
    }

    .nav-color li {
        margin-right:0;
    }
    
    .carousel-images, .carousel-prev, .carousel-next {
        padding-top: 4rem;
    }

    .caption {
        margin-bottom: 0;
    }

    .font-head-small {
        line-height: 1rem;
        padding-top:0!important;
        font-size: 0.8rem;
        font-weight: 300;
    }

    .our-services-position {
        position: inherit;
        margin-top: 2rem;
        padding:0 4rem;
    }

    .main-destination {
        margin-top: 2rem;
    }

    .about-us-mobile {
        padding-top:0!important;
    }

    .bg-why-choose-us {
        margin-top: 1rem;
        /*height: 400px;*/
    }

    /*Common*/
    .font-head {
        font-size: 1.6rem!important;
    }

    .font-14 {
        font-size: 14px;
    }

    .font-16 {
        font-size: 16px;
    }

    .whychooseus-stats > h1 {
        font-size: 2rem;
    }
    
    .whychooseus-stats > i {
        font-size: 1rem;
    }


    .testimonials-text {
        margin:0 2rem;
    }
    
    .footer-quick-links {
        margin-left: 8.8rem;
    }
    /*.testimonials .container {
        height: 400px;
    }
*/
    .caption-dest-details {
        margin-bottom: 2rem;
    }

    /*Destinations*/
    .search-bar {
        width: 100%!important;
    }

    .search-button {
        margin-top: 0!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .destination-detail-main > .destination-detail-name {
        top: 9.5rem;
    }

}

@media screen and (max-width: 375px) {
    .footer-quick-links {
        margin-left: 7.4rem;
    }
    .our-services-position {
        padding:0 1rem;
    }

    .caption {
        margin-bottom: -1rem;
    }

    .whychooseus-stats > h1 {
        font-size: 1.7rem;
    }

    .whychooseus-stats > h5 {
        font-size: 1rem;
    }

    .caption-dest-details {
        margin-bottom: 1rem;
    }

    .footer-contact {
        padding-left: 3rem;
    }
}

@media screen and (max-width: 320px) {
    .footer-quick-links {
        margin-left: 5.6rem;
    }

    .caption {
        margin-bottom: -3rem;
    }

    .caption-dest-details {
        margin-bottom:0;
    }

    .footer-contact {
        padding-right: 1rem;

    }
}
