.home {
    padding: 0px 0px;
    background: white;
}
.content1 {
    max-width: 1300px;
    margin: 0 auto;
    /*padding: 0 20px;*/
}
.owl-carousel .item {
    position: relative;
}
.owl-carousel .item img {
    width: 100%;
    height: auto;
    display: flex;
    
}
.owl-carousel .item .text {
    position: absolute;
    top: 35%;
    left: 5%;
    color: white;
}
.owl-carousel .item h1 {
    font-family: serif;
    font-size: 40px;
    font-weight: 400;
}
.owl-carousel .item p {
    margin:  20 0;
}
.flex {
    display: flex;
    gap: 5px;
}
.primary-btn, .secondary-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: background 0.3s;
}
.primary-btn {
    background:  #A07855;
    color: #fff;
}
.secondary-btn {
    background: #A1887F;
    color: #fff;
}
.primary-btn:hover {
    background: rgb(139, 105, 75);
}
.secondary-btn:hover {
    background: #BCAAA4;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}
.card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    width: 300px;
}
.card img {
    width: 100%;
    height: auto;
    display: block;
}
.card .caption {
    padding: 15px;
    text-align: center;
}
.card .caption p {
    margin: 10px 0;
}
.add {
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}
.add:hover {
    background: #0056b3;
}
.server-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    background-color: #D4B996;
    width: 100%;
    padding: 0;
    height: 80px;
    color: #D4B996;
    border-radius: 5px;
}
.title1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color:  #A07855;
}
/*------about-------*/
.top_about {
    margin-top: 10px;
}

.container_about {
    display: flex;
    justify-content: space-between;
}

.left_about {
    width: 48%;
    padding: 30px;
}

.right_about {
    width: 48%;
    padding: 30px;
}

.heading_about h1 {
    font-size: 45px;
    font-weight: 500;
    font-family: serif;
}

.heading_about h2 {
    margin: 30px 0;
    font-size: 40px;
    font-family: serif;
    font-weight: 400;
}

.left_about img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

/* Media Query for Responsive Design */
@media screen and (max-width: 768px) {
    .container_about {
        flex-direction: column;
        align-items: center;
    }

    .left_about,
    .right_about {
        width: 100%;
    }
}
/*-----counter------ */
.counter{
    background-color: #D4B996;
    border-radius: 15px;
    height: 230px; 
    width: 100%;
}

.counter .grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; /* Add some gap between the boxes */
    text-align: center;
    place-items: center;
   
}

.counter h1{
    font-size:40px; /* Sets the font size of the heading inside the counter section */
    color: white;
}

.counter hr{
    width: 200px; /* Sets the width of the horizontal rule */
    margin: 10px auto; /* Centers the horizontal rule horizontally with a margin of 10px on top and bottom */
    background: #A07855; /* Sets the background color of the horizontal rule */
    height: 2px; /* Sets the height of the horizontal rule */
    border: none; /* Removes any border around the horizontal rule */
    color: white;
}
.counter span{
    font-size:20px;
    color: white;
    margin-bottom:10px;
}
/*----room----*/
.room h1{
    font-size: 45px;
    font-weight: 500;
    font-family: serif;
    padding-left: 30px;
}
.room p{
    padding-left: 30px;
}
.text1 {
    padding: 15px;
}
.rate{
    margin-left: 30px;
}
.rate i {
    color: #ffcc00; /* star color */
    margin-right: 5px;
}

/*----galeri----*/

/* Style for the gallery section */
.galeri {
    padding: 20px; /* Adjust padding as needed */
    padding-top: 30px;
    padding-bottom: 90px;
    margin-bottom:20px;
   
}
.galeri h1 {
    font-size: 45px;
    font-weight: 500;
    font-family: serif;
    padding-left: 30px;
}

.galeri p {
    padding-left: 30px;
}

/* Style for the owl carousel */
.owl-carousel {
    margin-top: 20px; /* Top margin */
}

/* Style for each carousel item */
.owl-carousel .item {
    background-color: #fff; /* Item background color */
    border: none; /* Border color */
    border-radius: 8px; /* Rounded corners */
    padding: 10px; /* Padding inside each item */
}

/* Style for the carousel images */
.owl-carousel .item .image img {
    max-width: 100%; /* Ensure images are responsive within their containers */
    border-radius: 8px; /* Rounded corners for images */
}
/*------servis-------*/
.top_servis {
    margin-top: 10px;
}

.container_servis {
    display: flex;
    justify-content: space-between;
}

.left_servis {
    width: 48%;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    border-radius: 15px;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom:20px;
    background-color: #D4B996;
}

.left_servis .box{
    border: none;
    text-align: center;
    transition: 0.5s;
    padding: 20px;
}
.left_servis i{
    font-size: 50px;
    color:  white;
}
.left_servis h3{
    color:  white;
}

.right_servis {
    width: 48%;
    padding: 30px;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom:20px;
}

.heading_servis h1 {
    font-size: 45px;
    font-weight: 500;
    font-family: serif;
}

.left_servis img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

/* Media Query for Responsive Design */
@media screen and (max-width: 768px) {
    .container_servis {
        flex-direction: column;
        align-items: center;
    }

    .left_servis,
    .right_servis {
        width: 100%;
    }
}

/*-----lastpart------ */
.counter_ls{
    background-color: #D4B996;
    height: 230px; 
    width: 100%;
    margin-bottom: 2px;
}

.counter_ls .grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px; /* Add some gap between the boxes */
    text-align: center;
    place-items: center;
   
}

.counter_ls h1{
    font-size: 19px; /* Sets the font size of the heading inside the counter section */
    color: white;
}

.counter_ls hr{
    width: 100px; /* Sets the width of the horizontal rule */
    margin: 10px auto; /* Centers the horizontal rule horizontally with a margin of 10px on top and bottom */
    background: #A07855; /* Sets the background color of the horizontal rule */
    height: 2px; /* Sets the height of the horizontal rule */
    border: none; /* Removes any border around the horizontal rule */
    color: white;
}
.counter_ls span{
    font-size:15px;
    color: white;
    margin-bottom:10px;
}
.box_ls i{
    font-size: 35px;
    color: white;
    gap: 10px;
}

