.header-title__1 {
  font-size: clamp(2rem, 5.25vw, 4.5rem);
  font-weight: 300;
  line-height: 1.4;
  color: #B12182;
  padding-top: 45px;
}
.error404-banner-section .bg-container {
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .error404-banner-section .bg-container {
    background: url("/wp-content/themes/fayuvi/images/homepage/home_banner_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% 0%;
  }
}
.error404-banner-section .bg-container .banner_img_small {
  position: relative;
}
.error404-banner-section .bg-container .banner_img_small img {
  width: 100%;
}
@media (min-width: 768px) {
  .error404-banner-section .bg-container .banner_img_small {
    display: none;
  }
}
.error404-banner-section .bg-container .banner_img_small::after {
  content: "";
  width: 100%;
  height: 96px;
  background: linear-gradient(180deg, #FFF 8%, rgba(255, 255, 255, 0.8) 56%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.error404-banner-section .bg-container .bg-note {
  position: absolute;
  left: 24px;
  bottom: 9px;
  font-size: 12px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .error404-banner-section .bg-container .bg-note {
    left: 72px;
    bottom: 8px;
  }
}
.error404-banner-section .content-sub_container {
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  .error404-banner-section .content-sub_container {
    padding: 35px 0;
  }
}
@media (min-width: 1200px) {
  .error404-banner-section .content-sub_container {
    padding: 77px 0;
  }
}
.error404-banner-section .content-sub_container .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .error404-banner-section .content-sub_container .content-wrap {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    gap: 25px;
  }
}
.error404-banner-section .content-sub_container .content-wrap .second-heading {
  font-size: clamp(1.25rem, 4.15vw, 1.875rem);
  font-weight: 600;
  line-height: 1.3;
}
.error404-banner-section .content-sub_container .content-wrap .main-heading {
  font-size: clamp(2.5rem, 8.33vw, 5rem);
  font-weight: 400;
  line-height: 0.85;
  color: #0076B9;
  letter-spacing: -1.6px;
  font-family: "Caveat", cursive;
}
@media (max-width: 480px) {
  .error404-banner-section .content-sub_container .content-wrap .main-heading {
    letter-spacing: -0.8px;
  }
}
.error404-section-1 {
  padding: 72px 0;
  position: relative;
}
.error404-section-1::before {
  content: "";
  position: absolute;
  height: 72px;
  width: 72px;
  background-color: #F9E555;
  top: 0;
  right: 0;
}
.error404-section-1::after {
  content: "";
  position: absolute;
  height: 72px;
  width: 72px;
  background-color: #A2BBCD;
  bottom: 0;
  left: 0;
}
@media (max-width: 576px) {
  .error404-section-1 {
    padding: 24px 0;
  }
  .error404-section-1::before, .error404-section-1::after {
    height: 24px;
    width: 24px;
  }
}
.error404-section-1 .card-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: rgba(163, 205, 237, 0.3);
  padding: 24px;
}
@media (max-width: 575.98px) {
  .error404-section-1 .card-items {
    margin: 0 12px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .error404-section-1 .card-items {
    padding: 16px;
  }
}
.error404-section-1 .card-items .icon-content {
  display: flex;
  justify-content: center;
}
.error404-section-1 .card-items .icon-content img {
  height: 64px;
}
.error404-section-1 .card-items .content-bx {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: space-between;
}
.error404-section-1 .card-items .content-bx .title-content {
  text-align: center;
}
.error404-section-1 .card-items .content-bx .description-content {
  text-align: center;
}
.error404-section-1 .card-items .content-bx .cta-wrapper {
  display: flex;
  justify-content: center;
}
.error404-section-1 .card-items .content-bx .cta-wrapper a {
  padding: 14px 26px;
  text-align: center;
}
@media (max-width: 1200px) {
  .error404-section-1 .card-items .content-bx .cta-wrapper a {
    padding: 14px 22px;
  }
}
.error404-section-2 {
  background: #F9E555;
  padding-bottom: 23.9px;
}
.error404-section-2 .bg-container {
  background-color: #0076B9;
  position: relative;
  padding-bottom: 24px;
}
.error404-section-2 .image-holder {
  position: relative;
  padding-left: 24px;
}
.error404-section-2 .image-holder img {
  width: 430px;
  max-width: 100%;
}
.error404-section-2 .image-holder::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #F9E555;
  position: absolute;
  top: 0;
  left: 0;
}
.error404-section-2 .image-holder::after {
  content: "";
  width: 24px;
  height: 24px;
  background: #A2BBCD;
  position: absolute;
  top: 24px;
  left: 0;
}
@media (min-width: 992px) {
  .error404-section-2 .image-holder {
    padding-left: 40px;
  }
  .error404-section-2 .image-holder::before, .error404-section-2 .image-holder::after {
    width: 40px;
    height: 40px;
  }
  .error404-section-2 .image-holder::after {
    top: 40px;
  }
}
.error404-section-2 .content-wrap {
  padding: 12px 12px 0;
}
@media (min-width: 992px) {
  .error404-section-2 .content-wrap {
    padding: 51px 0;
  }
}
.error404-section-2 .content-wrap .section-title {
  color: #FFFFFF;
  margin-bottom: 24px;
}
.error404-section-2 .content-wrap .section-description {
  color: #FFFFFF;
  margin-bottom: 40px;
}
.error404-section-2 .content-wrap .cta-button {
  padding: 16px 30px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  margin: 0;
  max-width: 100%;
}
.error404-section-2 .content-wrap .cta-button:hover {
  background-color: #FFFFFF;
  color: #0076B9;
  cursor: pointer;
  transition: all 0.3s ease;
}
.error404-shortnote .content-wrap {
  font-size: 12px;
  display: flex;
  color: #002338;
}
