.navbar-brand {
  width: 135px;
  height: 70px;
}

.navbar-brand img {
  object-fit: fill;
}

.head-nav a.nav-link,
.nav-right .nav-link,
.nav-span {
  font-size: 14px;
  font-weight: 500;
  color: #646464;
  padding: 0 0 5px;
}

li.nav-item.menu-item.active a.nav-link {
  color: #000;
}

li.nav-item.menu-item {
  position: relative;
}

.head-nav a.nav-link::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.2s;
  bottom: 0;
}

.nav-item.menu-item:hover a.nav-link::before,
.nav-item.menu-item.active a.nav-link::before {
  width: 80%;
  height: 2px;
  transition: 0.2s;
  background-color: #000;
}

.nav-btn {
  background: #12a19a;
  border: 1px solid #12a19a !important;
  border-radius: 5px;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  transition: 0.2s;
  width: auto;
}

.nav-btn:hover {
  background: transparent;
  color: #12a19a;
  border-radius: 25px;
  transition: 0.2s;
}

.nav-btn img {
  filter: sepia(185%) saturate(100%) hue-rotate(178deg) brightness(240%) contrast(315%);
}

.nav-btn:hover img {
  filter: none;
}

/***********/
.footer-sec {
  width: 100%;
  background: #232631;
  margin: 0;
  padding-top: 35px;
}

.footer-links ul,
.footer-links ul li a {
  text-decoration: none;
  font-weight: 400;
  list-style-type: none;
  padding-left: 0;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #ade0f5;
  transition: 0.3s;
}

.footer-links {
  width: 25%;
}

.footer-links:nth-child(3) {
  width: 30%;
}

.footer-links:nth-child(3) ul {
  width: 80%;
}

.footer-links p {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
}

.footer-links ul li em {
  font-style: normal;
  width: 70%;
}

.footer-content {
  border-top: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
  padding: 25px 0;
  width: 75%;
  margin: 0 auto;
}

.footer-social {
  width: 80%;
}

.copy-policy p {
  color: #969696 !important;
}

.footer-intro {
  width: 30%;
}

.footer-intro p,
.copy-policy p {
  color: #fff;
  font-weight: 400;
  line-height: 26px;
  font-size: 13px;
}

.copy-policy p {
  font-size: 12px;
}

.buzzr-logo {
  width: 130px;
  height: 60px;
}

.buzzr-logo img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.footer-social {
  list-style-type: none;
}

.footer-social li {
  width: 35px;
  height: 35px;
  background-color: #ffffff2e;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  transition: 0.2s;
}

.footer-social li a img {
  width: 16px;
  object-fit: fill;
}

span.footer-img img {
  width: 15px;
  object-fit: fill;
}

.footer-social li.icon-data:hover {
  background: #2173d3;
  transition: 0.2s;
}

