/****** PLACE YOUR CUSTOM STYLES HERE ******/

h4,
h3,
h2 {
  font-family: "Rozha One", sans-serif;
  color: #333333;
}
p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.nav-bar {
  padding: 32px 0 0;
  height: 88px;
  max-height: none;
}
nav.fixed.scrolled .nav-bar {
  padding: 24px 0;
  height: 104px;
}
.menu li {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.montserrate-text {
  font-family: "Montserrat", sans-serif;
}

.btn.btn-red {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 16px;
  color: white;
  height: 56px;
  border-radius: 8px;
  border: none;
  opacity: 1;
  background-color: #ff2e5d;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn.btn-red:visited {
  color: white;
  border-radius: 8px;
}
.btn.btn-red:hover {
  background-color: #ff2e5dc2;
}

.btn.btn-red.btn-outline {
  background-color: transparent;
  border: 2px solid #ff2e5d;
  color: #ff2e5d;
}
.btn.btn-red.btn-outline:hover {
  border: 2px solid #333333;
  background-color: #333333;
  color: white;
}

.btn-box {
  display: flex;
  gap: 0 16px;
}
.btn-box-j-center {
  justify-content: center;
}

@media (max-width: 990px) {
  .nav-bar {
    padding: 16px 0 0;
  }
  .menu li {
    gap: 16px;
    flex-direction: column;
  }
  .btn-box {
    flex-direction: column;
  }
  .menu .menu-btn {
    margin: 0 0 16px;
  }
  .language .menu > li ul {
    top: 0;
  }
}
