body{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #565548;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}
.break{
    word-spacing: 20px;
    word-wrap: break-word;
}
.container-fluid{
    padding: 0;
    width: 100%;
    height: 100%;
}
.row{
    margin: 0 auto;
}

.main-image-wrapper{
    position: relative;
}
.main-image-wrapper .text-block{
    position: absolute;
    width: 75%;
    top: 20%;
    left: 9%;
    color: rgb(255, 255, 255);
    padding: 20px;
}
.text-block-title{
    font-size: 27pt;
    font-weight: 700;
}
.main-image{
    height: 41vw;
    width: 100%;
    object-fit: cover;
}
.main-content-wrapper{
    padding: 30px 0 60px 0;
}
.row-main{
    padding: 0 10%;
}
.col-main{
    padding: 0.75vw;
    /* height: 20vw; */
}
.gallery-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.tabs-wrapper{
    margin: 0 11%;
    margin-top: 30px;
    /* margin-bottom: 50px; */
}
.nav-tabs {
    /* border-bottom: 1px solid #977f5d !important; */
}
.nav-tabs .nav-link.active {
    font-weight: 700;
    color: #977f5d;
    /* border: transparent; */
}
.nav-tabs .nav-link{
    font-weight: 300;
}
.nav-tabs .nav-link:hover {
    /* border: transparent; */
    /* border-bottom: 1px solid #977f5D; */
}
.nav-tabs .nav-link.active:hover {
    /* border: transparent; */
    /* border-bottom: transparent; */
}



/* .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 115px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.modalImage {
    margin: auto;
    display: block;
    width: 70%;
    height: 60%;
    max-width: 700px;
    object-fit: contain;
}
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: rgb(255, 0, 0);
    cursor: pointer;
} */

/* The Modal (background) */
/* .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 145px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
} */
  
/* Modal Content */
.modal {
    padding-right: 0 !important;
}
.modal-dialog{
    width: 55%;
    max-width: unset;
}
/* .modal .slider-for{
    text-align: center;
    top: 15%;
    height: 34vw;
} */
/* .modal .slick-prev{
    left: 3%;
}
.modal .slick-next{
    right: 3%;
} */

/* .modal .accomodation-image-item{
    width: 100% !important;
    height: 34vw;
    display: inline-block !important;
}
.modal .accomodation-sliding-image{
    width: 100%;
} */
/* .modal .prevprev:hover,
.nextnext:hover {
  background-color: rgba(0, 0, 0, 0.8);
} */
.modal .prevprev{
    position: absolute;
    top: 45%;
    left: 5%;
    font-size: 20pt;
    color: #977F5D !important;
    transition: 0.6s ease;
    border-radius: 20px;
    user-select: none;
    -webkit-user-select: none;
    width: 25px;
    text-align: center;
    background-color: white;
}
.modal .prevprev:hover{
    cursor: pointer;
}
.modal .nextnext:hover{
    cursor: pointer;
}
.modal .nextnext{
    position: absolute;
    top: 45%;
    right: 5%;
    font-size: 20pt;
    color: #977F5D !important;
    transition: 0.6s ease;
    border-radius: 20px;
    user-select: none;
    -webkit-user-select: none;
    width: 25px;
    text-align: center;
    background-color: white;
}
.modal img{
    width: 100% !important;
    height: 34vw;
    display: inline-block !important;
    object-fit: cover;
}
.col-accomodation-left .show{
    padding-right: 0 !important;
}
.show body{
    padding-right: 0;
}
.modal-open body{
    padding-right: 0 !important;
}
.mySlides {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {opacity: .6}
    to {opacity: 1}
} 
@keyframes fade {
    from {opacity: .6}
    to {opacity: 1}
}
/* .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 50%;
    max-width: 1200px;
} */
  
/* The Close Button */
/* .close {
    color: white;
    position: absolute;
    top: 135px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
  
.close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
  
.mySlides {
    display: none;
}
  
.cursor {
    cursor: pointer;
} */
  
/* Next & previous buttons */
/* .previous, .nextnext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white !important;
    font-weight: bold;
    font-size: 20pt;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
} */
  
/* Position the "next button" to the right */
/* .nextnext {
    right: 0;
    border-radius: 3px 0 0 3px;
} */

/* .previous{
    position: absolute;
    top: 45%;
    left: 5%;
    font-size: 20pt;
    color: #977F5D !important;
    transition: 0.6s ease;
    border-radius: 20px;
    user-select: none;
    -webkit-user-select: none;
    width: 25px;
    text-align: center;
    background-color: white;
}

.nextnext{
    position: absolute;
    top: 45%;
    right: 5%;
    font-size: 20pt;
    color: #977F5D !important;
    transition: 0.6s ease;
    border-radius: 20px;
    user-select: none;
    -webkit-user-select: none;
    width: 25px;
    text-align: center;
    background-color: white;
} */
  
/* On hover, add a black background color with a little bit see-through */
/* .previous:hover, .nextnext:hover {
    background-color: rgba(0, 0, 0, 0.8);
} */
  
/* Number text (1/3 etc) */
/* .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
} */
  
/* .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
} */
  
/* .demo {
    opacity: 0.6;
}
  
.active, .demo:hover {
    opacity: 1;
}
  
img.hover-shadow {
    transition: 0.3s;
}
  
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal-content img{
    width: 100%;
    height: auto;
}
.mySlides {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {opacity: .6}
    to {opacity: 1}
} 
@keyframes fade {
    from {opacity: .6}
    to {opacity: 1}
} */

@media screen and (min-width:2001px){
    /* .text-block-title {
        font-size: 3.5em;
    } */
}

@media screen and (max-width:1180px){
    .text-block-title {
        font-size: 25pt;
    }
    
    .modal-dialog{
        width: 60%;
    }
    .modal img{
        height: 38vw;
    }
}

@media screen and (max-width: 991px){
    .modal-dialog{
        width: 70%;
        margin:  3rem auto 0 auto;
    }
    .modal img{
        height: 42vw;
    }
}

@media screen and (max-width:768px){
    .main-image-wrapper .text-block{
        left: 8%;
    }
    .text-block-title {
        font-size: 20pt;
    }
    .col-main{
        height: 25vw;
    }
    .main-image{
        height: 310px;
    }
    /* .modal{
        top: 100px;
    } */
    .modal-dialog{
        width: 80%;
        margin: 0.5rem auto !important
    }
    .modal img{
        height: 46vw;
    }



    .nav-tabs .nav-item {
        padding: 0;
    }
    .nav-tabs .nav-link {
        color: #977f5d;
    }
}

@media screen and (max-width:575px){
    .main-image-wrapper .text-block{
        left: 7%;
    }
    .text-block-title {
        font-size: 18pt;
    }
    .col-main {
        padding: 0 0.75vw 25px 0.75vw;
        height: 50vw;
    }
    .modal-dialog{
        width: 90%;
    }
    .modal .img{
        height: 50vw;
    }
    .nav-tabs .nav-link {
        padding: 10px;
    }
}

@media screen and (max-width:445px){
    .main-image-wrapper .text-block{
        left: 6%;
    }
}

@media screen and (max-width:370px){
    .main-image-wrapper .text-block{
        left: 4%;
    }
}