* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
  padding: 20px;
}
.head{
  color: #fec85b;
  margin-top: 0.5rem;
  font-size: 25px;
    font-weight: 700;

}

.navbar-toggler{
  background-color: #fff;
}
.navbar-toggler-icon{
  background-color: #fff;
}
.size{
  font-size: 20px;
  background-color:#133e44;
}
.nav-link{
  
  color: #fff;
}
.nav-link:hover{
  color:#fec85b;
}


/* Responsive Styles */
@media (max-width: 768px) {
  header nav ul {
      flex-direction: column; /* Stack items vertically on small screens */
  }

  header nav ul li {
      margin: 10px 0; /* Adjust margin for vertical spacing */
  }
}


/* header {
  background: #333;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

header nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

header nav ul li {
  margin: 0 15px;
}

header nav ul li a {
  color: #fff;
  text-decoration: none;
} */
.title{
  text-align: center;
  margin-top: 30px;
}
.title-con{
  text-align: center;
  padding-top: 30px;
}
 h2, h3 {
  margin-bottom: 15px;
}

p {
  margin-bottom: 20px;
}

main {
  max-width: 1000px;
  margin: 20px auto;
  display: flex;
  gap: 20px;
}

.featured-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.featured-posts article {
  flex: 1 1 calc(50% - 20px);
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.featured-posts article img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;

}
article img {
  margin-bottom: 15px;

}

.about-snippet {
  background: #f9f9f9;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.about-snippet .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background: rgb(7, 85,91);
  color: #fff;
  text-decoration: none;
}
.btn:hover{
  color:#fec85b;

}

footer {
  text-align: center;
}

footer p {
  color: #333;
}

@media (max-width: 768px) {
  header nav ul {
      flex-direction: column;
  }

  main {
      flex-direction: column;
  }

  .featured-posts article {
      flex: 1 1 100%;
  }
}






.cont{
  color: #fff;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.title-contact{
  background: #081b29;
}
.contact-title{
  color: #fff;
}
.contact{
  display: flex;
  width: 100%;
  padding: 20px;
 
}
.contact-text h2{
  font-size: 90px;
  line-height: 1;
  text-align: center;

}

.contact-text h2 span{
  color: #0ef;
}
.contact-text h4{
  margin: 15px 0;
  color: rgb(228,228,228);
  font-size: 20px;
  font-weight: 600;

}
.contact-text p{
  color: rgb(177,177,177);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 2rem;
}






/* Media query for mobile devices */
@media (max-width: 600px) {
  .contact{
flex-wrap: wrap;
    padding: 0;
   
  }
  .contact-text{
    padding: 10px;
  }
}



.last-text {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  background: rgb(7, 85,91);
  font-weight: 300;
   color: #f4f4f4;
  
}

.bx{
  margin-top: 12px;
  line-height: 0;
}