/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@600&family=Oregano&family=Varela+Round&display=swap');

.fsize {
  font-size: 4rem;
}

@font-face {
  font-family: mnfont;
  src: url(../fonts/PoetsenOne-Regular.ttf);
  font-weight: bold;
}

.mnfont {
  font-family: 'mnfont', cursive;
}
.mnfnt {
  font-family: 'Oregano', cursive;
}
.mnfnt1 {
  font-family: 'Comfortaa', cursive;
}
.mnfnt2 {
  font-family: 'Varela Round', sans-serif;

}

.txtdecnn {
  text-decoration: none;
}


/* Navbar Brand Logo */
.navlogo {
  max-height: 80px;
}

.navairbnb {
  max-height: 30px;
}



/* page heading */
.ph-background{
  background: rgba(0, 0, 0, 0.69) url('../images/caro1.jpg') no-repeat;
  background-size: cover;
  padding-top: 20vh;
  min-height: 40vh;
  background-attachment: scroll;
  background-position: top;
  position: relative;
  background-blend-mode: darken;
}


/* Top Thick Border */
.tbt{
  box-shadow: 0px -5px 0px #0d6efd;
}


/* Image hover effect */

.ihezr:hover {
  transform: scale(1.1) rotate(1deg);
  transition: all 0.2s;
  border-color: #fff;

}
      


/* QT BG */
.qt-background{
  background: rgba(0, 0, 0, 0.8) url('../images/about.jpg') no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  background-blend-mode: darken;
  
}
.qt-background p {
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Arbutus Slab', serif;
  text-shadow: 2px 2px 6px #0d6efd;
}

.qt-background span {
  color: #fff;
  font-family: 'Arbutus Slab', serif;
  text-shadow: 1px 1px 3px #0d6efd;
}

/* bg texture */
.bgtr{
  background: url('../images/background.jpg') repeat;

}

/* bg 1 */
.bg1{
  background: rgba(0, 0, 0, 0.0) url('../images/about.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  background-blend-mode: darken;
  min-height: 90vh;

}
/* bg 2 */
.bg2{
  background: rgba(0, 0, 0, 0.5) url('../images/about.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  background-blend-mode: darken;


}

/*dark overlay*/
.doverlay{
  background: rgba(0, 0, 0, 0.4);
}

/* bg rooms */
.bgrooms{
  background: rgba(0, 0, 0, 0.0) url('../images/bedroom.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  background-blend-mode: darken;
  min-height: 90vh;

}


/* footer bg */
.ftr-background{
  background: rgba(0, 0, 0, 0.9) url('../images/about.jpg') no-repeat;
  background-size: cover;
  padding: 50px 0;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  background-blend-mode: darken;
  
}

/* Back to top button */
#back-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #25D366;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    font-size: 30px;
}
#back-to-top:hover {
    background: #fff;
    color: #25D366;
    box-shadow: 0px 0px 10px #25D366;
}
/* Contact button */
.ctabottom {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    z-index: 9998;
    font-size: 28px;
    text-align: center;
    background: #25D366;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #075E54;
}
.ctabottom i {
  vertical-align: middle;
}
.ctabottomcall {
  left: 30px;
}
.ctabottom:hover {
  background: #fff;
    color: #25D366;
    box-shadow: 0px 0px 10px #25D366;
}


/* media queries  */

@media (max-width:1200px){
  .fsize {
  font-size: 4rem;
}


}

@media (max-width:991px){
  .fsize {
  font-size: 3.5rem;
}

}

@media (max-width:768px){
  .fsize {
  font-size: 2.5rem;
}
/* bg 1 */
.bg1{
  background: rgba(0, 0, 0, 0.0) url('../images/about.jpg') no-repeat;
background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  background-blend-mode: darken;
  min-height: 90vh;
}

/* bg rooms */
.bgrooms{
  background: rgba(0, 0, 0, 0.0) url('../images/about.jpg') no-repeat;
background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  background-blend-mode: darken;
  min-height: 90vh;
}



}

@media (max-width:450px){
  .fsize {
  font-size: 2rem;
}



  

}