@charset "UTF-8";
/**
* @license
*
* Font Family: Satoshi
* Designed by: Deni Anggara
* URL: https://www.fontshare.com/fonts/satoshi
* © 2025 Indian Type Foundry
*
* Satoshi Light 
* Satoshi LightItalic 
* Satoshi Regular 
* Satoshi Italic 
* Satoshi Medium 
* Satoshi MediumItalic 
* Satoshi Bold 
* Satoshi BoldItalic 
* Satoshi Black 
* Satoshi BlackItalic 
* Satoshi Variable (Variable font)
* Satoshi VariableItalic (Variable font)

*
*/
@font-face {
  font-family: "Satoshi-Light";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff"), url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../fonts/Satoshi-LightItalic.woff") format("woff"), url("../fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2"), url("../fonts/Satoshi-Italic.woff") format("woff"), url("../fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff"), url("../fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("../fonts/Satoshi-BlackItalic.woff") format("woff"), url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"), url("../fonts/Satoshi-Variable.woff") format("woff"), url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("../fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("../fonts/Satoshi-VariableItalic.woff") format("woff"), url("../fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
.error-main-section {
  height: 100vh;
  padding: 1rem 1rem;
  position: relative;
}
.error-main-section .error-inner-section {
  height: 100%;
  background: linear-gradient(270deg, #D2D2D2 0%, #FFEADB 100%);
  border-radius: 30px;
}

.marquee-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.marquee-div .marquee-text-1 {
  background-image: url(../2024img/404-text-1.png);
  height: 11rem;
  width: 100%;
  background-size: 195rem;
  background-repeat: repeat-x;
}
@media (max-width: 450px) {
  .marquee-div .marquee-text-1 {
    background-size: 135rem;
    height: 7rem;
  }
}
.marquee-div .marquee-text-2 {
  background-image: url(../2024img/404-text-2.png);
  height: 9rem;
  width: 100%;
  background-size: 195rem;
  background-repeat: repeat-x;
}
@media (max-width: 450px) {
  .marquee-div .marquee-text-2 {
    background-size: 135rem;
    height: 6rem;
  }
}

.error-center-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error-center-section .error-center-inner-div {
  position: relative;
}
@media (max-width: 1496px) {
  .error-center-section .error-center-inner-div .img-div .error-404-img {
    width: 430px;
  }
}
@media (max-width: 992px) {
  .error-center-section .error-center-inner-div .img-div .error-404-img {
    width: 350px;
  }
}
@media (max-width: 668px) {
  .error-center-section .error-center-inner-div .img-div .error-404-img {
    width: 250px;
  }
}
@media (max-width: 450px) {
  .error-center-section .error-center-inner-div .img-div .error-404-img {
    width: 200px;
  }
}
.error-center-section .floating-4-1 {
  position: absolute;
  left: -7rem;
  top: -1rem;
}
@media (max-width: 668px) {
  .error-center-section .floating-4-1 {
    left: -4rem;
    top: -2rem;
  }
}
@media (max-width: 450px) {
  .error-center-section .floating-4-1 {
    left: -2.5rem;
    top: -1.5rem;
  }
}
@media (max-width: 992px) {
  .error-center-section .floating-4-1 img {
    width: 130px;
  }
}
@media (max-width: 668px) {
  .error-center-section .floating-4-1 img {
    width: 95px;
  }
}
@media (max-width: 450px) {
  .error-center-section .floating-4-1 img {
    width: 70px;
  }
}
.error-center-section .floating-4-2 {
  position: absolute;
  right: -6rem;
  bottom: 5rem;
  z-index: -1;
}
@media (max-width: 668px) {
  .error-center-section .floating-4-2 {
    right: -4rem;
    bottom: 3rem;
  }
}
@media (max-width: 450px) {
  .error-center-section .floating-4-2 {
    right: -2.7rem;
    bottom: 2.5rem;
  }
}
@media (max-width: 992px) {
  .error-center-section .floating-4-2 img {
    width: 130px;
  }
}
@media (max-width: 668px) {
  .error-center-section .floating-4-2 img {
    width: 95px;
  }
}
@media (max-width: 450px) {
  .error-center-section .floating-4-2 img {
    width: 70px;
  }
}

.error-bottom-section {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 668px) {
  .error-bottom-section {
    bottom: 95px;
  }
}
.error-bottom-section .error-text {
  margin-bottom: 15px;
}
.error-bottom-section .error-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #052F21;
  margin-bottom: 0;
}
@media (max-width: 450px) {
  .error-bottom-section .error-text p {
    font-size: 16px;
  }
}
.error-bottom-section .error-btn-div {
  text-align: center;
}
.error-bottom-section .error-btn-div a {
  text-decoration: none;
  color: #052F21;
}
.error-bottom-section .error-btn-div .back-home-btn {
  padding: 12px 50px;
  background: #F1F1F1;
  border-radius: 26px;
  border: 0;
  outline: none;
  color: #052F21;
  font-size: 14px;
  transition: all 0.6s ease;
}
.error-bottom-section .error-btn-div .back-home-btn:hover {
  background: #f64522;
  color: #ffffff;
}
@media (max-width: 450px) {
  .error-bottom-section .error-btn-div .back-home-btn {
    font-size: 12px;
  }
}

/*# sourceMappingURL=404.css.map */
