body{
    font-family: 'Open Sans', Arial, helvetica, sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
}
html{
    scroll-behavior: smooth;
}

@media (max-width: 786px) {
    body{font-size: 14px;}
}
.container{
    max-width: 1140px;
    width: 90%;
}
section{
    
    padding : 40px  0;
}
.section-heading{
  
    font-weight: 600;
    font-size: 1.6em;
    margin-bottom: 40px;
    text-transform: uppercase;
    
}

/* navbrand logo */
.logo{
    width: 200px;
    height: 45px;
}
.navbar.active{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
   
}
/* nav links */
.navbar-nav .nav-item .nav-link{
    color: #000000;
    border-bottom: 2px solid white;
    font-weight: 500;
    text-transform: capitalize;
}
.navbar-nav > .active > a {
    color: rgb(0, 0, 0);
    border-bottom: 2px solid white;
    
  }
.navbar-nav .nav-item .nav-link:hover{
    color: black;
    border-bottom: 2px solid grey;
}
/* toggle button styling */
.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

/* toggle button */
.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: #1f1f1f;

    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #777777;
}



.banner-image{
    background:linear-gradient(rgba(0, 0, 0, 0.209), rgba(0, 0, 0, 0.352)),  url("images/1.jpg") ;
    background-size: cover;
    background-position: center right;
    height: 66vh;
    margin-bottom: 40px;
}