@media only screen and (max-width: 767px) {
  .footer-links {
    width: 47%;
  }

  .footer-links:nth-child(3) {
    width: 100%;
  }

  .footer-intro {
    width: 100%;
  }

  .footer-social {
    width: 200px;
  }

  .footer-links:nth-child(3) ul {
    width: 100%;
  }

  .footer-content {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  ul.head-nav.navbar-nav.nav-menu {
    gap: 15px !important;
  }

  .footer-content {
    gap: 5px;
    justify-content: space-between !important;
  }

  .footer-links {
    width: 48%;
  }

  .footer-links:nth-child(3) {
    width: 100%;
  }

  .footer-intro {
    width: 26%;
    margin-left: 0 !important;
  }

  .footer-links:nth-child(3) ul {
    width: 100%;
  }

  .footer-links p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  li.nav-item.menu-item {
    width: 100%;
  }

  .navbar-toggler {
    background: #fff;
    position: absolute;
    right: 15px;
  }

  .navbar-toggler.res-nav {
    left: 15px;
    top: 20px;
    right: auto;
    width: 56px;
    height: 40px;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    background-color: #3a3a3a;
    z-index: 1000;
    margin: 0;
    padding: 20px;
    height: 100%;
    transition: all 0.5s;
  }

  .navbar-collapse.show {
    transition: all 0.5s;
    right: 0;
  }

  .head-nav {
    margin: 50px 0 0 0 !important;
    gap: 5px !important;
    text-align: center;
  }

  .head-nav a.nav-link,
  .nav-span {
    color: #ffffff;
    text-align: left;
    padding: 12px 14px;
  }

  li.nav-item.menu-item.active a.nav-link {
    color: #fff;
    text-align: center;
  }

  .nav-item.menu-item:hover a.nav-link::before,
  .nav-item.menu-item.active a.nav-link::before {
    width: 35%;
    background-color: #fff;
  }

  .nav-span img {
    filter: invert(1);
    margin: -4px 5px 0 0;
  }

  ul.navbar-nav.nav-menu {
    width: 100% !important;
    text-align: center;
    margin-left: 0 !important;
    justify-content: flex-start !important;
    gap: 2px !important;
  }

  li.nav-item.menu-item.dropdown .dropdown-menu a:hover {
    border: none !important;
  }

  li.nav-item.menu-item:hover a {
    border: none !important;
    background: unset;
  }

  .head-nav a.nav-link::before {
    display: none;
  }

  .profile-btn .dropdown-item {
    background: unset;
    border: none !important;
    color: #fff;
  }

  ul.head-nav.navbar-nav.nav-menu {
    gap: 0 !important;
  }

  li.nav-item.menu-item.dropdown a {
    border: unset !important;
    color: #fff;
    padding: 13px 0 !important;
  }

  button#sign-drop {
    display: none;
  }

  .profile-btn .dropdown-menu {
    display: block !important;
    position: relative;
    background: #3a3a3a;
    left: 12px !important;
    box-shadow: none !important;
    padding: 0 !important;
    top: -45px !important;
  }
}

@media (min-width: 320px) and (max-width:567px) {
  .footer-links {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width:1200px) {
  ul.head-nav.navbar-nav.nav-menu {
    gap: 15px !important;
  }

  .footer-links {
    width: 35%;
  }
}

/*******drop down list*********/

li.nav-item.menu-item.dropdown-submenu.service-drop a.nav-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

li.dropdown-submenu a,
.dropdown-menu a,
button.dropdown-item {
  border-left: 4px solid transparent;
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

li.dropdown-submenu a.test:hover,
.dropdown-menu a.dropdown-item:hover,
button.dropdown-item:hover {
  border-left: 4px solid #12a19a;
}

/* ul.dropdown-menu.parent-drop {
  top: 40px;
} */

.navbar-nav .dropdown-menu {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border: none !important;
  top: 48px;
  width: 230px;
  padding: 10px;
}

li.nav-item.menu-item.dropdown a span img {
  width: 23px;
  height: 23px;
  margin-left: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: inherit !important;
  background: unset !important;
  border: inherit !important;
}

span.arrw {
  filter: invert(1);
  transform: rotate(270deg);
  width: 7px;
  height: 12px;
  display: block;
  position: relative;
  top: 4px;
  left: 5px;
}

li.nav-item.menu-item.dropdown-submenu.service-drop a:hover span.arrw img {
  filter: none;
}

li.nav-item.menu-item.dropdown-submenu.service-drop a:hover img {
  filter: sepia(500%) brightness(200%)hue-rotate(180deg)saturate(500%);
}

.roman-text {
  font-style: normal;
  text-transform: uppercase;
  font-family: auto;
  font-weight: 900;
  margin-left: 5px;
}

.menu-item .nav-link::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.2s;
  bottom: 0;
}

.nav-left ul li a.villa-sec+ul.dropdown-menu.parent-drop {
  top: 30px;
  display: block;
  left: 0;
}
.nav-left ul li.user-settings .dropdown-menu.list-data  {
  top: 50px;
  display: block;
  left: -125px;
}