@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Pacifico&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

  /*navbar and menu*/

  .navbar{
    
    justify-content: space-around !important;
    background-color:#f1f1f1;
  }
  
  .nav-item{
   padding-left: 15px;
    padding-right: 1px; 
  }
  .nav-link{
    color: #0E75BC!important;
    font-family:  "Playfair Display SC", serif;
  
    
  }
  
  .nav-link:hover{
    color: rgb(6, 30, 238) !important;
  }
  .active{
    color:#d4b039!important;
  }
  
 
  .btn-success{
    background-color: #d7d8d8;
    max-width: 188px !important;
    width: fit-content;
    flex-wrap: nowrap !important;
  }
  
  
/*carousel in home page */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}


#button {
  background: rgb(233, 215, 138);
  border: 0;
  border-radius: 5px;
  color:rgb(0, 0, 0) !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: "Cormorant Garamond", serif;
  border: 2px solid lightgoldenrodyellow;
  flex-wrap: nowrap !important;

}


  
  #button::before,
  #button::after {
      
    background: lightgoldenrodyellow !important;
    content: '';
    position: absolute;
    z-index: -1;
  
  
  }
  
  #button:hover {
    color: #2a2c31 !important;
    transform: scale(1);
    border: 2px solid #2a2c31;
  
  }
  
  #button svg {
    width: 25px;
    height: 25px;
  }

.link-btn {
    text-decoration: none;
    padding: .4rem 1rem;
    color: #2D2A25;
    border: 1px solid #2D2A25;
    transition: .2s ease-in-out;
    display: block;
    width: fit-content;
    text-transform: uppercase;
}

.link-btn:hover {
    background-color: #2D2A25;
    color: #fff;
}

.main-bg {
    height: 75vh;
}

.c1 {
    background: url('img/homeback.jpg') rgba(0, 0, 0, 0.336);
    background-size: cover;
    background-position: top;
    background-blend-mode: multiply;
    height: 90vh;
}

.c2 {
    background: url('img/homeback2.jpg') rgba(0, 0, 0, .3);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 90vh;
}

