/* ======================= Navbar start ======================= */
.navbar {
  background: #751340;
  z-index: 999;
  box-shadow: 2px 2px 5px rgba(112, 112, 112, 0.795);
  padding-top: unset;
  padding-bottom: 0px;
}

.navbar-brand img {
  width: 75%;
  filter: invert(45%) sepia(85%) saturate(450%) hue-rotate(5deg) brightness(95%) contrast(105%) !important;

}

.navbar .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 600;
  padding: 1.6em 1em;
  font-size: 15px;
}

#enqirebutton1 {
  padding: 8px 28px;
  border-radius: 5px;
  background-color: #a87610;
  color: #fff;
  display: block;
  text-decoration: none;
  border: 2px solid #a87610;
  transition: all 0.3s ease;
  font-weight: 600;
}

#enqirebutton1:hover {
  background-color: #b79c4f;
  border-color: #b79c4f;
  box-shadow: 0 4px 12px rgba(168, 118, 16, 0.3);
}

@media (max-width: 768px) {
  #enqirebutton1 {
    padding: 6px 20px;
    font-size: 13px;
  }
}


.nav-item a {
  font-size: 14px;
  font-weight: 500;
}

.navbar-nav .nav-link.active {
  color: #fff !important;
  font-weight: 800;
}

/*.navbar-expand-lg .navbar-nav .nav-link {
    border-top: 3.5px solid #000;
}*/
.activeHover {
  color: #fff !important;
  font-weight: 600 !important;
  background: #a87610;
}

.navbar-brand1 {
  width: 12%;
  padding-left: 30px;
}

.navbar-brand1 img {
  width: 67%;
  filter: invert(45%) sepia(85%) saturate(450%) hue-rotate(5deg) brightness(95%) contrast(105%);

}

.navbar-brand2 {
  width: 12%;
}

.navbar-brand2 img {
  width: 60%;
}

/* ======================= Extra Large Desktop Start ======================= */
@media only screen and (min-width: 1850px) {
  .nav-item a {
    font-size: 20px;
    font-weight: 500;
  }
}

@media only screen and (min-width: 2001px) {
  .nav-item a {
    font-size: 22px;
    font-weight: 500;
  }
}

/* ======================= Extra Large Desktop End ======================= */
/* ======================= Large Desktop Start ======================= */
@media only screen and (min-width: 1400px) and (max-width: 2000px) {
  .nav-item a {
    font-size: 18px;
    font-weight: 500;
  }
}

/* ======================= Large Desktop End ======================= */
@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
  .nav-item a {
    font-size: 14px;
    font-weight: 500;
  }

  .navbar .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    padding: 1.3em 0.6em;
  }
}

/* ======================= Tablet Start ======================= */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding-bottom: 0px !important;
  }

  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }

  button.navbar-toggler {
    margin: 10px 0px;
    border: 1px solid #000 !important;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
  }

  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    padding: 0.5em 2em;
    border-right: none;
    margin: 0em 0em;
    border: 1px solid #fff;
  }

  .navbar-collapse {
    flex-basis: 84%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    width: 94%;
    top: 71px;
    background: #fff;
  }

  .navbar-nav li {
    text-align: center;
    border-bottom: 1px solid #000;
    width: 100%;
  }

  .navbar-brand1 {
    width: 20% !important;
  }

  i.fa.fa-bars {
    color: #a87610;
  }

  .navbar-nav {
    background: #a87610;
  }

  .navbar-brand1 img {
    width: 74%;
    padding: 5px;
  }
}

/* ======================= Tablet End ======================= */
/* ======================= Large Mobile Start ======================= */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .navbar {
    padding-bottom: 0px !important;
  }

  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }

  button.navbar-toggler {
    margin: 10px 0px;
    border: 1px solid #a87610;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
  }

  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    padding: 0.5em 2em;
    border-right: none;
    margin: 0em 0em;
    border: 1px solid #fff;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    width: 94%;
    top: 71px;
    background: #fff;
  }

  .navbar-nav li {
    text-align: center;
    border-bottom: 1px solid #000;
    width: 100%;
  }

  .navbar-brand1 {
    width: 35% !important;
  }

  i.fa.fa-bars {
    color: #a87610;
  }

  .navbar-nav {
    background: #a87610;
  }

  .navbar-brand1 img {
    width: 74%;
    padding: 5px;
  }
}

/* ======================= Large Mobile End ======================= */
/* ======================= Small Mobile Start ======================= */
@media only screen and (min-width: 300px) and (max-width: 480px) {
  .navbar {
    padding-bottom: 0px !important;
  }

  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
    width: 200px;
  }

  button.navbar-toggler {
    margin: 10px 0px;
    border: 1px solid #a87610 !important;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
  }

  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    padding: 0.5em 2em;
    border-right: none;
    margin: 0em 0em;
    border: 1px solid #fff;
  }

  .navbar-collapse {
    flex-basis: 84%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    width: 94%;
    top: 71px;
    background: #fff;
  }

  .navbar-nav li {
    text-align: center;
    border-bottom: 1px solid #000;
    width: 100%;
  }

  .navbar-brand1 {
    width: 35% !important;
  }

  i.fa.fa-bars {
    color: #a87610;
  }

  .navbar-nav {
    background: #a87610;
  }

  .navbar-brand1 img {
    width: 74%;
    padding: 5px;
  }
}

/* ======================= Small Mobile End ======================= */
/* ======================= Navbar End ======================= */