/* .nav-link {
    color: #e24351;
    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: #e24351;
  color:#193540;
  font-weight: 700;
}
.btn:hover{
  background-color: white;
 color: #e24351;
}  */
/* start new add css */

select {
    word-wrap: normal;
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */;
} 


.floor p {
    
   text-align: left;
    padding: 14px;
}










.box {
    transition: transform .1s;
    /* margin-bottom: 20px; */
    border: 2px solid #ccc !important;
    background-color: #fff;
    border-radius: 4px;
}


.subtext {
    background-color: #676764 !important;}
    .textborder {
    border: #d8132c solid 3px !important;}
    
    .collapse ul {
	text-align: left;
}







.mainmenu li.current-page-item>a {
	color: #0c90ce;
}

.collapse ul li ul {
	position: absolute;
	width: 240px;
	top: 160%;
	background: #0081a2 none repeat scroll 0 ;
	z-index: 999;
	text-align: left;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.collapse ul li:hover ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 100%
}

.collapse ul li ul li {
	display: block;
	border-bottom: 1px solid #ddd;
	margin: 0
}

.collapse ul li ul li:last-child {
	border-bottom: 0px solid #ddd
}

.collapse ul li ul li a {
	display: block;
	padding: 15px !important;
}

.collapse ul li ul li a:hover {
	color: #fff;
	background: #0c90ce none repeat scroll 0 0
}

.collapse ul li:hover>a {
	color: #0c90ce
}
div#amenities {
    /* background-color: #000; */
     background-image: url("Images/bgwhy.jpg");
    /* background-color: rgba(0, 0, 0, .3); */
}

div#scope {
    /* background-color: #000; */
   /*  background-image: url("Images/work-inclusive-bg.jpg");*/
    background-image: url(https://derivesoftech.com/chikoind/Images/bg.jpg) !important;
}
.subtext p {
 
    line-height: 20px;
}
p {
    margin-top: 7px;
    line-height: 29px;
    font-family: Poppins !important;
    font-size: 15px;
    margin-bottom: 1rem;
}
p,h1,h2,h3,h4,h5,strong,spam{
    font-family: Poppins !important;
}
        .float {
            /* margin-left: 10%;
            margin-bottom: 10%;
            padding-top: 40%; */
            font-size: 40px;
            position: fixed;
            bottom: 100px;
            
            left: 90%;
            color: #e24351;
            z-index:1                                                                                                                                                                                                                                            
        }

        .float1 {
            position: fixed;
            bottom: 12px;
            left: 90%;
            font-size: 65px;
            color: green;
            z-index: 1;
        }
        .subtext p {
  font-size: 15px !important;
}
 .navbar-toggler {
    border-color: #e24351 !important;
}
.about {
    background-color: #193540;
   color:#fff !important;
    font-size: 16px;
    }
        .btn.book-now {
            background: green;
            border-radius: 0;
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
            height: 160px;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            /* Adjust height as needed */
            line-height: 30px;
            position: fixed;
            right: 0;
            top: 50%;
            /* Position the button at 50% from the top */
            transform: translate(0, -50%);
            /* Center the button vertically */
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            width: 50px;
            /* Adjust width as needed */
            writing-mode: vertical-rl;
            /* Vertical text */
            transform-origin: bottom right;
            z-index: 1;
            /* Hover styles, media queries */
        }
/* end new added css */

/* Mobile  Added Css */

        @media (min-width:567px) and (max-width:991px){
            .float1{
                 left:80%;
                bottom:100px;
            }
            .collapse ul li a {
    
    padding: 17px 0px !important;
}
.logo {
    width: 260px !important;
}
            .float{
            
            left: 90%;
                bottom:50px;

            }
            .subtext p {
  font-size: 15px !important;
}

        }
        
         @media(max-width:676px){
            .float1{
                 left:80%;
                bottom:100px;
            }
            .collapse ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
   
    font-family: 'Poppins', sans-serif;
    padding: 17px 0px !important;
}
            .logo {
    width: 260px !important;
}
            .float{
                left:80%;
                bottom:35px;


            }
            .subtext p {
  font-size: 15px !important;
}
        }
/* End */

.nav-item {
  margin-left: 20px;

}
.navbar-nav{
  margin-left: 7%;
 
}
.nav-link{
  color:#fff;
}
.nav-link:hover{
  color:white;
}
.navbar{
  background-color:#193540;
}
.navbarbutton {
  background-color: #e24351;
  color: #193540;
  border-radius: 10px;

}
.navbarbutton:hover {
  background-color:white;
  color:#e24351;
  
}
.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:#e24351;
  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: 29%;
    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: 15px !important;
}

}

.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: #e24351;
    border: none !important;
    border-radius: 5px;
    padding:5px;
    color: white;
}
.bttn:hover{
  background-color: #193540;
  color: #e24351;
}

/* <!-- -----------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: #e24351;
    border: #e24351 2px solid;
    border-radius: 8px;


}
.abt{
    text-align: center;
    color:#e24351
}
.abt h1{
  font-size: 35px;
}
.aboutimage{
    
    margin-bottom: 10px;
}

/* ----------------------------floorsection starts---------------------- */
.floor h1,
h5 {
    color:#e24351

}

.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:#e24351 2px solid;
    border-radius: 5px;
    margin: 20px;
    /* padding:8px; */

}

.amty {
    text-align: center;
    color:#e24351
    font-size: 80px;
}

.amenity img {
    margin-left: 10px;
    padding:5px !important;
    
}

.amenity p {
    margin-top: 15px;
    color:#e24351;
}

/* .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:#e24351;
    color:#193540;
    font-weight: 500;
    /* margin-left: 50px; */
}
.info{
    text-align: center;
}
.info h4{
    color: white;
}
.download:hover{
    background-color:white;
    color:#e24351;
}

/* -----------------------location--------------------- */
.loc-heading p{
  text-align: justify;

}
.loc-heading h1{
  color: #e24351
  text-align: center;
}
.accordion-button{
  background-color:#193540;
  color:#e24351;
}
.accordion-button:not(.collapsed) {
  color: white;
  background-color:#193540;
}
.accordion-button:not(.collapsed)::after {
  background-color:#ff6b00;
  color:white;
}
.accordion-button::after{
  background-color:#ff6b00;
}
.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: #e24351; 
 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: #e24351;
}
@media (max-width: 376px){
  .contconent p{
  font-size: 10px;

  }

}



/* ------------------------------footer------------------------------- */
.footer{
  color: #e24351;

}
.footer p{
  font-size: 10px;
  color: white;
  text-align: justify;
} 

/*************footer End*****************/

