﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

#frameBooking {
    /*padding-top: 10%;*/
}
   

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }

    body {
       

    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
    }



    .bg-header-top {
        background-color: #efefef;
        /*min-height : 760px;*/
    }

    @keyframes mymove {
        from {
            background-color: #fff;
        }

        to {
            background-color: #fff;
        }
    }

    #main-top-header :hover {
    }

    #main-top-header {
        top: 0;
        /*padding: 30px 10px 30px 10px;*/
    }

    .art-hero-header-carousel {
        max-height: 760px;
        object-fit: cover;
    }



.text-justify{
    text-align : justify !important;
}

 



.overlay-text {
    padding: 25px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 50%);
    z-index: 2;
}



.carousel {
    /*padding-top: 5.8% !important;*/
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    #frameBooking {
        /*padding-top: 22%*/
        height: calc(100vh - 300px);
    }
    .carousel {
        /*padding-top: 22.8% !important;*/
    }
    .img-stx {
        width: calc(100% );
    }

    .img-gall {
        width: calc(100% );
    }

    .text-sm-center {
        text-align: center;
    }
    .img-gallary-container {
        position: relative;
        height: calc(50vh);
        margin-bottom : 30px;
    }



    .header-headline {
        font-size: 25px !important;
        font-weight: 400 !important;
        line-height : unset !important;
    }

    .carousel-caption {
        width: 100% !important;
        left: 0 !important;
        /*padding: 85px 26px 0px !important;*/
        /*        top : 0 !important;*/
    }

    .carousel-caption p{
        font-size : 10px;
        text-align : center;
    }

}




@media only screen and (min-width: 600px) {

    #frameBooking {
        height: calc(100vh - 300px);
        max-height: calc(100vh - 300px);
    }
    .img-stx {
        width: calc(90% );
    }
    .img-gall {
    }
    /*.img-gallary-container {
        position: relative;
        height: calc(70vh);
    }*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
    #frameBooking {
        height: calc(100vh - 300px);
        max-height: calc(100vh - 300px);
    }
    .img-stx {
        /*height: 600px;*/
    }
    .img-gall {
    }

    .w-lg-50 {
        width: 50% !important;
    }
    .img-gallary-container {
        position: relative;
        height: calc(70vh);
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .img-stx {
        width: 500px;
    }
    .img-gall {
    }
    .img-gallary-container {
        position: relative;
        height: calc(70vh);
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .img-gallary-container {
        position: relative;
        height: calc(70vh);
    }

}





@media only screen and (min-width: 950px) {

    #frameBooking {
        height: calc(100vh );
        max-height: calc(100vh );
    }

    iframe{
        height : calc(100vh) !important;
    }
}




