main {
  background-color: #090912;
}

header.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.legal__cont {
  margin: 0 auto;
  padding: 180px 50px 100px;
  max-width: 1200px;
  color: #fff;
}

.legal__date {
  margin-bottom: 30px;
}

.legal__cont h1 {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}

.legal__cont h3 {
  margin: 50px 0 30px 0;
  font-weight: 600;
}

.legal__cont .headerlink {
  display: none;
}

.legal__cont p {
  font-size: 0.875rem;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1199.98px) {
  .legal__cont {
    padding: 130px 50px 100px 50px;
  }

  .legal__cont h1 {
    font-size: 42px;
  }

  .legal__cont p {
    font-size: 13px;
  }
}

@media screen and (max-width: 575.98px) {
  .legal__cont {
    padding: 100px 30px 100px 30px;
  }

  .legal__cont p {
    font-size: 0.75rem;
  }
}

::selection {
  color: #fff;
  background-color: #373E49;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #fff;
}

.txt-colored {
  color: #373E49;
}

.txt-gradient {
  color: #373E49;
  background: linear-gradient(266.88deg, #838E9D 0.91%, #373E49 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

header {
  z-index: 900;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  height: 120px;
  width: 100%;
  transition: 0.3s ease;
}

header.active {
  padding: 20px 20px;
  height: 70px;
  background: #090912;
}

header.active .header__logo img {
  width: 180px;
}

.header__logo {
  user-select: none;
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 220px;
  transition: 0.3s ease;
}

/* navigation */
.nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  gap: 20px;
}

.nav__item:not(.is-notif) {
  display: flex;
  align-items: center;
  color: #fff;
}

.nav__item a {
  font-weight: 600;
  font-size: 0.75rem;
}

.nav__item a:hover {
  opacity: 0.8;
}

.booking__btn-menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 20px;
  background: #000;
}

.booking__btn-menu:hover {
  opacity: 0.65;
}
/*===========================================*\
      Mobile
  \*===========================================*/

.mobile__menu-icon {
  display: none;
  flex: 1;
  text-align: right;
  font-size: 2rem;
  color: #fff;
}

.mobile-nav__menu {
  position: fixed;
  top: 0;
  right: -400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  padding: 50px 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  transition: 0.2s ease;
}

.mobile-nav__menu.show {
  right: 0;
}

.menu-icon-close {
  position: absolute;
  top: 23px;
  right: 20px;
  font-size: 2rem;
  color: #000000;
}

.mobile-nav__list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
}

.mobile-nav__item {
  margin-bottom: 20px;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

.mobile-nav__item .icon-chevron-right {
  margin-right: 10px;
  color: #606070;
}

.mobile-nav__item.is-lang {
  z-index: 300;
}

.mobile-nav__menu .selector-lang__list {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav__menu .selector-lang__item {
  align-items: center;
}

.mobile-nav__item:last-child {
  margin-right: unset;
}

.mobile-nav__item a {
  font-size: 1.125rem;
}

.mobile-nav__item .btn-long {
  margin-top: 14px;
  padding: 16px 40px;
  width: 100%;
  font-size: 1rem;
}

.mobile-nav__item .selector-lang__value {
  justify-content: flex-start;
}

.mobile-nav__item .selector-lang__selected img {
  width: 28px;
}

/*===========================================*\
      Mobile social menu
  \*===========================================*/

.mobile__list-social {
  position: relative;
  display: flex;
}

.mobile__list-social li {
  margin-right: 10px;
}

.mobile__list-social li:last-child {
  margin-right: unset;
}

.mobile__list-social li a {
  display: block;
  margin: unset;
  padding: unset;
  overflow: hidden;
  border-radius: 5px;
  line-height: inherit;
}

.mobile__list-social li a:hover {
  opacity: 0.8;
}

.mobile__list-social img {
  width: 30px;
  font-size: 0.875rem;
}

/* profile menu */

.profile__wrapper {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 5px;
  padding: 0 10px 0 0;
  border-radius: 100px;
  background: #f5f5f5;
}

.profile__wrapper:hover {
  opacity: 0.9;
}

.profile-circle__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 54px;
  color: #262c38;
  background: #ffffff;
}

#header-logo-img {
  width: 48px;
  min-width: 48px;
  height: 48px;
  outline: none;
}

#header-logo-img .profile-circle__icon {
  font-size: 20px;
}

#header-logo-img .profile-circle__icon.hidden {
  display: none;
}

.profile__wrapper .icon-chevron-down {
  font-weight: 600;
  color: #a0aec0;
}

