

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 410px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 230px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url('../images/404-bg.jpg') no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  height: -webkit-fill-available;
  line-height: normal;
}


.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #f37217;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px #f37217;
          box-shadow: 0px 4px 15px -5px #f37217;
}


@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
      height: 142px;
    }
    .notfound .notfound-404 h1 {
      font-size: 112px;
    }
}


#quotesubmit {
  position: relative;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

#quotesubmit .quotesubmit {
  position: absolute;
  left: 50% !important;
  top: 40% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.quotesubmit {
    --s: 10px; /* the spread-radius */
  max-width: 610px;
  width: 100%;
  text-align: center;
  padding: 25px 40px;
  align-content: center;
  transform: translate(0);
  transform-style: preserve-3d;
  border: 1px solid #f37217;
  border-radius:5px;
  background-color: lightyellow;
}

.shadow:before {
  content:"";
  position: absolute;
  inset: calc(-1*var(--s));
  clip-path: polygon(
    -100vmax -100vmax,
     100vmax -100vmax,
     100vmax 100vmax,
    -100vmax 100vmax,
    -100vmax -100vmax,
    calc(0px  + var(--s)) calc(0px  + var(--s)),
    calc(0px  + var(--s)) calc(100% - var(--s)),
    calc(100% - var(--s)) calc(100% - var(--s)),
    calc(100% - var(--s)) calc(0px  + var(--s)),
    calc(0px  + var(--s)) calc(0px  + var(--s))
  );
  transform: translate3d(0,0,-1px);
  background: conic-gradient(from 90deg at 40% -25%, #ffd700, #f79d03, #ee6907, #e6390a, #de0d0d, #d61039, #cf1261, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700);
  filter: blur(10px);
  border-radius: inherit;
}

.quote-sub {
  position: relative;
  margin-bottom: 30px;
}

.quote-sub h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 180px;
  margin: 0;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #f37217, #ff8c42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.quotesubmit h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0;
}

.quotesubmit p {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.5;
}

.quotesubmit a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #f37217;
  display: inline-block;
  padding: 12px 25px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0px 4px 15px -5px rgba(243, 114, 23, 0.4);
  transition: all 0.3s ease;
}

.quotesubmit a:hover {
  background: #e5670d;
  transform: translateY(-2px);
  box-shadow: 0px 6px 20px -5px rgba(243, 114, 23, 0.6);
}

/* Responsive adjustments */
@media only screen and (max-width: 767px) {
  .quotesubmit{
    max-width: 70%;
  }

  .quote-sub h1 {
    font-size: 120px;
  }
  
  .quotesubmit h2 {
    font-size: 24px;
  }
  
  .quotesubmit p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .quotesubmit{
    max-width: 80%;
  }

  .quote-sub h1 {
    font-size: 90px;
  }
  
  .quotesubmit h2 {
    font-size: 20px;
  }
  
  .quotesubmit p {
    font-size: 14px;
  }
  
  .quotesubmit a {
    padding: 10px 20px;
    font-size: 13px;
  }
}

/* Footer styling */


/* Content wrapper */
#quotesubmit {
  flex: 1;
}

