/* Common */

a {
  list-style: none;
  text-decoration: none;
}
li {
  list-style: none;
  margin: 0px;
}
ul {
  padding: 0px;
}

/* HEADER NAVBAR */

@media only screen and (min-width: 1200px) {
  .nav-item > .nav-link {
    padding: 5px 20px !important;
    display: block !important;
  }
}
@media only screen and (max-width: 2400px) {
  .header-inner {
    background-color: white !important;
  }
  .nav-item > .nav-link {
    color: #595959 !important;
    padding-left: 3px;
    line-height: 30px;
  }
  .logo {
    color: #000 !important;
    font-weight: 700 !important;
  }
}

.banner-btn {
  padding: 0 34px;
  z-index: 1;
  margin: 30px auto 25px;
  line-height: 56px;
  position: relative;
  border-radius: 6px;
  height: 56px;
  font-size: 16px;
  background-color: #fe4066;
  display: inline-block;
  color: #ffffff;
  transition: 0.3s;
  text-align: center;
}

.banner-btn:hover {
  text-decoration: none;
  color: #fe4066;
  background-color: white;
}

.header {
  position: relative;
  width: 100%;
}

.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}

.logo {
  color: #ffffff;
  font-family: 'Poppins', 'Arial', sans-serif;
  font-weight: 700;
}

.nav-item .nav-link {
  display: block;
  line-height: 36px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  transition: 0.15s;
}

.nav-item .nav-link:hover {
  color: #fe4066;
}

.header-btn {
  color: #ffffff;
  border-radius: 30px;
  background-color: rgb(41, 46, 97);
  border: none;
  font-weight: 500;
  outline: none;
  font-size: 15px;
  padding: 7px 22px;
  transition: 0.5s;
}

.header-btn:hover {
  background-color: #fe4066;
  cursor: pointer;
}

.navbar-scroll {
  background-color: #ffffff;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  transition-duration: 0.6s;
}

.navbar-scroll .nav-item .nav-link {
  color: black;
}

.navbar-scroll .header-btn {
  color: #ffffff;
  background-color: #fe4066;
}

.navbar-scroll .logo {
  color: #000;
  font-weight: 700;
}

header .nav {
  float: right;
}

/* bootstrap change */

.dropdown-menu {
  border: none;
  font-size: 0.9rem;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-item {
  color: #595959;
}

.nav-item .nav-link {
  line-height: 25px;
}

.nav-link:focus,
.nav-link:hover {
  color: #ffffff;
}

.content-banner {
  background-color: #fe4066;
  height: 500px;
}
