/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  height: auto;
}
features {
  margin: auto; 
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;

  gap: 50px;
}

  
.container-first-image {
  align-items: center;
  width: 100%;
  background-image: url("contactus image/1.jpg");
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
    text-align: center;
  margin-top: none;
  opacity: 3;
}

.container-three-h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0%;
  align-items: start;
  text-align: start;
  /* vertical-align: middle; */

  color: #ffffff;
}
.feat {
  margin-bottom: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.feat h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0%;
  align-items: start;
  text-align: start;

  margin-top: 20px;
  /* vertical-align: middle; */
}
.feat p {
  width: auto;
  height: auto;
  margin-top: 20px;
  /* left: 1236.84px; */

  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  align-items: start;
  /* vertical-align: middle; */
}
 .feat br{
 
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  align-items: start;
  /* vertical-align: middle; */
}

.container {
  width: 80%;
  height: 20%;
  border-radius: 15px;
  background-color: #f2f2f2;
}

.container-two {
  margin: auto;
  width: 80%;
  height: 20%;
 
  border-radius: 15px;
  background-color: #ffffff;
}
.h2-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.title {
  margin-top: 20px;
}
svg {
  margin: auto;
  margin-top: 20px;
}

/* footer*/
.cover-section {
  height: 30rem; /* Full viewport height */
  background: url("contactus image/footer.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.overlay {
  background: rgba(0, 0, 0, 0.5); /* 50% transparent black overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content h2 {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  width: 100%; /* Ensure icons stay within column */
}
.social-icons a {
  color: white;
  font-size: 1.5rem;
  transition: color 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  color: #ccc; /* Lighter shade on hover */
}
.text-light {
  color: #f5f3f3 !important; /* Ensure text-light is visible */
}
.cover-section {
  height: 474px !important;
}
.content h2 {
  font-size: 1.25rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.content h3 {
  font-size: 1rem;
}
.content p {
  font-size: 0.875rem;
}
.social-icons a {
  font-size: 1rem;
}
.content .btn-primary {
  margin-inline-start: 0 !important;
  font-size: 0.875rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .content h2 {
    font-size: 1.75rem; /* Slightly larger h2 */
  }
  .hotage {
    font-size: 1.5rem !important;
  }
  .addre,
  .brack,
  .miami,
  .usa {
    font-size: 16px !important;
  }
}

/* Extra large screens (1200px and above) */
@media (min-width: 1200px) {
  /* Footer */
  .content h2 {
    font-size: 2rem; /* Default h2 for extra large screens */
  }
  .addre,
  .brack,
  .miami,
  .usa,
  .contacto,
  .btneno,
  .teleph {
    font-size: 16px !important;
  }
}
/* Large screens (992px and above) */
@media (min-width: 992px) {
  .nav-link {
    font-size: 1.125rem; /* Slightly larger font size (equivalent to fs-5 but a bit larger) */
  }
  .cover-packages .centered-text {
    font-size: 2rem; /* Default font size for large screens */
  }
}
@media (max-width: 768px) {
  .addre,
  .brack,
  .miami,
  .usa,
  .contacto,
  .btneno,
  .teleph {
    font-size: 12px !important;
    margin-bottom: 0 !important;
  }
  .hotage {
    font-size: 12px !important;
  }
}

/* Large screens (992px and above) */
@media (min-width: 992px) {
  .content-overlay {
    width: 75%; /* Default width for large screens */
  }
}
