/* Default navbar */
@import url('https://fonts.googleapis.com/css2?family=Epunda+Sans:wght@300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
  font-family: "Playfair Display", serif!important;
}
.navbar {
  transition: top 0.5s ease, opacity 0.5s ease;
}
.nav-color {
    --bs-bg-opacity: 1;
    background-color: rgb(255, 255, 255) !important;
}
.navbar.fixed-top {
  position: fixed;
  top: -80px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1030;
  background: linear-gradient(35deg, #ffffff 10%, #ffffff 90%);
}

.navbar.show-navbar {
  top: 0;
  opacity: 1;
}


.navbar-toggler {
    background-color: #ffffff;
    border: solid rgb(77, 77, 77)!important;
    border-radius: 5px!important;
}
.bg-wht{
    background-color: #ffffff4d !important;
}
.navbar-toggler-icon {
  filter: invert(1) brightness(0);
}

@media (min-width: 991px) {
  .mobile{
    display: none!important;
  }
  .nav-link {
    color: rgb(0 0 0)!important;
    margin-right: 35px;
  }
  .mrbtm-75{
  margin-bottom: 3rem !important;
  }
  .pt-10{
    padding-top: 3rem !important
  }
  .wdth-form{
    width: 85%!important;
  }
}

/* Mobile slide-in from right */
@media (max-width: 991px) {
  .lapy{
    display: none!important;
  }
  .pt-10{
    padding-top: 12rem !important
  }
  .nav-link {
    color: rgb(255 255 255) !important;
  }
  .mrbtm-75{
  margin-bottom: -7.5rem !important;
  }
  .wdth-form{
    width: 90%!important;
  }
  .custom-collapse {
    position: fixed;
    top: 0;
    right: -260px;   /* hidden by default */
    height: 100%;
    width: 260px;    /* sidebar width */
    background: #232323;
    padding: 2rem 1rem;
    transition: right 0.4s ease-in-out;
    z-index: 1050;
  }

  .custom-collapse.show {
    right: 0; /* slide in */
  }

  .navbar-nav {
    flex-direction: column;
  }

  /* Close button placement */
  .custom-collapse .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.btnmain {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-radius: 0 !important;    
}

.btnmain:hover {
  transition: transform 0.6s ease; /* slower speed */
    transform: scale(0.9); /* zoom out on hover */
}

.bg-drk{
  background-color: #000000;
}
.wc{
  color: #ffffff!important;
}
/* slider */

.herro {
  position: relative;
  color: rgb(0, 0, 0);         /* optional: text visible on dark image */
  padding: 50px;        /* adds spacing inside */
  min-height: 500px;    /* ensures section has height */
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    background-color: black!important;
    color: white !important;
    border-radius: 0;
}

.sticky-icon {
    position: fixed;
    top: 35%;
    right: 0;
    display: flex;
    width: 60px;
    flex-direction: column;
    z-index: 9999;
}
.sticky-icon a {
    border-radius: 5px 0px 0px 5px;
    text-align: left;
    margin: 2px 0;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 200px;
}

.sticky-icon a i {
    background-color: #fff;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.fw900 {
    font-weight: 900 !important;
    font-size: 21px !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

