@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Poppins;
}
img{width: 100%;}
a{text-decoration: none;}
li{list-style-type: none;}
.my-30{margin:3rem 0 ;}

:root{
    --blueColor:#5D5FEF;
    --white:white;
    --pColor: #6E6E6E;
    /* font-size: 10px; */
}
.blue{color: var(--blueColor) !important;}
.bg-blue{background-color: var(--blueColor) !important;}

#blog .card-blog img{
    border-radius: 0.9375rem ;
}
#blog .card-blog .card-blog-content{
    border-radius: 0 0 0.9375rem 0.9375rem ;
}
#blog .card-blog .card-blog-content .date-page{
    background-color: #434A54;
    border-radius: 0.3125rem ;
    margin: 1.25rem 0;
    padding: 0.3125rem 0.9375rem;
    width: fit-content;
}
#blog .card-blog-content .location{
    font-size: 1.5625rem;
    font-weight: 700;
}
#blog .card-blog-content .desc{
    font-size: 1rem;
    color: var(--pColor);
    margin: 1.25rem 0;
    line-height: 150%;
}
#blog .card-blog-footer .btn-details{
    padding: 0.8125rem 1.875rem;
    border-radius: 0.3125rem;
    background-color: var(--blueColor);
    color: var(--white);
    font-size: 0.84375rem;
    font-weight: 700;
}
/*herooo*/
.cover-packages img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
  }
  .cover-packages .centered-text {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
/* footer*/
.cover-section {
    height: 30rem; /* Full viewport height */
    background: url("imgs/footager.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 */
    }
  }
  @media (max-width:576px){
    .devco{
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 2rem;
    }
    .hotage {
      text-align: center !important;
    }
  }