body{
    background-color: #fff;
}

.hero {
    /* background: url('https://source.unsplash.com/1600x400/?hotel,casino') center center/cover no-repeat; */
    color: white;
    text-align: center;
    padding: 100px 20px;
}
.hero h1 {
    font-size: 3rem;
    font-weight: bold;
}
.hero p {
    font-size: 1.25rem;
}
.section-title {
    text-align: center;
    margin-bottom: 2rem;
}

/* start product bootstrap styles */

.container {
max-width: 960px;
}

.site-header {
background-color: rgba(0, 0, 0, .85);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);

}
.site-header a {
color: #efe8d8;
transition: color .15s ease-in-out;
text-decoration: none;
font-weight: bold;
}
.site-header a:hover {
color: #fff;
text-decoration: none;
}

#testimonials{
    background-color: #efe8d8;
}

/*
* Dummy devices (replace them with your own or something else entirely!)
*/

.product-device {
position: absolute;
right: 10%;
bottom: -30%;
width: 300px;
height: 540px;
background-color: #333;
border-radius: 21px;
transform: rotate(30deg);
}

.product-device::before {
position: absolute;
top: 10%;
right: 10px;
bottom: 10%;
left: 10px;
content: "";
background-color: rgba(255, 255, 255, .1);
border-radius: 5px;
}

.product-device-2 {
top: -25%;
right: auto;
bottom: 0;
left: 5%;
background-color: #e5e5e5;
}

.FeautureWithPicture{
    background-color: #efe8d8;
}


/*
* Extra utilities
*/

.flex-equal > * {
flex: 1;
}
@media (min-width: 768px) {
.flex-md-equal > * {
    flex: 1;
}
}
  


/* end product bootstrap styles */

/* start feathures with photo */

.featurette-divider {
margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
font-weight: 300;
line-height: 1;
/* rtl:remove */
letter-spacing: -.05rem;
}

.hotel-feature{
    background-color: #28a7e9;
    margin: 25px;
    min-width: 100px;
    border-radius: 30px;
    color: #efe8d8;
    min-width: 250px;
    
}

.hotel-feature-icon{
    background-color: #efe8d8;
    color: #28a7e9;
}

.casino-insights-container{
    background-color: #333;
    border-radius: 30px;
    color: #efe8d8;
}

#casino-insights{
    background-color: #efe8d8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerHref{
    color: #efe8d8;
}

.wow{
    min-width: 250px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
}

.featurette-heading {
    font-size: 50px;
}
}

@media (min-width: 62em) {
.featurette-heading {
    margin-top: 7rem;
}
}

  /* end feathures with photo */


#home
{
    /* ../images/home-bg.jpg */
background-color: #efe8d8;
/* background-size: cover;
color: #fff;
padding-top: 70px;
padding-bottom: 70px;
text-align: center;
width: 100%; */
}
.home-picture{
    background-color: #efe8d8;
}
#home p
{
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
}
#home img
{
    display: inline-block;
    margin-top: 0px;
}

/* ../images/luxury-bedroom-with-comfortable-bed-modern.jpg */
.bg-with-picture {
    background: url('../images/luxury-bedroom-with-comfortable-bed-modern.jpg') no-repeat center center; 
    background-size: cover;
    color: #fff;
    padding-top: 170px;
    padding-bottom: 170px;
    text-align: center;
    /* width: 100%; */
    border-radius: 30px;
}

section{
    margin: 0px;
    
}

.About_Us_1{
    background-color: #efe8d8;
}

/* ../images/modern-apartment.jpg */
.About_Us_2{
    background: url('../images/modern-apartment.jpg') no-repeat; 
    background-size: cover;
    color: black;
    padding-top: 170px;
    padding-bottom: 170px;
    text-align: center;
    /* width: 100%; */
    border-radius: 0px;
    background-color: #efe8d8;
}

/* start pricing */
#pricing
    {
        background: #efe8d8;
        
        padding-top: 80px;
        padding-bottom: 80px;
    }
#pricing .myheader
    {
        text-align: center;
    }
#pricing h2
    {
        text-align: left;
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 12px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #28a7e9;
        border-radius: 0px;
        color: #28a7e9;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}
/* end pricing */

/* start About our service  */
.templatemo-box{
    min-width: 200px;
 background-color: #efe8d8;
 border-radius: 30px;
}
/* end About our service  */

.bigImgFeature{
 border-radius: 30px;
 max-width: 500px;
 max-height: 500px;
}

/* Стили для модального окна */
.modal {
    display: none; /* Изначально скрыто */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 500px;
}

.modal-header {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.modal-body {
    margin-bottom: 20px;
    color: #555;
}

.modal-body p {
    margin: 5px 0;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
}

.modal-footer button {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-ok {
    background-color: #4CAF50;
    color: white;
}

.btn-cancel {
    background-color: #f44336;
    color: white;
}

.myli{
    list-style-type: none;
}

.btnContainer{
    text-align: center;
}



 /* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .bigImgFeature{
        border-radius: 30px;
        max-width: 200px;
        max-height: 200px;
       }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .bigImgFeature{
        border-radius: 30px;
        max-width: 300px;
        max-height: 300px;
       }
    
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .bigImgFeature{
        border-radius: 30px;
        max-width: 300px;
        max-height: 300px;
       }
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    .bigImgFeature{
        border-radius: 30px;
        max-width: 300px;
        max-height: 300px;
       }
 }

/* // X-Large devices (large desktops, less than 1400px) */
/* @media (max-width: 1399.98px) { ... } */