.navbar {
  padding: 20px 15px;
}

.navbar-wrapper {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: var(--white);
}

.navbar-brand img {
  max-width: 200px;
  width: 100%;
}

.navbar .navbar-nav {
  margin-left: auto;
}

.navbar-light .navbar-nav .nav-link {
  margin-left: 30px;
}

.topbar {
  background-color: var(--dark);
}

.topbar .wrapper {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: end;
  justify-content: flex-end;
}

.topbar .nav-link {
  font-size: 12px;
  color: var(--white);
  margin-left: 25px;
}

/**** SEARCH ****/

.search {
  margin-left: 15px;
  z-index: 3;
}

.search-btn {
  padding: 15px 17px;
  border-radius: 60px;
  padding-top: 11px;
  border: 0;
  background-color: transparent;
}

.search-nav-box {
  position: absolute;
  top: 14px;
  right: 5px;
  width: 48px;
  opacity: 0;
  transition: 0.3s;
  z-index: 1032;
}

.search-nav-box-block {
  opacity: 1;
  width: 520px;
}

.search.nav-link {
  z-index: 1033;
}

.search-nav {
  padding: 8px 30px 8px 20px;
  border: none;
  border-radius: 50px;
  width: 100%;
  background-color: #d8dcf8;
  box-shadow: 0 7px 9px 0 #0000000f;
  font-weight: 300;
}

.search-nav::placeholder {
  font-weight: 300;
  color: var(--blue);
}

.search-nav[type="search"]::-webkit-search-decoration,
.search-nav[type="search"]::-webkit-search-cancel-button,
.search-nav[type="search"]::-webkit-search-results-button,
.search-nav[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.close-btn-bg {
  background: transparent !important;
  box-shadow: none !important;
  padding-right: 17px;
  padding-top: 18px;
  padding-bottom: 16px;
}

.close-btn-bg:hover {
  background: transparent !important;
}

#searchBar01::placeholder {
  font-weight: 300;
  color: #2e384d;
}

#searchHome::placeholder {
  font-weight: 300;
}

.nav-close {
  position: absolute;
  right: 15px;
  top: 18px;
  background: none;
  border: 0;
}

.clos-nav-search-block {
  display: block !important;
}

.lens-icon-close {
  display: none !important;
}

.search-nav:focus {
  outline: 0;
}

.link-svg {
  display: none;
}

input#searchBarHero {
  border-radius: 35px;
}

#searchNavBox .tt-menu {
  max-height: 300px;
  overflow-y: auto;
  background: white;
}

#searchNavBox .form-control {
  border-radius: 35px;
  background: #fff;
}

.tt-menu::-webkit-scrollbar {
  width: 20px;
}

.tt-menu::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 100px;
}

.tt-menu::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 7px solid transparent;
  background-clip: content-box;
  background-color: var(--turchese-bg);
}

span.twitter-typeahead .tt-suggestion:focus,
.dropdown-item:hover,
span.twitter-typeahead .tt-suggestion:hover {
  background-color: #e8f1ff66;
}

.tt-menu {
  width: 100%;
  border: 0.5px solid #3b4fdd78 !important;
  border-radius: 10px !important;
  transform: translateY(18px);
}

span.twitter-typeahead .tt-suggestion {
  white-space: unset;
}

.dropdown-menu,
span.twitter-typeahead .tt-menu {
  padding: 0;
}

span.twitter-typeahead .tt-suggestion {
  padding: 10px 20px 0;
}

span.twitter-typeahead .tt-suggestion:hover {
  cursor: pointer;
}

.tt-suggestion.tt-selectable::after {
  height: 1px;
  display: block;
  width: 100%;
  background: var(--turchese-bg);
  content: "";
  margin-top: 10px;
}

.tt-suggestion.tt-selectable:hover svg#arrow-right {
  transition: transform 300ms;
  transform: translateX(5px);
}

/* body.navbar-search-opened:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4,7,28,.6);
  z-index: 1031;
} */

/* body.navbar-search-opened .navbar.absolute {
  z-index: auto;
} */

.search-btn:focus,
.close-btn-bg:focus {
  outline: 0;
}

.title-search {
  margin-top: 3rem;
}

.collapse.navbar-collapse {
  position: relative;
}

/***** END SEARCH *****/

/*RESPONSIVE*/

@media screen and (max-width: 990px) {
  .topbar .navbar-nav {
    justify-content: space-between;
    width: 100%;
  }

  .navbar-collapse .navbar-nav {
    margin-top: 2rem;
  }

  .nav-link {
    margin-left: 0 !important;
  }

  .navbar-toggler {
    border: 0;
  }
}

/* language dropdown */

.dropdown-item {
  padding: 0.25rem 0.5rem;
}
.dropdown-toggle:focus {
  box-shadow: none !important;
}
.slick-list
{
    height: 100% !important;
}
