@import url("./../font/visby.css");

/* scroll */

::-webkit-scrollbar {
  width: 8px;
  height: 0px;
}

/* end */

/* Handle */

::-webkit-scrollbar-thumb {
  background: #86613f !important;
  border-radius: 20px;
}

/* end */

a {
  text-decoration: none;
}

body {
  font-family: "visby";
  margin: 0;
  padding: 0;
}

.bg-brown {
  background: #86613f;
}

.bg-lightgrey {
  background: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-middle-para {
  color: #838383;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 192%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  text-align: center;
  margin: 5px 0;
}


/* header */
.navbar{
  background: #ffffff;
}

.top-header {
  background: #86613f;
}

.logo {
  width: 161px;
}

.nav {
  width: 100%;
  justify-content: space-around;
}

.nav-pills .nav-link.active {
  background-color: #86613f;
}

.tab-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-link {
  display: flex;
  padding: 5px 40px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #86613f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 192%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #000000;
}

.dropdown-items {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 192%;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  display: flex;
  width: 427px;
  height: 106px;
  padding: 10px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #86613f;
  flex-shrink: 0;
}

.dropdown-items span {
  opacity: 0;
  max-height: 0;
  transition: opacity 0.5s ease, max-height 0.5s ease;
  overflow: hidden;
}

.dropdown-items:hover span {
  opacity: 1;
  max-height: 50px; /* Adjust based on the content */
}

/* end */

/* footer */
.footer {
  background: #252525;
  /* padding: 40px 50px 10px 50px; */
}
.footer-logo {
  width: 169px;
}

.social-icons {
  width: 70px;
  height: 70px;
}
.footer-para {
  color: #a8a8a8;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: 1px;
}
.arrow-down-style {
  width: 24px;
  height: 24px;
}
.footer-head {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 27.3px */
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
.footer-sublinks-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a8a8a8;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  cursor: pointer;
}
.dropdown-link {
  color: #a8a8a8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.footer-contact {
  color: #a8a8a8;
  text-align: justify;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
.footer-contact-link {
  color: #a8a8a8;
}
.copyright {
  color: #a8a8a8;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 15px;
}
/* end */
