.header3-img {
  width: 100px;
  /* background-color: aqua;
  color: blue; */
  margin-left: 15px;
  margin-right: 15px;
}
.header3-sub-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header3-master {
  /* background-color: blue !important; */
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  /* background-color: rgba(250, 235, 215, 0); */
  backdrop-filter: blur(10px);
}

.header3-sub-sec p {
  margin-bottom: 0px;
  color: white;
}
.header3-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header3-links li a {
  color: white;
  padding: 20px 0;
  display: flex;
  position: relative;
  align-items: center;
}
.header3-links-sub-sec {
  width: 50%;
  margin: auto;
}
.header3-links-main {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: 25px;
}
.header3-links {
  position: relative;
}

.header3-ul a::after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  background: white;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: all 0.3s;
  margin: auto;
}

.header3-ul a:hover::after {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .header3-links-sub-sec {
    width: 80%;
  }
}
@media only screen and (max-width: 450px) {
  .header3-links-sub-sec {
    width: 90%;
  }
}
@media only screen and (max-width: 450px) {
  .header3-links li a {
    font-size: 12px;
  }
}
