@import url(header.css);
@import url(slider.css);
@import url(frontpage.css);
@import url(contanct.css);
@import url(footer.css);
@import url(keyframes.css);
@import url(katplani.css);
@import url(view.css);
@import url(responsive.css);

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  font-size: clamp(13px, 2vw, 15px);
  color: #041a27;
}

.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%;
  gap: 60px;
  height: auto;
}
.content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
p{
  color: #041a27;
  font-size: clamp(14px,2vw,16px);
  line-height: 26px;
}
span{
  color: #041a27;
}

.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;
}
.found-content-404 h2 {
  font-size: clamp(30px, 2vw, 70px);
  font-weight: 600;
}
.found-content-404 p {
  font-weight: 500;
}
.found-content-404 ul {
  list-style-type: none;
}
.found-content-404 ul li a {
  display: inline-block;
  color: #fff;
  background-color: #e52629;
  padding: 10px 25px 10px 25px;
  margin-top: 25px;
  font-weight: 500;
}
.dnone {
  display: none;
}

.banner-container {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.banner-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
  animation: zoomin 15s infinite;
  opacity: 0.5;
}
.banner-header {
  position: absolute;
}
.banner-header h1 {
  font-size: clamp(2rem, 6vw, 7rem);
  letter-spacing: 1px;
  color: #fff;
}
.mt-40
{
  margin-top: 40px;
}
.mb-40{
  margin-bottom: 40px;
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #000;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #000, #5c8ead);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #000, #5c8ead);
}
.container-set
{
  margin-top: 0px;
}
hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, #00000070, #fafc99);
  margin: 10px 0;
  border-radius: 1px;
  opacity: 0.8;
}
