body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Caveat', cursive;
font-family: 'Libre Baskerville', serif; */
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Quicksand', sans-serif;
font-family: 'Roboto', sans-serif; */
    overflow-x: hidden;
}

/* #crousel-start{
    margin-top: 100px;
} */




/* navbar ----------------------------- */

.nainikalog {
    border-radius: 5px;
}

.nainikalog:hover {
    opacity: 0.7;
}

.navbar-me {
    background: linear-gradient(300deg, #dff0f0, rgb(242, 235, 222), white);

    animation: gradient 18s ease infinite;
}

.navbar-me {
    background-color: white;
}

.navbar-nav {
    margin-left: 40px;
}

.moveme {
    margin-left: 20px;
}

.navme:hover {
    background-color: orange;
    border-radius: 5px;
}

.buttontype {
    margin-left: 400px;
}

/* .itssocial{ */
/* margin-left:200px; */
/* } */
/* ------------------------------------crousel start--------------------- */
.imgchng {
    height: 500px;
}

@media (max-width:768px) {
    .imgchng {
        height: 300px;
    }
}

/* .prev{
    padding: 5px;
    border: 3px solid black;
    height: 30px;
    width: 25px;
} */
/* .next{
    padding: 5px;
    border: 3px solid black;
    height: 30px;
    width: 25px;
   
}
.prev:hover{
    background-color: orange;
}
.next:hover{
    background-color: orange; */
/* } */
.chngeme:hover {
    color: rgb(14, 172, 14);
}


/* icons */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  
  .icon-bar a:hover {
    background-color: #000;
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .instagram {
    background-color: #e0082c;
    color: rgb(232, 16, 16);
  }
  
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  }
  

/* services */
.servicesget {
    margin-top: 50px;
    /* background-color: rgb(242, 235, 222); */
    height: auto;
}





/* --------------------------------------------- */

/* gallerry */
.images {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.text {
    background-color: rgb(14, 172, 14);
    color: white;
    font-size: 16px;
    padding: 3px 8px;
    border-radius: 5px;
    margin-bottom: 50px;
    border: none;
}

.hideme {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;

}

/* .roomme{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
   
}
.imgk:hover .roomme{
    opacity: 1;
} */
.imgk:hover .images {
    opacity: 0.5;
}

.imgk:hover .hideme {
    opacity: 1;
}

/* .hideme:hover{
    margin-bottom: 100px;
    color: black; */

/* } */
.gallery-set {
    margin-top: 40px;
}

/* .................................................. */
/*  hotel overview  */
.heading {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sectionme {
    margin-top: 30px;
}

.top-me {
    margin-top: 40px;
}

.givemem {
    margin: 0;
}

.giveme {
    height: 100%;
    width: 100%;
}

.spreadme {
    margin-top: 60px;
}

.spreadme h1 {
    text-align: center;
}

.top-me {
    margin-top: 30px;
}

.card-body h5 {
    margin-top: 5px;
    text-align: center;
}

.card-text {
    text-align: center;
    font-size: 20px;
    font-weight: 250;
}

.btn-group {
    margin-left: 95px;
    margin-bottom: 5px;



}

.stateme {
    background-color: white;
}

.stateme:hover {
    background-color: orange;
}

.btn-group .movesss {

    text-align: center;

}

.apointme {
    margin-left: -30px;

}

.my-grd {
    background-color: rgb(242, 235, 222);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1px;
    height: auto;
    width: 100%;
}

.my-grd .itsgrid img {
    height: 300px;
    width: 100%;
}


.itsgrid {
    text-align: center;

}

.itsgrid h5 {
    margin-top: 20px;
}

@media (max-width:592px) {
    .itsgrid p {
        font-size: 13px;
    }
}

@media (max-width:500px) {
    .my-grd .itsgrid img {
        height: 190px;
    }
}

.movsss {
    text-align: center;
}

.buttoneffect {
    padding: 6px;
    border-radius: 6px;
    background-color: white;
    border: none;
    width: 45%;
}

.buttoneffect:hover {
    background-color: orange;

}

/* bookme */
.bookme {
    background-image: url(../assets/hotelimages/view2.jpg);
    width: 100%;
    height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    margin-top: 50px;
}

.spc {
    position: relative;
    top: 90px;
    left: 100px;
}

.Mountain {
    color: white;
}

.words {
    color: white;
}

.btn-exp:hover {
    background-color: orange;
}


/* testimo review */
.reviews {
    text-align: center;
    margin-top: 30px;
}

.block-g {
    width: 50%;
}

.testimo {
    height: auto;

    background-color: azure;
}

.nextme {
    width: 70%;
    margin-left: 220px;

}

.nextme {
    margin-top: 90px;

}

.testimo2 {
    background-color: rgb(242, 235, 222);
    display: flex;
    height: 50px;
    border-radius: 55px;
}

.testimo2 img {
    border-radius: 50%;
    margin-top: 5px;
    margin-left: 15px;

}

.foredit {
    font-size: 13px;
    font-weight: 550;
    margin-bottom: 10px;
    /* position: relative;
    top: 25px;
    right: 110px; */
}

.nextme p {
    font-size: x-large;
    font-weight: 500;
    margin-top: 45px;
    text-align: center;

}

.testimo2 img h4 {
    margin-left: 20px;
    width: 100%;
}

.slide .selectme .colorme {
    background-color: grey;
    position: relative;
    top: 50px;
}

.slide .selectme .colorme:hover {
    background-color: black;
}


/* footer */
.legend {
    width: 100%;
}

.giveitcenter {
    text-align: center;
    position: relative;
    bottom: 30px;
    left: 460px;
}



.colormes {
    color: rgb(215, 27, 58);
}

.colormes:hover {
    opacity: 0.8;
}

.walkme {
    color: black;
    opacity: 0.7;
}

.walkme:hover {
    opacity: 0.6;
    color: black;
}


/* Footer styles */
.footer {

    color: black;
    padding: 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-logo img {
    width: 120px;
    /* Adjust size as needed */
    height: 60px;
}

.footer-menus {


    display: flex;
    margin: auto;

}

.footer-menu {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    margin: auto;
    /* padding-left: 5%; */
}


.footer-menu a {
    text-decoration: none;
    color: black;
    opacity: 0.7;
    margin: 5px;

}

.footer-menu a:hover {
    opacity: 0.6;
}

.footer-social-icons {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.social-icon {
    display: inline-block;
    margin: 0 10px;

}

.social-icon img {
    width: 30px;
    /* Adjust size as needed */
    height: auto;
}

.footer-copyright {
    margin-top: 20px;
    text-align: center;
}

/* Responsive styles */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-menu {
        margin: 10px 0;
    }
}