*{
  margin: 5px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;  
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* particleground demo */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  /* background: linear-gradient(to left,  #000010, #2a363b); */
  font-family: 'Montserrat', sans-serif;
  /* font-family: 'Syncopate', sans-serif; */
  color: #fff;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(to right, black, #000010, #12171A, black);
  background-size: 400% 400%;
  position: relative;
  animation: gradient 20s ease-in-out infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#intro {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 5px;
  width: 100%;
  text-align: center;
  /* border: 2px solid #ff1d58;
  border-radius: 50%;
  width: 180px;
  height: 180px; */
}
h2 {
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 120;
  color: white;
  letter-spacing: 0.05em;
}
h1::after {
  content: '';
  width: 80px;
  display: block;
  background: #fff;
  height: 10px;
  margin: 30px auto;
  line-height: 1.1;
}
p {
  margin: 0 0 30px 0;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 100px) {
  h1 {
    font-size: 15px;
  }
  h1::after {
    height: 8px;
  }
}

@media only screen and (max-width: 100px) {
  #intro {
    padding: 0 10px;
  }
  h1 {
    font-size: 15px;
  }
  h1::after {
    height: 6px;
  }
  p {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 100px) {
  h1 {
    font-size: 15px;
  }
  h1::after {
    height: 4px;
  }
}
.animated {
  padding-top: 20px;
  color: white;
  text-align: center;
  /* animation-direction: alternate-reverse; */
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}

@keyframes fadeIn {
  to {
    opacity: 0.2;
  }
  
}

  /* Styles for the navigation bar  */
/* Styles for the navigation bar */

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background-color:transparent;
  padding: 0 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.nav-logo {
  background-image: url(Dit-9.png);
}

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  margin-left: 20px;
}

.nav-links a {
  color: #ffffff; /* Dark gray color for links */
  text-decoration: none;
  font-size: 18px;
  padding: 8px 12px;
  position: relative;
  transition: color 0.3s ease; /* Smooth color transition */
}

.nav-links a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff2525; /* Dark gray color for underline */
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-links a:hover::before {
  transform: scaleX(1);
}

.nav-links a:hover {
  color: #be2727; /* Orange color on hover */
}

.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: #333; /* Dark gray color for burger lines */
  margin: 5px;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .nav-links {
      display: none;
      flex-direction: column;
      width: 100%;
      position: absolute;
      top: 60px;
      left: 0;
      background-color: #000000; /* White background color */
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  #intro {
    position: absolute;
    left: 0;
    top: 60%;
    padding: 0 5px;
    width: 100%;
    text-align: center;
    /* border: 2px solid #ff1d58;
    border-radius: 50%;
    width: 180px;
    height: 180px; */
  }
  .nav-links li {
      margin: 10px 0;
  }

  .burger {
      display: block;
  }

  .nav-active {
      display: flex;
  }

  .toggle .line1 {
      transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle .line2 {
      opacity: 0;
  }

  .toggle .line3 {
      transform: rotate(45deg) translate(-5px, -6px);
  }
}




/* .text-container {
  position: relative;
  text-align: center;
} */

.loading svg polyline {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loading svg polyline#back {
  fill: none;
  stroke: #ff4d5033;
}

.loading svg polyline#front {
  fill: none;
  stroke: #ff4d4f;
  stroke-dasharray: 48, 144;
  stroke-dashoffset: 192;
  animation: dash_682 1.4s linear infinite;
}

@keyframes dash_682 {
  72.5% {
    opacity: 0;
  }

  to {
    stroke-dashoffset: 0;
  }
}
/* underline animation */
.u-t {
  color: #ffffff; /* Dark gray color for links */
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease; /* Smooth color transition */
}

.u-t::before {
  content: '';
  position: absolute;
  padding-left: 21rem;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff2525; /* Dark gray color for underline */
  transform: scaleX(0);
  transition: transform 0.3s ease;
}


.u-t:hover {
  color: #be2727; /* Orange color on hover */
}


.icons {
  text-align: center;
  
}

.icons i {
  color: #00091B;
  background: #fff;
  height: 50%;
  padding: 13px;
  margin: 0 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  transition: all 200ms ease;
  text-decoration: none;
  position: relative;
}

.icons i:hover, .icons i:active {
  color: #fff;
  background: none;
  cursor: pointer !important;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  text-decoration: none;
  
}