/* -------------------------- START HEADER STYLE CSS--------------------------------- */

.header-top i {
  /* font-size: 15px !important; */
  margin-right: 10px !important;
}

.header-top a:link {
  text-decoration: none;
}

.header-top span {
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
}

.text-top:hover {
  text-decoration: underline;
}

.header-top {
  background-color: #ffffff;
  /* background-color: #26272b; */
  color: #fff;
  text-align: right;
  padding: 5px 40px;
  display: flex;
  justify-content: right;
  gap: 20px;
  font-size: 0.8rem;
  place-items: center;
  padding: 10px;
}

.navbar {
  justify-content: space-around !important;
  top: 0 !important;
  background-color: #000 !important;
  display: flex !important;
  align-items: center !important;
  /* padding: 1rem !important; */
  z-index: 1000 !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  transition: background-color 0.1s ease;
}

/* Logo styles */

.logo {
  display: flex !important;
  align-items: center !important;
}

.logo img {
  height: 60px !important;
  width: auto !important;
}

.nav-inline {
  display: flex !important;
  gap: 50px !important;
  text-transform: uppercase;
}

.nav-inline a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 600;
}

@media (max-width: 1400px) {
  .nav-inline a {
    font-size: 12px !important;
  }
}

.burger {
  display: none !important;
  flex-direction: column !important;
  cursor: pointer !important;
  width: 25px !important;
  height: 20px !important;
  justify-content: space-between !important;
}

.burger div {
  height: 3px !important;
  background-color: #fff !important;
  width: 100% !important;
}

.slide-menu {
  position: fixed !important;
  top: 1.7rem !important;
  left: 100% !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #000000e8 !important;
  display: flex !important;
  flex-direction: column !important;
  padding-top: 0px !important;
  transition: left 0.3s ease !important;
  z-index: 999 !important;
  font-weight: 600;
  justify-content: center;
}

.slide-menu.active {
  left: 0 !important;
  display: none !important;
}

.slide-menu a {
  color: #fff !important;
  padding: 15px 20px !important;
  text-decoration: none !important;
  font-size: 16px !important;
  text-align: center !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  text-transform: uppercase;
}

/* .nav-inline a,
.slide-menu a {
  color: #fff !important;
  padding: 15px 0 !important;
  text-decoration: none !important;
  font-size: 16px !important;
  text-align: center !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  transition: background-color 0.3s ease; 
}

.nav-inline a:hover,
.slide-menu a:hover {
  border-bottom: 2px solid #fff;
} */

/* .slide-menu a:hover {
  cursor: pointer;
}

.slide-menu a:active {
  background-color: #000 !important;
} */

/* 
.offers-foton {
  text-align: center;
} */

.under-line {
  text-decoration: none;
  position: relative;
  transition: 0.4s;
}

.under-line::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -15px;
  left: 50%;
  background-color: #ffffff;
  transition: all 0.4s;
}

.under-line:hover::before {
  width: 100%;
  left: 0;
}

.sticky-top {
  z-index: 1 !important;
}

/* .navbar.transparent {
    background-color: #000000b5 !important;
    box-shadow: none !important;
} */

.navbar {
  /* overflow: hidden; */
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}

/* .subnav {
  float: left;
  overflow: hidden;
} */

.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  /* padding: 14px 16px; */
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,
.subnav:hover .subnavbtn {
  background-color: rgba(255, 255, 255, 0);
  color: #efbf04 !important;
}

.subnav-content {
  display: none;
  position: absolute;
  top: 4rem;
  left: 0;
  background-color: rgb(0, 0, 0, 0.5);
  width: 100%;
  z-index: 100;
  padding: 3rem;
  text-align: center !important;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  /* background-color: #eee; */
  color: rgb(255, 255, 255);
}

.subnav:hover .subnav-content {
  display: block;
}

@media (max-width: 768px) {
  .header-top {
    font-size: 9.5px;
    padding: 5px;
    justify-content: center;
  }
  .navbar {
    padding: 1rem !important;
  }
  /* i {
    font-size: 9.5px !important;
  } */
}

@media (max-width: 1045px) {
  .nav-inline {
    display: none !important;
  }
  .burger {
    display: flex !important;
  }
  .slide-menu.active {
    display: flex !important;
  }
  /* .offers-foton {
    text-align: center;
  } */
  .navbar {
    justify-content: space-between !important;
    padding: 1rem !important;
  }
}

@media (max-width: 1466px) {
  .nav-inline {
    gap: 10px !important;
  }
}

/* -------------------------- END HEADER STYLE CSS--------------------------------- */
