@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('bootstrap.min.css');
@import url('nav.css');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    width: 100% !important;
}
body{
    width: 100% !important;
    height: 100%;
    padding: 0;
    margin: 0;
    /* overflow-x: hidden; */
}
.padding{
    padding:0 6rem;
}

.carousel-inner img{
    height: 500px;
    width: 100%;
    margin: auto;
    filter:brightness(50%);
}

.carousel-caption{
    position:absolute;
    top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
h1{
    font-size: 2rem;
    font-weight: bold;
}
h3{
    font-weight: bold;
}
h5{
    font-family: Arial, Helvetica, sans-serif;
}
.section-counter{
    counter-reset: my-sec-counter;
}
.section-counter h3{
    font-size: 1.5rem;
}
.section-counter h3::before {
    counter-increment: my-sec-counter;
    content:counter(my-sec-counter) ". ";
  }
#footer{
    margin-top: 20px;
}
footer{
    background-color: black;
    color: #fff;
    padding: 20px 0 0;
    bottom: 0px;
    position:relative;
}
footer h5{
    color: #e45b5b;;
    font-weight: bold;
    margin: 10px 0;
}
.footer-ul, .footer-ul2{
    margin: 0;
    padding: 0;
    list-style: none;
} 
.footer-ul li a , .footer-ul2 li a{
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.footer-ul li a:hover,.footer-ul2 li a:hover{
    color: #e45b5b;
}
.footer-ul2 li{
    display: inline-block;
    margin: 5px;
}

 .gallery{
        display: grid;
        grid-template-columns: auto auto auto auto;
    }
   .gallery div{
    height: 250px;
    width: auto;
    margin:10px;
    border:1px solid black;
   }
   .gallery div img{
    width: 100%;
    height: 250px;
    object-fit: fill;
   }
footer ul li{
    line-height: 2em;
}
.gallery .row{
    gap: 10px;
    justify-content: center;
}
ul.bullet{
    padding: 0;
    margin:0px;
}
.bullet li{
    line-height:2em;
    list-style-position: inside;
    font-family: "Poppins", serif;}
p{
    padding: 0;
    margin: 0;
    font-size: 17px;
    margin: 5px 0;
    font-family: "Roboto", serif;
}
.red-footer{
    position:relative;
    bottom: 0px !important;
    margin: 0 !important;
    width: 100%;
    left: 0;
    right: 0;

}
.testinominal{
    height: max-content;
    margin-bottom: 50px;
}
.amenties{
    background-color: #e45b5b;
    text-align: center;
    padding:10px;
    border-radius: 5px 0;
    /* width: 190px; */
    margin:5px auto;
    height: 130px;
   
}

  
.amenties strong{
    text-transform: uppercase;
    font-size: 12px;
   
}
.row.culture {
    row-gap: 15px;
}
.owl-carousel .item{
    height: 300px;
    /* width: 250px; */
}
.owl-carousel .item img{
    height: 300px;
    object-fit:fill;
}
.owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button.owl-prev {
    left: -0px;
  }
  .owl-nav button.owl-next {
    right: -0px;
  }
  .phone-wats{
    justify-content: space-between;
    display: flex;
    position: fixed;
    bottom: 20px;
    width: 100%;
    padding:0 10px;
}
.phone-wats img{
    width: 50px;
    object-fit: contain;
}
@media(max-width:912px){
    .gallery{
        display: grid;
        grid-template-columns: auto auto;
    }
    .gallery div img{
        object-fit:contain;
    }
}
@media(max-width:576px){
    
    .padding{
        padding:0 1rem;
    }  
    .testinominal{
    position: relative;
}
.container{
 padding:0 2rem;
}
.carousel img{
    height: 250px;
}
.carousel h5{
    display: none;
}
.gallery{
        display: grid;
        grid-template-columns: auto;
    }
    .gallery div img{
        object-fit:contain;
    }
}