.banner-image .textbx{
    max-width: 500px;
    
}
.banner-image .textbx h1{
    font-size: 2.1em;
    font-weight: 600;
    text-transform: capitalize;
}
.banner-image .textbx h2{
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.banner-image .textbx p{
    font-size: 1em;
    line-height: 25px;
}
.btn{
    background-color: #3fa3d1;
    color: #ffffff;
    font-size: 1em;
}
.btn:hover{
    background-color: #2684b0;
    color: #ffffff;
}



/* services */
.card-img-top{
    height: 240px;
}
.roomsSec .card-body h3{
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px 0;
}
.roomsSec .card-body p{
    font-size: .9em;
}
.roomsSec .cardsec{
    padding: 0 10px;
}



/* farea */
.farea{
    background: linear-gradient(rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0.736)), url("images/8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.farea h3{
    color: white;
    font-size: 2em;
    text-transform: capitalize;
    max-width: 750px;
    text-align: center;
    line-height: 50px;
   
    margin: 0 auto;
}


/* reviews  */
.reviews h2{
    margin-top: 20px;
    margin-bottom: -5px;
}
.reviews .reviewbox{
    background-color: #f9f9f9;
    padding: 10px ;
}
.reviews .quotes{
    width: 30px;
    margin: 0 auto;
}
.reviews p{
    margin-top: 10px;
    color: #787373;
    text-align: center;
    font-size: .9em;
}
.reviews .personimg{
    width: 90px;
    height: 90px;
    border: 1px solid #3FA3D1;
    border-radius: 50%;
    margin: 10px auto 0;

}
.reviews h4{
    font-size: .9em;
    text-align: center;
    margin-top: 5px;

}
  
 .slick-slide {
    margin: 0px 20px;
}


.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* about section */
.aboutsec .image img{
    width: 100%;
    max-height: 400px;
    height: auto;
  
}
.aboutsec h2{
    font-size: 1.7em;
    font-weight: 600;
}
.aboutsec h4{
    font-size: 1.1em;
    font-weight: normal;
    line-height: 26px;
}
/* footer */
.footer{
    background-color: #111111;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
   width: 100%;
}
.footer p{
    font-size: .9em;
    padding-top: 8px;
  
}
.footer .p2{
    text-align: right;
}
.footer a{
    color: #ffffff;
    text-decoration: none;
    float: right;
}
/* contact */
.contact{
    padding: 30px 0 10px;
    background: #111111;
    margin-top: 40px;
}
.contact h3{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.contact h4{
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact p{
    color: #e8e8e8;
    font-size: 14px;
}
.contact h5{
    font-size: 14px;
    color: #ffffff;
}
.contact .links a{
    display: block;
    color: #e8e8e8;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
}


.contact .dayBox p{
display: inline-block;
width: 90px;
}
.contact .btn-info{
   background-color: #3fa3d1 ;
   padding: 5px 10px;
   font-size: 16px;
   color: white;
}
/* contact details for mobile */

.mobilecontact{
    background-color: #111111;
    padding: 20px 0;
    display: none;
    padding-top: 40px;
}
.mobilecontact .btn-info{
    background-color: #3fa3d1 ;
    margin-left: 10px;
    font-size: 13px;
    padding: 4px 10px;
    margin-top: 5px;
    color: white;
    margin-bottom: 10px;
 }
.accordion-item{
   background-color: transparent;
   margin: 0px 0;
   width: 100%;
 
}
.accordion-link {
   display: flex;
   justify-content: space-between;
   color: white;
   text-decoration: none ;
 

}
.accordion-link:hover{
   color:white ;
}
.accordion-link p{

   width: 100%;

}
.accordion-link .ion-remove{
   display: none;
 font-size: .7em;
  border: none;

}
.accordion-link .ion-add{
  
 font-size: .7em;
  border: none;

}

.accordion .content{
   max-height: 0;
   overflow: hidden;
   position: relative;
   transition: max-height 650ms;
}
.accordion .content p{
   color: white;
   margin-left: 10px;
   font-size: .9em;
}
.accordion .content .icon{
    margin: 5px 5px;
    border: 1px solid rgb(230, 228, 228);
    
}
.accordion .content .icon:first-child{
    margin-left: 10px;
}
.accordion .content::before{
   content: "";
   position: absolute;
   width: .3em;
   height: 90%;
   background-color: rgb(255, 255, 255);
   top: 50%;
   left: 0;
 
   transform: translateY(-50%);


}
.accordion-item:target .content{
   max-height: 20em;
}
.accordion-item:target .accordion-link p{
   border-bottom: 1px solid white;
}
.accordion-item:target .accordion-link .ion-add{
   display: none;
}
.accordion-item:target .accordion-link .ion-remove{
   display: block;
}
.mobilecontact h3{
   text-transform: uppercase;
   color: white;
   font-size: .9em;
   margin-left: 10px;
   margin-top: 8px;
}
.mobilecontact h5{
   font-size: .9em;
   color: white;
   margin-left: 10px;
}
.mobilecontact i{
   font-size: 1em;
   color: white;
   margin-left: 10px;
   font-size: 14px;
   width: 25px;
   height: 25px;
   border-radius: 50%;
   text-align: center;
   padding-top: 5px;
   margin-right: 10px;
}
.mobilecontact p{
   margin: 3px ;
}
.mobilecontact .dayBox:first-child{
    margin-top: 6px;
}
#box1 .content p{
font-size: .9em;
}




/* responsiveness */

@media (max-width: 992px){
    .aboutsec img{
        display: block;
        max-width: 600px;
        margin: 10px auto;
    }
}



@media (max-width: 756px){
    .roomsSec .cardsec{
        margin: 0 auto;
    }
    .roomsSec .card-body{
        padding: 5px 8px;
    }
    .card-img-top{
        height: 180px;
    } 
    .roomsSec .card-body h3{
        margin: 5px 0 5px;
    } 
    .farea h3{
        font-size: 1.3em; 
        line-height: 35px;
    }
    .farea{
      
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 786px){
   
    .footer p{
      font-size: 11px;
    }
    .contact{
        display: none;
    }
    .mobilecontact{
        display: block;
    }
}


@media (max-width: 576px){
    .banner-image .textbx h1{
        font-size: 1.5em;
        font-weight: 600;
    }
    .banner-image .textbx p{
        font-size: 1em;
        line-height: 21px;
    }
    .aboutsec h2{
        font-size: 1.4em;
        font-weight: 600;
    }
    .aboutsec .image img{
        width: 100%;
        max-height: 300px;
        height: auto;
        margin-bottom: 20px;
      
    }
}