.hidden-widjet-title {
  font-size: 66px;
  font-weight: 500;
  line-height: 127%;
  text-transform: uppercase;
  opacity: 0;
}

.custom-page-header {
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.custom-widget-bg {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 0;
}

.custom-widget-bg.bottom-bg {
  bottom: unset;
  top: 0;
}


.custom-page-header-content {
  position: relative;
  padding-top: 40px;
  min-height: 350px;
}


.custom-page-header .custom-widget-title.string-count-2 {
  height: 170px;
}

.custom-page-header .custom-widget-title.string-count-3 {
  min-height: 260px;
}

.custom-page-header .custom-widget-title div {
  font-size: 66px;
  font-weight: 500;
  color: #282828;
  line-height: 127%;
  display: inline;
  text-transform: uppercase;
}

.custom-page-header .custom-widget-title div span {
  color: #FFAA00;

}

.custom-page-header .custom-widget-title .typed-cursor {
  color: #FA0;
  font-size: 66px;
  font-weight: 500;
  margin-left: 10px;
  display: inline-block;
  transform: translateY(-6px);
  animation: blink 0.8s infinite;
  line-height: 127%;

}

.custom-page-header .description-text {
  font-size: 22px;
  color: #282828;
  width: fit-content;
  min-width: 700px;
}

.custom-page-header .custom-page-header-decs-btn {
  margin-top: 34px;
}

.custom-page-header .description-text p {
  margin-bottom: 15px;
}

.custom-page-header .description-text span {
  font-weight: 600;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.custom-link-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50%;
    color: #FFF;
    background-color: #FFAA00;
    cursor: pointer;
    margin-left: 50px;
    transition: all .2s;
    text-align: center;
    text-decoration: none !important;
}

.custom-link-button span {
    margin-top: 3px;
}

.custom-link-button:hover {
    background-color: #282828;
    color: #FFF;
}

@media screen and (max-width: 1206px) {
  .custom-page-header .custom-page-header-decs-btn {
    margin-top: 110px
  }
}

@media screen and (max-width: 1024px) {
  .custom-page-header .custom-widget-title.string-count-2 {
    height: 250px;
  }
.custom-link-button {
margin-left: 0;
}
}


@media screen and (max-width: 1000px) {
.custom-widget-desc {
width: 100%;
}
.custom-link-button-wrap {
text-align: right;
}
  .custom-page-header-decs-btn {
    flex-direction: column;
    gap: 30px;
  }

  .custom-page-header .description-text {
    min-width: unset;
  }

  .custom-page-header .description-text br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .custom-page-header .custom-page-header-decs-btn {
    margin-top: 50px;
  }

  .custom-page-header {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .custom-page-header-content {
    min-height: 250px;
  }

  .hidden-widjet-title,
  .custom-page-header .custom-widget-title .typed-cursor,
  .custom-page-header .custom-widget-title div {
    font-size: 36px;
  }

  .custom-page-header .custom-widget-title.string-count-2 {
    height: fit-content;
  }

  .custom-page-header .custom-widget-title.string-count-3 {
    min-height: 100px;
  }

  .custom-page-header {
    margin: 0 !important;
  }

  .custom-page-header .description-text {
    font-size: 20px;
  }

  .custom-page-header .custom-widget-title .typed-cursor {
    transform: translateY(-2px);
  }
.custom-link-button {
font-size: 18px;
    padding: 15px 35px;
    width: 165px;
    height: 165px;
    color: #282828;
}
}