﻿.hitit-header,
.hitit-header * {
  box-sizing: border-box;
}

.hitit-header {
  position: relative;
  z-index: 999;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

/* =======================
   YEŞİL ANA BAR
======================= */

.hitit-mainbar {
  width: 100%;
  height: 74px;
  padding: 0 16px;

  display: flex;
  align-items: center;

  background: #19865f;
  color: #fff;
}

/* LOGO */

.hitit-brand {
  width: 240px;
  min-width: 240px;
  height: 74px;

  display: flex;
  align-items: center;

  text-decoration: none;
}

.hitit-brand img {
  display: block !important;
  width: 198px !important;
  height: 52px !important;

  object-fit: contain !important;
  object-position: left center !important;

  margin: 0 !important;
}

/* ANA MENÜ */

.hitit-mainnav {
  flex: 1;

  height: 74px;

  display: flex !important;
  align-items: center;
  justify-content: center;

  gap: 18px;

  margin: 0;
  padding: 0;
}

.hitit-mainnav a {
  position: relative;

  height: 74px;

  display: flex;
  align-items: center;

  margin: 0;
  padding: 0;

  color: #fff !important;
  text-decoration: none !important;

  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  white-space: nowrap;
}

.hitit-mainnav a:hover {
  opacity: .8;
}

/* HOT */

.aviator-link {
  padding-right: 13px !important;
}

.hitit-hot {
  position: absolute;

  top: 17px;
  right: -5px;

  display: block;

  padding: 2px 4px;

  background: #ff4050;
  color: #fff;

  border-radius: 2px;

  font-size: 9px;
  font-weight: 700;
  line-height: 11px;
}

/* SAĞ BUTONLAR */

.hitit-actions {
  display: flex !important;
  align-items: center;

  gap: 13px;

  margin-left: 22px;
}

.hitit-actions button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  height: 38px !important;

  margin: 0 !important;
  padding: 0 17px !important;

  border: 0 !important;
  border-radius: 4px !important;

  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;

  color: #fff !important;

  cursor: pointer;
  white-space: nowrap;
}

.hitit-login {
  background: transparent !important;
}

.hitit-register {
  background: #ff3846 !important;
}

.hitit-support {
  background: #ffad00 !important;
}

/* =======================
   ALT LACİVERT BAR
======================= */

.hitit-subbar {
  width: 100%;
  height: 42px;

  display: flex !important;
  align-items: stretch;

  margin: 0;
  padding: 0;

  background: #26364e;
  color: #fff;
}

/* ARAMA */

.hitit-search {
  width: 320px;
  min-width: 320px;
  height: 42px;

  display: flex;
  align-items: center;

  padding: 0 14px;

  gap: 8px;
}

.hitit-search-icon {
  width: 18px;

  color: #fff;

  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.hitit-search input {
  width: 100% !important;
  height: 42px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  outline: 0 !important;

  background: transparent !important;

  color: #fff !important;

  font-size: 13px !important;
  font-weight: 600 !important;
}

.hitit-search input::placeholder {
  color: #fff !important;
  opacity: 1;
}

/* SPOR MENÜ */

.hitit-sportsnav {
  flex: 1;

  height: 42px;

  display: flex !important;
  align-items: stretch;

  gap: 29px;

  margin: 0;
  padding: 0;
}

.hitit-sportsnav a {
  position: relative;

  height: 42px;

  display: flex;
  align-items: center;

  margin: 0;
  padding: 0;

  color: #8fa4c0 !important;

  text-decoration: none !important;

  font-size: 12px;
  font-weight: 600;

  white-space: nowrap;
}

.hitit-sportsnav a.active {
  color: #fff !important;
}

.hitit-sportsnav a.active::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 4px;

  background: #ffd027;
}

/* SAĞ ALT */

.hitit-options {
  height: 42px;

  display: flex !important;
  align-items: center;

  gap: 35px;

  padding: 0 18px 0 25px;
}

.hitit-option {
  display: flex;
  align-items: center;

  gap: 12px;

  white-space: nowrap;
}

.hitit-option > span {
  color: #8ea3bd;

  font-size: 12px;
  font-weight: 600;
}

.hitit-option button {
  display: inline-flex !important;
  align-items: center;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  background: transparent !important;

  color: #fff !important;

  font-size: 12px !important;
  font-weight: 700 !important;

  cursor: pointer;
}

.hitit-option small {
  margin-left: 5px;
  color: #91a5bc;
  font-size: 8px;
}

/* =======================
   ORTA BOY
======================= */

@media (max-width: 1500px) {

  .hitit-brand {
    width: 205px;
    min-width: 205px;
  }

  .hitit-brand img {
    width: 175px !important;
  }

  .hitit-mainnav {
    gap: 13px;
  }

  .hitit-mainnav a {
    font-size: 12px;
  }

  .hitit-actions {
    gap: 7px;
    margin-left: 10px;
  }

  .hitit-actions button {
    padding: 0 12px !important;
    font-size: 11px !important;
  }

  .hitit-search {
    width: 270px;
    min-width: 270px;
  }
}

/* =======================
   TABLET
======================= */

@media (max-width: 1100px) {

  .hitit-mainbar {
    height: auto;
    min-height: 64px;

    flex-wrap: wrap;

    padding: 7px 10px;
  }

  .hitit-brand {
    width: auto;
    min-width: 0;
    flex: 1;

    height: 52px;
  }

  .hitit-brand img {
    width: 145px !important;
    height: 45px !important;
  }

  .hitit-mainnav {
    order: 3;

    width: 100%;
    flex: 0 0 100%;

    height: 42px;

    justify-content: flex-start;

    gap: 20px;

    overflow-x: auto;
  }

  .hitit-mainnav a {
    height: 42px;
  }

  .hitit-hot {
    top: 2px;
  }

  .hitit-subbar {
    overflow-x: auto;
  }

  .hitit-search {
    width: 180px;
    min-width: 180px;
  }

  .hitit-sportsnav {
    min-width: 510px;
  }

  .hitit-options {
    min-width: 290px;
  }
}

/* =======================
   MOBİL
======================= */

@media (max-width: 650px) {

  .hitit-actions button {
    height: 34px !important;
    padding: 0 8px !important;
    font-size: 9px !important;
  }

  .hitit-support {
    display: none !important;
  }

  .hitit-mainnav {
    gap: 17px;
  }

  .hitit-search {
    width: 130px;
    min-width: 130px;
  }
}