.profile__menu {
  visibility: hidden;
  z-index: 900;
  position: absolute;
  top: calc(100% - 40px);
  right: 50px;
  padding: 10px;
  width: 240px;
  border-radius: 12px;
  box-shadow: 8px 16px 32px rgba(113, 128, 150, 0.08);
  background: #fff;
  opacity: 0;
  transition:
    0.2s transform ease,
    0.2s opacity ease,
    0.2s visibility ease;
  pointer-events: none;
}

.profile__menu.visible {
  pointer-events: all;
  user-select: initial;
  pointer-events: initial;
  transform: translateY(12px);
  visibility: visible;
  opacity: 1;
}

.profile__menu .separator,
.mobile-nav__menu .separator {
  margin: 10px 0;
  border-bottom: 1px solid #edf2f7;
}

.profile__menu-item-header {
  overflow: hidden;
  padding: 8px;
  border-radius: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}

.profile__menu-item span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
}

.profile__menu-item-header-name {
  margin-bottom: 5px;
  overflow: hidden;
  text-transform: capitalize;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}

.profile__menu-item-header-type {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  color: #718096;
}

.profile__menu-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 5px 0;
  border-radius: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}

.profile__menu-item > * {
  flex-grow: 1;
  padding: 8px;
}

.profile__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 5px 0;
  border-radius: 5px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
}

.profile__item span {
  font-weight: 400;
}

.profile__item a:not(.change-profile) {
  padding: 8px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}

.profile__item.btn {
  width: 100%;
  padding: unset;
  font-size: 0.875rem;
}

.profile__item.btn a {
  padding: 8px;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
}

.profile__item.btn button {
  padding: 8px;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
}

.profile__item.btn.with-outline a {
  color: #000000;
}

.profile__item:hover:not(.btn):not(.profile-active),
.profile__menu-item:hover,
.profile__menu-item-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.profile__item:hover.btn {
  opacity: 0.8;
}

.profile__item:hover.btn.with-outline {
  opacity: 0.6;
}

.profile__menu-item .profile__icon,
.profile__item .profile__icon {
  margin-right: 10px;
  width: 24px;
  color: #a0aec0;
}

.profile__menu-item .profile__icon.icon-logout {
  width: 17px;
}

.profile__item.booking .profile__icon {
  color: #F35C07;
}

.profile__item.booking.profile-active {
  color: #F35C07;
  background: rgba(236, 103, 56, 0.05);
}

.profile__item.ambassadors .profile__icon {
  color: #373E49;
}

.profile__item.ambassadors.profile-active {
  color: #373E49;
  background: rgba(94, 105, 122, 0.05);
}

.profile__item.freelances .profile__icon {
  color: #008F39;
}

.profile__item.freelances.profile-active {
  color: #008F39;
  background: rgba(0, 143, 57, 0.05);
}

.profile__item.business .profile__icon {
  color: #42C0ED;
}

.profile__item.business.profile-active {
  color: #42C0ED;
  background: rgba(66, 192, 237, 0.05);
}

.profile__wrapper-status {
  display: flex;
  flex-direction: column;
}

.profile__wrapper-status.visible {
  display: flex;
}

#btn-profile-register button,
#btn-profile-login button {
  background-color: transparent;
}

#btn-profile-login button {
  color: #ffffff;
}

.profile__name {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.2px;
  color: #1a202c;
}

.profile__status {
  font-size: 0.625rem;
  color: #8a95aa;
}

.profile__status.verified {
  color: #8a95aa;
}

@media screen and (max-width: 1199.98px) {
  .nav__list {
    display: none;
  }

  .mobile__menu-icon {
    display: block;
  }

  #header-profile-menu-mobile {
    width: 100%;
  }

  .mobile-nav__list {
    padding: 14px;
    width: 100%;
  }

  .header.is-search-booking {
    background-color: #ffffff;
    height: initial;
    /* top: 23px; */
    /* height: 300px; */
  }

  .header.is-search-booking .header__logo {
    display: none;
  }

  .header.is-search-booking .SearchBooking__is-header .SearchBooking__wrapper {
    height: initial;
  }

  .header__logo-wrapper,
  .wrapper-content-right {
    display: none !important;
  }

  .mobile__menu-icon {
    position: absolute;
    color: #ffffff;
    top: 20px;
    right: 20px;
  }

  .mobile__menu-icon.menu-icon-close {
    color: #262c38;
  }
}

