
.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.navbar.navbar-transparent{
    color: #000;
}
.turuncu{
    color: #ed7c00;
}

/* gölgelendirme */
.menu-item-ucak:hover .btn-overlay {
    opacity: 1; }
.menu-item-ucak:hover {
    /*-webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);*/
    /*box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);*/
    -webkit-filter: drop-shadow(12px 12px 20px rgba(249, 209, 61, 0.8));
    filter: drop-shadow(12px 12px 20px rgba(249, 209, 61, 0.8));
    -webkit-transition: .5s;
    transition: .5s; }

.menu-item-tatil:hover .btn-overlay {
    opacity: 1; }
.menu-item-tatil:hover {
    /*-webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);*/
    /*box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);*/
    -webkit-filter: drop-shadow(12px 12px 20px rgba(238, 120, 28, 0.8));
    filter: drop-shadow(12px 12px 20px rgba(238, 120, 28, 0.8));
    -webkit-transition: .5s;
    transition: .5s; }

.menu-item-hac:hover .btn-overlay {
    opacity: 1; }
.menu-item-hac:hover {
    /*-webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);*/
    /*box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);*/
    -webkit-filter: drop-shadow(12px 12px 20px rgba(43, 158, 151, 0.8));
    filter: drop-shadow(12px 12px 20px rgba(43, 158, 151, 0.8));
    -webkit-transition: .5s;
    transition: .5s; }

.menu-item-vip:hover .btn-overlay {
    opacity: 1; }
.menu-item-vip:hover {
    /*-webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);*/
    /*box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);*/
    -webkit-filter: drop-shadow(12px 12px 20px rgba(196, 145, 54, 0.8));
    filter: drop-shadow(12px 12px 20px rgba(196, 145, 54, 0.8));
    -webkit-transition: .5s;
    transition: .5s; }

.menu-item-vize:hover .btn-overlay {
    opacity: 1; }
.menu-item-vize:hover {
    /*-webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);*/
    /*box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);*/
    -webkit-filter: drop-shadow(12px 12px 20px rgba(138, 191, 48, 0.8));
    filter: drop-shadow(12px 12px 20px rgba(138, 191, 48, 0.8));
    -webkit-transition: .5s;
    transition: .5s; }


/* footer*/

.footer-image-h-40{
    height: 40px;
}

/* butonlar*/

@media screen and (min-width: 769px) {
.ana-resim{
    width: 300px;
}

    .ucak {
        margin-left: -5rem;
        margin-top: -.5rem;
        margin-bottom: .5rem;
    }

    .tatil {
        margin-left: -3rem;
        margin-bottom: .5rem;
    }

    .hac {
        margin-bottom: .5rem;
    }

    .vip {
        margin-left: -3rem;
        margin-bottom: .5rem;
    }

    .vize {
        margin-left: -5rem;
    }
}

@media only screen and (min-width: 601px) {
    .index-page .page-header {
        height: 100vh;
        overflow: hidden;
    }
}