.navbar .container{
  margin: auto;
  max-width: unset;
}
.navbar-brand{
  max-width: unset;
  width: 20rem;
}
.navbar-brand img{
  width: 100%;
}
.navbar.scrolled {
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.nav-item a {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
}
.navbar .navbar-nav .nav-link {
  color: #000;
  padding: 1rem 1.2rem;
  position: relative;
}
.colornavbar .navbar-nav .nav-link {
  color: #2a3b53 !important;
}
.colornavbar  { background: #fff; box-shadow: 2px 2px 5px rgba(112, 112, 112, 0.795); }
.navbar {
  padding: 1rem;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(112, 112, 112, 0.795);
}
.iconify-icon{
  color: #fff;
  font-size: 4rem;
}
.openmenu{
  display: flex;
  align-items: center;
  justify-content: center;
}
.openmenu span{
  font-size: 2.5rem;
  color: #2a3b53;
}
.container-fluid{
  padding: 0rem 5rem;
}
/* Mobile menu */
#menuitem
 {
    background-color: #fff;
    position: fixed;
    width: 35%;
    height: 100vh;
    z-index: 9999;
    top: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    transform: translateX(100%);
}

.menuactive {
  transform: translateX(0%) !important;
  transition: all 0.5s ease-in-out;
}

.menu-overlay-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: 2px 2px 5px 5px rgb(112 112 112 / 17%);
}

.navsmoothScroll {
  text-decoration: none;
  font-size: 1.3rem;
  padding: 1.2rem 1rem;
  color: #2a3b53;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.close-menu {
  position: absolute;
  right: 1rem;
  top: 3rem;
  font-size: 2rem;
  text-decoration: none;
  color: #fff !important;
}
.closemenusize{
  font-size: 3rem;
  color: #2a3b53;
}

.openbtn {
  border: none;
  background: transparent;
  font-size: 3rem;
  color:#000 !important;
}
.navsmoothScroll.active{
  color: #C3B493 !important;
  font-weight: 600;
}
/* ======================= Tablet Start ======================= */
@media only screen and (min-width: 767px) and (max-width: 991px) {
.close-menu{
  left: 5rem;
  top: 4rem;
}

#price .modal-dialog{
  padding-top: 12rem;
}

.navbar-nav{
  position: absolute;
  background: #fff;
  color: #000 !important;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.navsmoothScroll{
  color: #2a3b53 !important;
}
.navbar .navbar-toggler[aria-expanded="true"] {
  background: #2a3b53;
  height: 4rem;
  width: 4rem;
  border: .1rem solid #2a3b53;
  z-index: 9;
  border-radius: 50%;
  color: #fff;
  font-size: 2.5rem;
}
.navbar .navbar-toggler[aria-expanded="true"] i {
  content: "\f00d" !important;
}
.navbar .navbar-toggler{
  background: #fff;
  color: #2a3b53;
  border: .1rem solid #2a3b53;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  font-size: 2.5rem;
}
.navsmoothScroll{
  font-size: 2rem;
}/* Optional animation styles */
.navbar-toggler i.fa-times {
  transform: rotate(180deg);
  display: block;
}

.navbar-toggler i.fa-bars {
  transform: rotate(0deg);
  display: block;
}
}
/* ======================= Small Mobile Start ======================= */
@media only screen and (max-width: 767px) {
html{
  font-size: 9px;
}
/* Optional animation styles */
.navbar-toggler i.fa-times {
  transform: rotate(180deg);
  opacity: 1;
}

.navbar-toggler i.fa-bars {
  transform: rotate(0deg);
  opacity: 1;
}
.navbar .container-fluid{
  padding: unset;
}

.close-menu{
  right: 3rem;
  top: 3rem;
}
#menuitem{
  width: 100%;
}
#configuration {
  background-image: url(../img/midsec.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: unset;
}
.floor-gallery .theme-btn{
  padding: 8px 20px !important;
}
#floorplan .nav-item {
  padding: 1rem;
  width: 45%;
  text-align: center;
}
.navbar-nav{
  position: absolute;
  background: #fff;
  color: #000 !important;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.navsmoothScroll{
  color: #2a3b53 !important;
}
.navbar .navbar-toggler[aria-expanded="true"] {
  background: #2a3b53;
  height: 4rem;
  width: 4rem;
  border: .1rem solid #2a3b53;
  z-index: 9;
  border-radius: 50%;
  color: #fff;
  font-size: 2.5rem;
}
.navbar .navbar-toggler{
  background: #fff;
  color: #2a3b53;
  border: .1rem solid #2a3b53;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  font-size: 2.5rem;
}
.navsmoothScroll{
  font-size: 2rem;
}
}
/* ======================= Small Mobile End ======================= */