@media screen and (max-width: 991.98px) {
  header {
    padding: 0 20px;
    height: 80px;
  }

  .header__logo img {
    width: 180px;
  }

  .header__logo span {
    font-size: 1rem;
  }

  .nav__list {
    display: none;
  }

  .mobile__menu-icon {
    display: block;
  }
}

@media screen and (max-width: 575.98px) {
  header {
    padding: 0 16px;
    height: 60px;
  }
}

footer {
  padding: 80px 40px 40px 40px;
  border-top: 1px solid #cfd9e3;
}

/*===========================================*\
      Footer top
  \*===========================================*/

.footer__top {
  display: flex;
  padding-bottom: 60px;
}

.footer__logo {
  display: block;
}

.footer__logo img {
  width: 130px;
}

.footer__navlist {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.footer__navlist-item {
  margin-right: 60px;
}

.footer__navlist-item:last-child {
  margin-right: unset;
}

.footer__navlist-item .footer__navlist-item-label {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 180%;
}

.footer__navlist-item a {
  margin: 0 -6px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 180%;
  color: #777E91;
}

.footer__navlist-item-link {
  margin-bottom: 8px;
}

.footer__navlist-item-link a:hover {
  opacity: 0.6;
}

.footer__navlist-item-label {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 12px;
  text-transform: uppercase;
  color: #23262f;
}

.footer__contact {
  width: 340px;
}

.footer__list-social {
  display: flex;
  margin-top: 20px;
}

.footer__list-social li {
  margin-right: 6px;
}

.footer__list-social li:last-child {
  margin-right: unset;
}

.footer__list-social li a {
  display: block;
  margin: unset;
  padding: unset;
  overflow: hidden;
  border-radius: 5px;
  line-height: inherit;
}

.footer__list-social li a:hover {
  opacity: 0.8;
}

.footer__list-social img {
  width: 22px;
  font-size: 0.875rem;
}

/*===========================================*\
      Footer bottom
  \*===========================================*/

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  border-top: 2px solid #f4f5f6;
}

.footer__copyright {
  font-size: 0.875rem;
}

.footer__icon-ws {
  margin-right: 8px;
  width: 30px;
}

@media screen and (max-width: 1199.98px) {
  .footer__navlist-item {
    margin-right: 40px;
  }

  .footer__contact {
    width: initial;
  }

  .footer__list-social {
    justify-content: center;
  }
}

@media screen and (max-width: 991.98px) {
  footer {
    text-align: center;
    padding: 40px 30px 20px;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__top h6 {
    font-size: 1.625rem;
  }

  .footer__top p {
    font-size: 1rem;
  }

  .footer__navlist {
    flex-direction: column;
    margin-top: 60px;
  }

  .footer__navlist-item {
    margin-right: unset;
    margin-bottom: 30px;
  }

  .footer__navlist-item .footer__navlist-item-label {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }

  .footer__latest_news {
    width: 100%;
  }

  .footer__bottom {
    padding-top: 20px;
    align-items: center;
  }

  .footer__social-item {
    margin-right: 10px;
  }

  .footer__contact {
    width: 100%;
  }

  .footer__copyright {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 575.98px) {
  footer {
    padding: 16px 16px 80px 16px;
    text-align: start;
    background: #fcfdfd;
  }

  .footer__top {
    padding-bottom: 16px;
  }

  .footer__bottom {
    padding-bottom: 16px;
  }

  .footer__top .footer__logo {
    display: none;
  }

  .footer__navlist {
    margin-top: unset;
  }

  .footer__navlist-item ul {
    gap: 10px;
  }

  .footer__navlist-item {
    margin-bottom: unset;
    padding: 10px 0;
    border-bottom: 1px solid #e7eaea;
  }

  .footer__navlist-item:first-child {
    padding-top: unset;
  }

  .footer__navlist-item:last-child {
    padding-top: 16px;
    padding-bottom: unset;
    border-bottom: unset;
  }

  .footer__navlist-item a {
    font-size: 0.75rem;
  }

  .footer__navlist-item-link {
    margin-bottom: unset;
    padding: 5px 0;
  }

  footer .input-round {
    background-color: #ffffff;
  }

  .footer__icon-ws {
    width: 25px;
  }

  .footer__navlist-item .footer__navlist-item-label {
    font-weight: 700;
    font-size: 0.6875rem;
  }

  footer .input-round input {
    padding: 12px 12px;
    font-size: 0.6875rem;
  }

  footer .input-round-circle {
    padding: 5px;
    margin-right: 6px;
  }
}

.legal__cont a {
  color: #88909e;
}

.legal__cont a:hover {
  color: #373E49;
}
