@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Josefin Sans', sans-serif;
}

.top-image {
  background-image: url(../images/bg1.png);
  background-color: #f8f9fa;
  height: 460px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36%;
  position: relative;
}

.border-around {
  border: 26px solid #d85001;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  text-shadow: 1px 1px 1px #a16f6f;
  font-size: 26px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.glow {
  font-size: 60px;
  color: #666666;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
          animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #f8d9d9, 0 0 20px #a6e6ff, 0 0 30px #94d4ff, 0 0 40px #b1e0ff, 0 0 50px #7bbbe6, 0 0 60px #90d6ff, 0 0 70px #2ebdff;
  }
  to {
    text-shadow: 0 0 20px #ffd7d7, 0 0 30px #4db8ff, 0 0 40px #4da0ff, 0 0 50px #4dbeff, 0 0 60px #5dd1ff, 0 0 70px #4de4ff, 0 0 80px #5dbeff;
  }
}

.t-typing {
  color: #2c2c2c;
}

.t-typing h1 {
  font-size: 29px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.t-typing h1 a {
  color: #181818;
  text-decoration: none;
  line-height: 51px;
  text-shadow: 1px 1px 2px #ffd6bf;
}

.animate h1 {
  line-height: 26px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.btn {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.animate {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: moveup 0.5s linear forwards;
          animation: moveup 0.5s linear forwards;
}

@-webkit-keyframes moveup {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveup {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-style {
  color: #000;
  text-align: right;
  margin-bottom: 1px;
}

.l-style li {
  list-style: none;
  display: inline;
  letter-spacing: 34px;
  font-size: 21px;
}

.l-style li a {
  color: #414040;
  text-shadow: 1px 1px 1px #ffba94;
  text-decoration: none;
}

.top-bg {
  background: rgba(136, 136, 136, 0.336);
}

.bg-w {
  width: 75% !important;
  background: rgba(216, 255, 255, 0.842);
}

.bg-w h4 {
  text-shadow: 2px 2px 2px #ffd5d5;
  color: #0f015c;
}
/*# sourceMappingURL=main.css.map */

.s-flex {
  display: flex;
  background: rgb(249 249 249);
  flex-wrap: wrap;
}
.s-flex span {
  background: #d8500121;
  width: 22%;
  margin: 10px;
  text-align: center;
  line-height: 39px;
  font-size: 18px;
}






.first-box{padding:10px;background:rgb(38, 51, 0);}
.second-box{padding:10px; background:rgb(29, 1, 133);}
.third-box{padding:10px;background:rgb(216 80 1);}
.fourth-box{padding:10px;background:rgb(1, 128, 128);}