@import url(header.css);
@import url(slider.css);
@import url(frontpage.css);
@import url(view.css);
@import url(footer.css);
@import url(keyframes.css);
@import url(responsive.css);


* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Tektur", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
body
{
  background-color:#000215;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  font-size: clamp(13px, 2vw, 15px);
}

.d-flex-all-center
{
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-flex-all-flex-start
{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.fl-dr-column
{
  flex-direction: column;
}

.container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 90%;
}
.container-err
{
  width: 100%;
}
.container-err img
{
  width: 100%;
  object-fit: cover;
}
.found-container-404
{
  height: calc(100vh - 200px);
}
.found-content-404 h1
{
  font-size: clamp(30px,10vw,100px);
  font-weight: 700;
  color: #fff;
}
.found-content-404 h2
{
  font-size: clamp(30px,2vw,70px);
  font-weight: 600;
  color: #fff;
}
.found-content-404 p
{
  font-weight: 500;
  color: #fff;
}
.found-content-404 ul
{
  list-style-type: none;
}
.found-content-404 ul li a
{
  display: inline-block;
  color: #fff;
  background-color: #f48221;
  padding: 10px 25px 10px 25px;
  margin-top: 25px;
  font-weight: 500;
}
.dnone{
  display: none;
}
.banner-header {
    position: absolute;
    left: 10%;
}
.banner-container {
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.banner-header h1 {
    font-size: clamp(1.1rem, 2vw, 2.8rem);
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
}