
html {
    scroll-behavior: smooth;
  }

body{
    font-family: 'Advent Pro', sans-serif;

}

/* side navigation */

.fa-bars{
    position:fixed;
    right:20px;
    top:20px;
    font-size:30px;
    z-index:2;
}

.burger{
    display:none;
}

.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed;
    z-index: 23; 
    top: 0; 
    right: 0;
    background-color: #832583; 
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
  }
  
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
 
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  

  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }



/*---------------- Navigation Bar-----------------*/
.navigation{
    position:relative;
    z-index:15;
}



.nav-heading{
    color:white;
}

.nav-link{
    color:#832583;
    font-weight:600;
    font-size:18px;
}

.navbar-brand{
    margin-left:50px;
}

.nav{
    margin-right:50px;
}


 /* .carousel-item:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,.5);
    z-index:14;
}  */

.carousel-control-prev{
    z-index:15;
}
.carousel-control-next{
    z-index:15;
}

.carousel-caption{
    top:55%;
    left:40%;
    transform:translate(-50%, -50%);
    z-index:15;
}




.slider-heading {
    color:white;
     /* font-size:50px; */
    font-weight:800; 
}

.slider-paragraph{
    /* font-weight:600;
    font-size:23px; */
}

@media only screen and (max-width: 600px) {
    .slider-heading{
       font-size:30px;
    }
   
   }

.slider-img{
    width: 100%;
    height: 55vh;
}

.nav-link-main{
    font-size: 14px;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    color:black;
}

.nav-link:hover{
  color:black;
}

.nav-scroll{
    background-color:#CB9286;
}

.nav-link-scroll{
    font-size: 14px;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    color: rgba(255,255,255,.6);
    
}

.navigation-scroll{
    position:fixed;
    top:0px;
    z-index:20;
    width:100%;
    display:none;
    background-color:white;
}

.navigation-scroll-show{
    display:block;
}


/* ----------------MAIN-PAGE---------------- */

.main{
 margin-top:5%;
}

.heading{
    color:#832583;
    margin-top:20px;
    margin-bottom:20px;
}

.line{
    height:3px;
    background-color:#832583;
    width:25%;
}

.main-content{
padding-top:20px;

}

.main-bg-color-gray{
background-color:#f2edf3;
}
.main-bg-color-blue{
background-color:#832583;
}

.subscribe{
    margin-top:40px;
    margin-bottom:40px;
}
footer{
    padding-bottom:50px;
    padding-top:50px;
    background-image:url(image/bg-ftr.jpg);
    background-size:contain;
}

.footer-heading{
    color:white;
}

.email-btn{
    background-color:#832583;
    color:white;
}

.margin-top-bottom{
    margin-top:50px;
    margin-bottom:50px;
}





/* --------------------MAIN-PAGE END----------------- */











/* ------------ACCOMODATION-PAGE------------ */

/* Image Background */
.img-background{
    background-image: url("img/img_6542.jpg");
    background-position:center center;
    background-size:cover;
    height:60vh;
    position:relative;
}

.img-background:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,.5);
  }

.img-background-row{
    height:100%;
}

.img-bg-text{
    color:white;
}

.accomodation-info{
    margin-top:100px;
}

.accomodation-button{
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    background-color: #a2bdbe;
    border-radius:300px;
    padding:10px 20px;
    border:none;
}

.img-background-row > .col-6 > h1{
    font-size:80px;
    font-weight:700;
}

.synapso-logo{
    height:43px;
    width:162px;
}



/* -------ACCOMODATION-PAGE END--------------- */





/* responsive */

@media only screen and (max-width: 1090px) {

.slider-heading{
    font-size:20px;
}

.slider-paragraph{
    font-size:14px;
}

.heading{
    font-size:25px;
}

}


@media only screen and (max-width: 692px) {

.burger{
    display:block;
}
.navbar{
    display:none;
}

.navigation-scroll{
    display:none;
}

}