.c3 {
    background: url('img/homeback3.jpg') rgba(0, 0, 0, .3);
    background-size: cover;
    background-position: bottom;
    background-blend-mode: multiply;
    height: 90vh;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.carousel-caption h1, .carousel-caption h2{
    margin-top: 10vh;
    font-weight: 800;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

.main-bg .link-btn {
    color: #fff;
    background-color: #c0a466;
    border-color: #c0a466;
}

.main-bg .link-btn:hover {
    color: #FAD02C; 
    border-color: #FAD02C;
    background-color: transparent;
}


.home-about img {
    box-shadow: -69px 69px 0px 0px rgb(100,51,1);
    height: 40vh;
}


@media (max-width: 990px){
.carousel-caption h1 {
    text-shadow: 3px 3px 4px #EEC78C;
    font-family: 'Cinzel', serif;
    text-transform: capitalize;
    font-size: 50px !important;
    font-weight: 500;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  
  margin-right: 30px;
  margin-bottom: 1rem;
  margin-left:30px ;

}
}

/*footer*/

 
@media only screen and (max-width:768px) {
    
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_area {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .title1{
      padding-left: 0vh !important;
    }

     
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about_area {
    padding-top: 80px;
    padding-bottom: 80px
  }
  
}

@media (max-width: 767px) {
  .about_area .about_info a {
    margin-bottom: 30px
  }
  

}

@media (min-width: 768px) and (max-width: 991px) {

}
/*facilitiues*/
.facilitiesabout{
    padding-top: 70px;
    background-image: url('images/aboutback.jpg');
   }
   .facilities h3{
    font-family: 'Epilogue', sans-serif;
    font-weight: bold;

  }

  .facility-info{
    position: relative;
    padding: 20px;
    background-color: hsl(23, 76%, 97%);
    border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.096);
    overflow: hidden;
    height: 100%;

border: 3px solid 61371B;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
  }

  .facility-box{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .facility-box::before{
    position: absolute;
    top: 20px;
    left: -10px;
    height: 100%;
    width: 100%;
    background: #61371B;
    content: "";
    opacity: 0.90;
    border-radius: 20px;
  }

  .facility-content{
    position: relative;

  }

  .facilities .facility-content h6{
    font-family: 'Outfit', sans-serif;

  }

  .facility-info:hover{
transform: translate3d(-10px,20px, 0px);
  }


  /*dddddddddddddddddddddddddd*/
  .index-bg1{
    background: url('img/homeback2.jpg') rgba(71, 62, 62, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
  
    position: relative;
    background-color: rgb(59, 59, 59);
  }
  /*room section home */
  /* Font */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: #ecf9ff;
}

body {
  color: #272727;
  font-family: 'Quicksand', serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;

}

.main{
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 6PX 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {

  padding: 1rem;
  background: linear-gradient(to bottom left, #061a2c 40%, #757372 100%);
}

.card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}
/*animationb*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }
  /*gallery section in home */
  *,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2rem;
  scroll-behavior: smooth;
  background-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 90%);
}

h1 {
  font-size: 2.5rem;
  padding: 2rem;
  text-align: center;
}

.gallery {
  margin: 0 auto;
  font: inherit;
  display: grid;
  padding: 1rem;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
  justify-content: center;
}

.item {
  display: block;
  width: 250px;
  height: 190px;
  height: auto;
  object-position: center;
  object-fit: contain;
  border-radius: 0.25rem;
}

.instructions {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

#fullpage {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: black;
}
/*testimonials */

.testim {
background-color: #D5D3E5;
	
		
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: rgb(3, 32, 3);
}
    

.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgb(119, 128, 0);
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: rgb(213, 216, 11);
    border-color: rgb(216, 219, 22);
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: rgb(0, 0, 0);
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}
/*about page*/
.section-background5{


background: url('img/homeback3.jpg') rgba(20, 19, 19, 0.768);
background-attachment: fixed;
background-position: bottom;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
color: white;
}

.info-box{
width: 100px;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
background: rgb(243, 239, 239);
position: relative;
margin-top: -20px;
z-index: 10;
margin-left: 100px;
color: #e69b11;
}


.about-text{
margin-left: 50px;
margin-left: 100px;
}
.text-wrapper {
  position: relative;
  padding: 30px;
  background: #132742c5;
  color: #ffffff;

}
.section-background4{

  background: url('img/homeback3.jpg') rgba(255, 253, 253, 0.747);
background-attachment: fixed;
background-position: bottom;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
color: white;

}
.section-background5{
  background-color: #D5D3E5;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;

}

.room-content{
  padding: 14px;
}

.room-box:hover{
  -webkit-box-shadow: 7px 7px 0px 0px #c98a3e !important;
-moz-box-shadow: 7px 7px  0px 0px #c98a3e  !important;
box-shadow: 20px 16px  0px 0px #c98a3e  !important;
transition: 0.3s ease;
}

.room-box:hover button{
background:#B07A23!important;
}

/*gallery page*/

.section-background7 {
  background: url('img/homeback2.jpg') rgba(255, 255, 255, 0.747);
background-attachment: fixed;
background-position: bottom;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
color: white;

}

#gallery-head h1{
  letter-spacing: 3px;
  font-weight: bold;
}
#gallery-head p{
  font-weight: bold;
      font-family: 'Poppins', sans-serif;
      letter-spacing: 2px;
  color: #e0e4e4;
  
  }


.transition {

  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.thumb{
  overflow: hidden;
}

.read-btn{
background: none;
border: 0;
font-family: 'Poppins', sans-serif;
color: white;
letter-spacing: 2px;
font-weight: bold;
}
/*contact page */

 .contact-info{
  border: #061a2c;

 }
 