
.head ul {
    list-style: none;
    display:flex;
    font-size:large;
}

.head ul li a{
    padding-left: 10px;
    padding-right: 10px;
}
.head ul li a:hover{
    color: rgb(255, 255, 255);
    background-color: blue;
    font-variant: small-caps;
}
nav{
    padding: 5px;
    background-color: rgb(29, 165, 228);
}
.cf{
    background-color: rgb(29, 165, 228);
    height: 57px !important;
}
.dropdown-menu{
    font-size: large;
    font-weight:500;
    background-color: rgb(29, 165, 228);
}
.dropdown:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }
  nav .con ul li {
    font-size: large;
    font-weight:500;
    padding-left: 20px;
  }
  nav .con ul li a{
    position: relative;
    z-index: 1;
  }
  nav .con ul li a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: rgb(20, 134, 187);
    z-index: -1;
    transition: transform 0.3s;
  }
nav .con ul li a:hover::after {
    transform: scaleY(1);
}
.card{
    height: 100%;
}

@media (min-width: 576px) {
    .carousel-item img {
        width: 100% !important;
        height: 600px;
        max-height: 600px;
    }
}

.news .card{
    height: 100%;
}
.room a{
    text-decoration: none;
}
/* .room:hover{
    background-color: rgb(187, 187, 187);
}*/




.ss .cc
{
    max-width: 300px;
    height: 215px;
    margin: 30px 10px;
    padding: 20px 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    transition: 0.3s ease-in-out;
}
.ss .cc:hover
{
    height: 450px;
}
.ss .cc .imgContainer
{
    position: relative;
    width:250px;
    height:250px;
    top:-50px;
    left:10px;
    z-index: 1;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.ss .cc .imgContainer img
{
    max-width: 100%;
    border-radius: 4px;
}
.ss .cc .content
{
    position: relative;
    margin-top: -140px;
    padding: 10px 15px;
    text-align: center;
    color:#111;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
}
.ss .cc:hover .content
{
    visibility: visible;
    opacity: 1;
    margin-top: -40px;
    transition-delay: 0.3s;
}

@media (max-width: 330px){
    .ss .cc .imgContainer{
        left: -2px;
    }
}

.hover-zoom{
    transition: all .4s;
}
.hover-zoom:hover{
    transform: scale(1.10);
}

.foot a{
    text-decoration: none;
    color: black;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.social ul li{
list-style: none;
display: flex;
float: left;
}
.social ul li a{
    padding-left: 10px;
    padding-right: 10px;
}

footer{
    overflow-x: hidden;
}

 .logo .content {
display: flex;
float: right;
   
}
/* .fcontent{
    display: flex;
    align-items: center;
    justify-content: center;
} */