#nav-ajanlat, #nav-ajanlat:hover, #nav-ajanlat:active {
  color: white;
  background-color: var(--md-kek);
  padding: 7px 20px;
  font-family: 'Campton';
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin-left: 2rem;
}

body {
  --md-kek: #2ba2dc;
  --fekete: #2b2b2b;
  --szurke: #f2f2f3;
  --campton: "Campton";
  --opensans: "Open Sans";
  --campton-semibold: "Campton SemiBold";
  --campton-extrabold: "Campton ExtraBold";
}

.heading {
  font-family: 'Campton';
  font-weight: 700;
  font-size: 4rem;
  line-height: 4rem;
  text-transform: uppercase;
  width: 870px;
}

@media (max-width: 360px) {
  .heading {
    font-family: 'Campton';
    font-weight: 700;
    font-size: 2rem!important;
    line-height: 2rem!important;
  }
}

@media (max-width: 576px) {
  .heading {
    font-family: 'Campton';
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 2.5rem;
    width: 100%;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Campton';
}

.form-control, .form-select {
  border: 2px solid white;
  border-radius: 0;
  background: transparent;
  color: white !important;
}

option {
  color: var(--fekete);
}

.grey {
  width: 100%;
  height: 55%;
  right: 60%;
  padding-top: 3rem;
  position: absolute;
  display: flex;
  z-index: -1;
}

@media (max-width: 768px) {
  .grey {
    width: 100%;
    height: 35%;
    right: 0;
    padding-top: 3rem;
    position: absolute;
    display: flex;
    z-index: -1;
  }
}

@media (max-width: 576px) {
  .grey {
    width: 100%;
    height: 30%;
    right: 0;
    padding-top: 3rem;
    position: absolute;
    display: flex;
    z-index: -1;
  }
}

@media (max-width: 360px) {
  .grey {
    width: 100%;
    height: 28%;
    right: 0;
    padding-top: 3rem;
    position: absolute;
    display: flex;
    z-index: -1;
  }
}

@media (max-width: 768px) {
  .em {
    margin-bottom: 5rem !important;
  }
}

.em {
  margin-bottom: 12rem;
}

.mobil-pad {
  padding-left: 0.5rem!important;
  padding-right: 0.5rem!important;
}

.header-sec {
  height: 102vh;
  background: url("../../assets/img/moc-head.jpg?h=28369e0ee39e9379f207059a603c0b6c") top center / cover no-repeat;
  padding-bottom: 5rem;
  margin-top: -7rem;
}

@media (max-width: 576px) {
  .header-sec {
    height: 90vh;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("../../assets/img/moc-head.jpg?h=28369e0ee39e9379f207059a603c0b6c") top right 20% / cover no-repeat;
    padding-bottom: 5rem;
    margin-top: -7rem;
  }
}

.form-control:focus {
  background-color: transparent;
  border-color: white;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}

.form-check a {
  color: white;
}

.white-btn:hover, .white-btn:active {
  background-color: var(--md-kek)!important;
  border: 2px solid var(--md-kek)!important;
  border-radius: 0;
  transition-duration: 0.3s;
}

.white-btn {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 0;
  padding: 7px 20px;
  font-family: 'Campton';
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

.black-btn:hover, .black-btn:active {
  background: var(--md-kek)!important;
  border-color: var(--md-kek)!important;
  transition: 0.3s;
}

.black-btn {
  background-color: transparent;
  border: 2px solid var(--fekete);
  border-radius: 0;
  padding: 7px 20px;
  font-family: 'Campton';
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: var(--fekete);
}

li::marker {
  font-size: 12px;
  color: var(--md-kek);
}

.carousel-indicators [data-bs-target] {
  height: 10px;
  background-color: var(--fekete);
  opacity: 1;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: var(--md-kek);
}

.carousel-control-next, .carousel-control-prev {
  width: 5%;
  text-decoration: none;
}

.carousel-control-prev {
  left: -5%;
}

.carousel-control-next {
  right: -5%;
}

.carousel-item {
  min-height: 850px;
  display: flex !important;
  align-items: center;
  transition: all .6s ease;
}

.mobile-item {
  min-height: 400px;
}

.separator.contact, .phone-link.contact, .mail-link.contact {
  color: white;
}

.phone-link, .mail-link {
  text-decoration: underline;
}

