* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(rgba(255, 255, 255, 0.726), rgba(255, 255, 255, 0.668)), url(../img/bg/bg.png);
    background-color: aliceblue;
    padding: 2px;
    color: darkslategray;
}



.row {
    width: 100% !important;
    margin-left: 0 !important;
}

.align-item-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand {
    color: white;
}

nav {
    position: relative;
    background: linear-gradient(140deg, #017276, #03989e, #017276);
    padding: 5px;

}

.navbar-toggler {
    position: absolute;
    top: 15px;
    right: 5px;
    color: white !important;
}

.nav-link {
    color: white !important;
}

.nav-item {
    display: flex;
    justify-content: center;
}

.img-logo {
    width: 40px;
    height: 40px;
}

.icon-faciliyies {
    display: flex;
    flex-direction: column;
    border: white solid 3px;
    border-radius: 5px;
    font-size: medium;
    color: gray;
}

.icon-faciliyies i {
    font-size: xx-large !important;
    margin-top: 20px;
}

.facilities {
    border: white solid 2px;
    background-color: aliceblue;
    padding: 15px;
    border-radius: 15px;
}
.icon-faciliyies:hover{
    background-color: white;
}
.reviews{
    border: rgba(255, 255, 255, 0.612) solid 2px;
    padding: 15px;
    border-radius: 15px;
}
.review-img{
border-radius: 50%;
border: gray solid 1px;
}


h2 {
    color: goldenrod !important;
}

p {
    color: gray;
}

@media screen and (max-width: 768px) {
    .img-logo {
        width: 80px;
        height: 80px;
    }
}