body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background-color: #0d0f1a;
  color: #cbe4ff;
  line-height: 1.7;
}

header {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), #0d0f1a),
              url('https://images.unsplash.com/photo-1624378436915-264c68e2d0fa') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

header .overlay {
  padding: 20px;
  max-width: 800px;
}

header h1 {
  font-size: 3em;
  color: #00f7ff;
  text-shadow: 0 0 10px #00f7ff;
}

header p {
  font-size: 1.2em;
  margin-top: 10px;
}

.content {
  padding: 40px 20px;
  /* max-width: 1000px; */
  margin: auto;
}
.content p{
  text-align: justify;
}
.content strong{
  font-size: 19px;
}

.content h2 {
  color: #00f7ff;
  margin-top: 40px;
  border-bottom: 2px solid #00f7ff50;
  padding-bottom: 10px;
}

.content ul {
  list-style-type: none;
  padding: 0;
}

.content ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.event h3 {
  color: #00f7ff;
  margin-top: 30px;
}

.cta {
  background: #11182f;
  padding: 20px;
  margin-top: 40px;
  border-left: 5px solid #00f7ff;
  font-weight: bold;
}

footer {
  text-align: left;
  padding: 20px;
  background-color: #11182f;
  color: #ffff;
  /* margin-top: 50px; */
}
 #tsparticles {
      position: absolute;
      width: 100%;
      height: 100%;
    }
    .venue-section {
  position: relative;
}

.map-container iframe {
  width: 100%;
  height: 500px;
}

.venue-card {
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(6 60 87);
    color: white;
    border-radius: 10px;
    overflow: hidden;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.venue-title {
    color: #00f7ff;
    border: 2px solid #00f7ff;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.venue-card i{
  font-size: 24px;
    margin-right: 10px;
    color: #00f7ff;
}
.venue-title p{
  color: black;
}
.venue-card img {
  object-fit: cover;
}
.last-card{
        position: relative;
    left: 344px;
}
/* #about-us{
  background: url(images/cloud-compute-2-2400x1301.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
} */
 .navbar {
    background: linear-gradient(189deg, rgb(8 46 76), rgb(7 69 94 / 0%) 109.71%);
}
.nub li {
    padding: 10px 0 10px 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}
.nav-item a{
  color: white;
}
.d-desk{display: block;}
.d-mob{display: none;}
#about-us{
  padding: 10px;
}
@media (max-width: 768px) {
  .venue-card {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    margin-top: -60px;
  }
  .navbar-toggler{
    background: white;
  }
  #contact-us img {
      width:72%;
  }
  .last-card{
        position: relative;
    left: 0px;
}
.map-container iframe {
    width: 100%;
    height: 243px;
}
.content {
    padding: 0;
    /* max-width: 1000px; */
    margin: auto;
}
.content h2 {
    color: #00f7ff;
    margin-top: 40px;
    border-bottom: 2px solid #00f7ff50;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 31px;
}
.event h3 {
    color: #00f7ff;
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 22px;
}
.d-desk{display: none;}
.d-mob{display: block;}
}
#footer {
    padding: 0 0 25px 0;
    color: #fff;
    font-size: 17px;
}
#footer .footer-top {
    background:#063c57;
    padding: 60px 0 30px 0;
    border-bottom: 1px solid #fff;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-info img {
    /* height: 100px; */
    width: 44%;
    margin-bottom: 10px;
    filter: invert(1);
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .footer-top h4 {
    font-size: 20px;
    font-weight: bold;
    color: #ffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px dotted #fff;
}
#footer .footer-top .social-links a {
    display: inline-block;
    background: #063c57;
    color: #fff!important;
    line-height: 1;
    margin-right: 4px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}