.header {
  width: 100%;
  height: 800px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.header-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-text {
  color: white;
  height: 100%;
  font-weight: 600;
  font-size: 28px;
  padding: 20px;
}

.header-button {
  padding: 20px;
}

.header-button .btn {
  padding: 15px 70px;
  font-size: 22px;
}

.logo {
  width: 70%;
}

.navbar-nav {
  margin-left: auto;
}

.nav-item {
  padding: 0px 30px;
  font-size: 23px;
}

.nav-link {
  color: white !important;
}

.dropdown-menu {
  width: 100%;
  background: #100F40;
  border: 2px solid #BE1E2D;
  padding: 30px 20px;
}

.dropdown-item {
  color: white;
  border-bottom: 1px solid lightgray;
  padding: 20px 0px 20px 0px;
}

.dropdown-item:hover {
  color: white;
  border-bottom: 1px solid lightgray;
  padding: 20px 0px 20px 0px;
  background: #100F40;
}

.dropdown-item:focus {
  color: white;
  border-bottom: 1px solid lightgray;
  padding: 20px 0px 20px 0px;
  background: #100F40;
}

.dropdown-toggle {
  color: white;
  margin: auto 5px;
  padding-left: 5px;
  cursor: pointer;
}

@media (max-width: 576px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-nav {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .navbar {
    display: block;
  }
  .first-part-top-top {
    margin: 0px auto 10px auto;
  }
  .header-text{
    font-size: 32px !important;
  }
}

@media (max-width: 992px) {
  .nav-item {
    font-size: 18px;
  }
  .logo {
    width: 100%;
  }
  .header-container {
    height: 70%;
  }
  .header-index {
    height: 500px;
  }
}

@media (max-width: 1200px) {
  .dropdown-item {
    font-size: 12px;
  }
  .nav-item {
    padding: 0px 15px;
    font-size: 20px;
  }
}