/* .nav-link {
    color: #c49846;
    font-size: 18px;
}

.nav-link:hover {
    color: white;
}

.navbar {
    background-color: #193540;
    height:60px;
}
/* .loogo{
  margin-right: 20px;
} */
/* .nav-item {
    margin-left: 20px;
}

#navbarNav {
  
    margin-left: 10%;
}

.navbar-toggler-icon {
    background-color: #fff !important;
}

.navbar-toggler {
    border-color: #fff;
}
.btn{
  background-color: #c49846;
  color:#193540;
  font-weight: 700;
}
.btn:hover{
  background-color: white;
 color: #c49846;
}  */

.nav-item {
  margin-left: 20px;

}
.navbar-nav{
  margin-left: 15%;
 
}
.nav-link{
  color:#c49846;
}
.nav-link:hover{
  color:white;
}
.navbar{
  background-color:#193540;
}
.navbarbutton {
  background-color: #c49846;
  color: #193540;
  border-radius: 10px;

}
.navbarbutton:hover {
  background-color:white;
  color:#c49846;
  
}
.navbar-toggler-icon {
  background-color: #fff !important;
}

.navbar-toggler {
  border-color: #fff;
}

/* --------------------form----------------------------- */

/* Style inputs with type="text", select elements and textareas */
input[type=text],
textarea {
   width: 100%; 
  /* Full width */
  padding: 10px;
  /* Some padding */
  border: 1px solid black;
  /* Gray border */
  border-radius: 10px;
  /* Rounded borders */
  box-sizing: border-box;
  /* Make sure that padding and width stays in place */
  margin-top: 6px;
  /* Add a top margin */
  margin-bottom: 16px;
  /* Bottom margin */
  resize: vertical
    /* Allow the user to vertically resize the textarea (not horizontally) */
}
/* Style the submit button with a specific background color etc */
button[type=submit] {
  background-color:#193540;
  color:#c49846;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 80%; 
  font-size: 18px;
  font-weight: 500;
}
/* ---------------modal box-------------------- */
.modal-header{
  border-bottom: none !important;
}
button.btn-close{
  right:20px;
  top:10px;
  position:absolute;
}
.boxshadow{
  /* border:#193540  5px solid; */
  box-shadow:0px 0px 4px 1px #bbb5b5;
}

/* <!-- -----------information box-------------- --> */

/* --------------desktop view------------ */
.book {
    background-color: rgba(255,255,255,.4);
    
    border-radius: 5px;
    color: black;

    /* position: fixed; */
    position: absolute;
    top: 20%;
    left: 10%;
    text-align: center;

}
/* ------------mobile view------------- */
.bbb {
    background-color: rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    color: black;
    text-align: center;

}
@media (max-width:992px){
  .book {
    top:12%;
    left: 10%;
    width:auto;
  }

}
@media (max-width:768px){
  .book {
    top:12%;
    left: 10%;
   
  }
.book h1{
  font-size: 30px;
}
.book h5{
  font-size: 10px;
}
.book h2{
  font-size: 20px;
}
.subtext p {
  font-size: 10px;
}

}

.subtext {
    background-color: #193540;
    color: #fff;
    border: #fff 1px dotted;
    border: padding 10px;
}

.textborder {
    border: #193540 solid 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.bttn {
    background-color: #c49846;
    border: none !important;
    border-radius: 5px;
    padding:5px;
    color: white;
}
.bttn:hover{
  background-color: #193540;
  color: #c49846;
}

/* <!-- -----------information box-------------- --> */
@media (min-width: 767px) {
    .hideDesktop {
        display: none !important;
    }


}

@media (max-width: 767px) {

    .hideMobile {
        display: none !important;
    }
}

/* 
.float{
	position:fixed;
	width:60px;
	height:60px;                                                                      
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;                              
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}                                                                     

.my-float{
	margin-top:16px;
} */

/* ----------------------------aboutsection starts--------------------- */
.about {
    background-color: #193540;
    /* margin-left: 10px; */
    text-align: center;
    color: #c49846;
    border: #c49846 2px solid;
    border-radius: 8px;


}
.abt{
    text-align: center;
    color:#bf7301;
}
.abt h1{
  font-size: 35px;
}
.aboutimage{
    
    margin-bottom: 10px;
}

/* ----------------------------floorsection starts---------------------- */
.floor h1,
h5 {
    color:#bf7301;

}

.floor p {
    color: #193540;
}

.box {
    transition: transform.1s;
    /* margin-bottom: 20px; */
}

.box:hover {
    transform: scale(1.1);
}
/* -----------------------------------amenity--------------------------- */
.amenity {
    display: flex;
    height: 60px;
    background-color: #193540;
    border:#c49846 2px solid;
    border-radius: 5px;
    margin: 20px;
    /* padding:8px; */

}

.amty {
    text-align: center;
    color:#bf7301;
    font-size: 80px;
}

.amenity img {
    margin-left: 10px;
    
}

.amenity p {
    margin-top: 15px;
    color:#c49846;
}

/* .club {
    height: 50px;
    position: relative;
}

.clubtext {
    background-color: rgba(255, 255, 255, .4);
    text-align: center;
    position: fixed;
    position: absolute; */
    /* top:20%;
    left:10%; */
    /* margin-left: 25%;
    margin-top: 8%;
    color: #193451;
} */

/* .clubtext h1 {
    margin-top: 5px;
} */

/* ------------------for more information----------- */
.download{
    background-color:#c49846;
    color:#193540;
    font-weight: 500;
    /* margin-left: 50px; */
}
.info{
    text-align: center;
}
.info h4{
    color: white;
}
.download:hover{
    background-color:white;
    color:#c49846;
}

/* -----------------------location--------------------- */
.loc-heading p{
  text-align: justify;

}
.loc-heading h1{
  color: #bf7301;
  text-align: center;
}
.accordion-button{
  background-color:#193540;
  color:#c49846;
}
.accordion-button:not(.collapsed) {
  color: white;
  background-color:#193540;
}
.accordion-button:not(.collapsed)::after {
  background-color:#c49846;
  color:white;
}
.accordion-button::after{
  background-color:#c49846;
}
.accordion-item{
  margin-top:10px;
}
.locatn:hover{
  background-color: #193540;
}
/* ---------------------gallery-------------------- */

.gallery{
  margin-top: 20px;
  transition: transform.1s;
}
.gallery:hover{
  transform: scale(1.1);
}
/* --------------------contact us ----------------------------------- */

.enquireform{
  /* background-color: red; */
  padding-left: 50px;
  padding-right: 50px;
}

.contactform{
background-color: #f7f9fa;
}
.icon{
width:70px;
 border-radius: 50%; 
 text-align: center; 
 background-color: #193540;
color: #c49846; 
 height:70px;


}
.icon i{
  font-size: 30px;
  line-height: 70px;
}
.icons{
  display: flex;
  margin-bottom: 40px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  /* background-color: black; */
}
.contconent{
  margin-left: 20px;  
  
}
.contconent h4{
  color: #c49846;
}
@media (max-width: 376px){
  .contconent p{
  font-size: 10px;

  }

}



/* ------------------------------footer------------------------------- */
.footer{
  color: #c49846;

}
.footer p{
  font-size: 10px;
  color: white;
  text-align: justify;
} 

/*************footer End*****************/

