

header {
  box-shadow: 0 0 10px var(--dark-color);
}

#main-header {
  position: fixed;

  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--light-color);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#main-header.header-hidden {
  transform: translateY(-100%);
}

#main-header.header-scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}
.h-top {
  padding: 5px 0;
  background: #510a88;
  color: var(--light-color);
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo {
  width: 130px;
  padding: 10px 0 10px 0;
  margin-right: 20px;
}

.head-btn {
  color: var(--light-color);
  padding: 10px 31px;
  border-radius: 5px;
  display: inline-block;
  background: var(--primary-color);
}
.head-btn:hover {
  text-decoration: underline;
  color: var(--light-color);
}

nav .main-ul li {
    padding: 18px 15px;
    transition: 1s;
}
/* Navigation Base Styles */
.main-ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-ul > li {
  position: relative;
}

.main-ul > li > a {
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  padding: 10px 0;
  display: block;
}

.main-ul > li > a:hover {
  color: var(--secondary-color);
}
.nav-top-mobile {
  display: none;
}
/* Header Responsive */
@media (max-width: 992px) {
  .main-ul {
    flex-direction: column;
    gap: 0;
  }
}

.bar {
  display: none;
}

.bar i {
  font-size: 20px;
  margin: 0 20px;
  color: rgb(0, 0, 0);
}

@media (max-width: 992px) {
  .nav-right .panal,
  .main-page-link-wrapper li a i,
  .overview,
  .switch-toggle {
    display: none !important;
  }
.logo {
    width: 130px;
    padding: 20px 0 20px 0;
    margin-right: 20px;
}
  .mobil-contact {
    display: block;
  }

  nav {
    padding: 0 0px;
  }

  .menu {
    width: 350px;
    position: absolute;
    top: 100%;
    left: -130%;
    margin-left: 0 !important;
    transition: 0.5s ease-in-out;
    background: rgb(244 244 244);
    max-height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 10000;
  }

  .menu.active {
    left: 0;
  }

  nav .main-ul {
    padding: 10px 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: right;
  }

  nav .main-ul li {
    width: 100%;
    display: block;
    text-align: left;

    padding: 5px 0;
  }

  nav .main-ul li a {
    font-size: 18px;
    display: block;
  }

  .bar {
    display: inline-block;
  }

  .open {
    display: block;
  }

  .button-ul .btn {
    position: relative;
    margin-top: 20px;
    left: 5px;
  }

  .nav-top-mobile {
    width: 100%;
    display: block;
  }
  .nav-top-mobile a:first-child{
    display: block;
    margin-bottom: 20px;
  }
  nav .main-ul li.search {
    display: none;
  }
}

@media (max-width: 500px) {
  .menu {
    width: 100%;
  }
}






.punchline-wrapper {
  background: #ebe7e7;
  padding: 0px 0px;
}
.punchline-wrapper .ant-row {
  min-height: 300px;
}
.punchline-wrapper h2 {
  font-size: 40px;
}

.punchline-left,
.punchline-right {
  height: 100% !important;
  padding: 10px 0;
}

.border-left {
  border-right: 1px solid rgb(27, 27, 27);
}
.punchline-wrapper ul li {
  margin: 25px 0 !important;
}
.punchline-right a {
  color: #414042;
  margin: 10px 0;
  border: 1px solid #414042;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 15px;
}
.punchline-right a:hover {
  color: #ff4350;
  transition: linear 0.5s;
  border: 1px solid #ff4350;
  border-radius: 15px;
}
.location-wrapper {
  background-color: #d5d1d1;
  color: rgb(0, 0, 0);
}

.location-wrapper .wrapper {
  min-height: 200px;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.home-form {
  background-color: #ffffff0f;
  border-radius: 10px;
  padding-top: 15px;
  box-shadow: 0 0 10px #2222220a;
}
.location-wrapper a,
.punchline-wrapper a {
  color: rgb(0, 0, 0);
}
.location-wrapper .socal,
.punchline-wrapper .socal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.location-wrapper .socal a,
.punchline-wrapper .socal a {
  font-size: 25px;
  color: rgb(0, 0, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Makerspace a span {
  font-size: 18px;
  font-weight: 500;
  color: black;
  display: block;
  margin-bottom: 5px;
}

.punchline-wrapper .socal a svg {
  margin-top: -2px;
}
.location-wrapper .socal a:hover,
.punchline-wrapper .socal a:hover,
.location-wrapper .socal a:hover svg {
  background: rgb(161, 161, 161);
  color: black;
}
.punchline-wrapper a:hover {
  color: #ff4350;
}
.location-wrapper .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #ff4350;
  border-radius: 0;
}
.location-wrapper .form-control:hover,
.location-wrapper .form-control:focus {
  background: #ff435014;
  box-shadow: none;
}
.location-wrapper .form-control:hover::placeholder,
.location-wrapper .form-control:focus::placeholder {
  color: #000;
}
.location-wrapper .form-control::placeholder {
  color: rgb(0, 0, 0);
}

.footer-container {
  background-color: #000000;
  padding: 30px 50px;
  color: #f1f1f1;
}

.footer-logo img {
  width: 130px;
}

.social svg {
  color: #f1f1f1;
  font-size: 25px;
  margin-left: 10px;
}

.social svg:hover {
  color: #ff0000;
}

.footer-container .icon-box {
  margin-right: 15px;
}

.footer-container h4 {
  margin: 20px 0;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.footer-item-wrapper ul li {
  padding: 5px 0;
}

.footer-item-wrapper li a {
  color: rgb(255, 255, 255);
  word-break: break-word;
  font-weight: 300;
  font-size: 12px;
}
.punchline-left .lo-icon-box i,
.c-icon-box i {
  color: #0087ef;
}

.footer-container li a:hover {
  color: #ff0000;
}
.footer-container li a:hover i {
  color: #ff0000;
}

.copyright {
  color: white;
  padding: 5px 0;
  background-color: #272727;
  padding: 10px 0px;
}

.social-sticky-wrapper {
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: var(--primary-color);
  padding: 10px 15px;
  border-radius: 15px 0 0 15px;
}
.social-sticky-wrapper span,
.social-sticky-wrapper a {
  font-size: 25px;
  color: #ffffff;
}
.social-sticky-wrapper a:hover{
  color: #ededed;
}
.social-sticky-wrapper a.borderd {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.social-sticky-wrapper .mobil {
  display: none;
}
@media (max-width: 998px) {
.border-left{
  border-right: none;
}
}

@media (max-width: 768px) {
  .social-sticky-wrapper .desktop {
    display: none;
  }
}

@media (max-width: 550px) {
  .footer-container {
    padding: 15px 15px;
  }
  .copyright {
    text-align: center;
    padding: 10px 15px;
  }
  .footer-logo img {
    margin: 10px auto;
  }
}
@media (max-width: 420px) {
  .social-sticky-wrapper span,
  .social-sticky-wrapper a {
    font-size: 20px;
  }
}
