.header-container {
  display: flex;
  height: 3.75rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}
.header-container.visible {
  transform: translateY(0);
}
.header-container .logo-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: black;
  padding-left: 3rem;
  margin-top: 0.15rem;
}
.header-container .logo-section div {
  width: 16rem;
  border-right: 1px solid black;
  display: flex;
  align-items: center;
  height: 2.5rem;
  font-size: 20px;
  overflow: hidden;
}
.header-container .logo-section div p {
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    #c8c8c8 0%,
    #000 25%,
    #000 50%,
    #000 75%,
    #000 100%
  );
  background-size: 200% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0;
}

.header-container.visible .logo-section div.active p {
  transition: transform 0.4s ease .4s, opacity 0.4s ease .4s;
  transform: translateX(0);
  animation: shine 0.4s forwards ease .4s;
  opacity: 1;
}

@keyframes shine {
  0% {
    background-position: 100% center; 
  }
  100% {
    background-position: -100% center;
    /* color: #000;  */
  }
}


.header-container .cta-section {
  padding-right: 3rem;
}
.header-container .cta-section .question-button {
  display: flex;
  border: none;
  width: 13rem;
  position: relative;
  align-items: center;
  height: 3rem;
  cursor: pointer;
}
.header-container .cta-section .question-button .button-content {
  display: flex;
  border: none;
  font-style: normal;
  font-weight: 500;
  background: #c70000;
  color: #fff;
  width: 13rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  height: 3rem;
  opacity: 1;
}
.header-container .cta-section .question-button .button-hover-content {
  display: flex;
  border: none;
  font-style: normal;
  font-weight: 500;
  width: 13rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  background: #a10000;
  height: 3rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-container .cta-section .question-button .button-hover-content img {
  position: absolute;
  left: 1rem;
}
.header-container .cta-section .question-button .button-content img {
  position: absolute;
  right: 1rem;
}
.header-container .cta-section .question-button .button-content span {
  font-size: 11px;
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 1rem;
  font-family: "VELUX Transform Variable";
}
.header-container .cta-section .question-button .button-hover-content span {
  font-size: 11px;
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  right: 1rem;
}
.header-container .cta-section .question-button .button-hover-content:hover {
  opacity: 1;
}

@media (max-width: 1440px) {
  .header-container .logo-section div {
    width: 12rem !important;
  }
  .header-container .cta-section .question-button .button-hover-content,
  .header-container .cta-section .question-button .button-content,
  .header-container .cta-section .question-button {
    width: 11rem;
    height: 2.5rem;
  }
}
@media(max-width:769px){
  .header-container .cta-section .question-button {
    width: 10rem;
    height: 2.5rem;
  }
  .header-container .cta-section .question-button .button-content {
    width: 10rem;
    height: 2.5rem;
  }
  .header-container .cta-section .question-button .button-hover-content {
    width: 10rem;
    height: 2.5rem;
  }
  .header-container .cta-section .question-button .button-hover-content img {
    left: .75rem;
  }
  .header-container .cta-section .question-button .button-content img {
    right: .75rem;
  }
  .header-container .cta-section .question-button .button-content span {
 
    left: .75rem;
  }
  .header-container .cta-section .question-button .button-hover-content span {
    right: .75rem;
  }
  .header-container .cta-section .question-button .button-hover-content:hover {
    opacity: 1;
  }
  .header-container .logo-section div p{
    font-size: .8rem;
  }
  .header-container .logo-section{
    width: 16.5rem;
  }
  .header-container .logo-section img{
    width: 5rem !important;
  }
}
@media(max-width:501px){
  .header-container .cta-section .question-button {
    width: 7.5rem;
    height: 2rem;
  }
  .header-container .cta-section .question-button .button-content {
    width: 7.5rem;
    height: 2rem;
    
  }
  .header-container .cta-section .question-button .button-hover-content {
    width: 7.5rem;
    height: 2rem;

  }
  .header-container .cta-section .question-button .button-hover-content img {
    left: .3rem;
    width: .8rem;
  }
  .header-container .cta-section .question-button .button-content img {
    right: .3rem;
    width: .8rem;
  }
  .header-container .cta-section .question-button .button-content span {
 
    left: .3rem;
    font-size: .6rem !important;
  }
  .header-container .cta-section .question-button .button-hover-content span {
    right: .3rem;
    font-size: .6rem !important;
  }
  .header-container .cta-section .question-button .button-hover-content:hover {
    opacity: 1;
  }
  .header-container .logo-section div p{
    font-size: .625rem;
  }
  .header-container .logo-section{
    width: 12rem;
  }
  .header-container .logo-section img{
    width: 4rem !important;
  }
  .header-container .cta-section {
    padding-right: 1rem;
  }
  .header-container .logo-section {
    padding-left: 1rem;
  }
}
