*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Reenie Beanie', cursive; */
}
/*hero section*/
.overo{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0,0.3);
    width: 100%;
    height: 95%;
}
.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);
  }

.shop_section{
    margin-top: 7.5rem !important;
    margin-bottom: 6.25rem !important;
}
.shop_section .dropdown .no-arrow::after {
    display: none !important;
}
.shop_section .dropdown .btn{
    background-color: #EFEFEF;
    border-radius: 0.3125rem;
    height: 2.75rem;
    font-size: 0.875rem;
    color: #6E6E6E;
    width: 14.5rem;
    display: flex;
    justify-content: flex-start;
    padding-left: 1.5625rem;
    /* margin-bottom: 3.5rem; */
    margin-right: 1.25rem;
    /* width: 17.6%; */
}
.shop_section .dropdown .dropdown-menu{
    width: 14.5rem;
}
.shop_list{
    justify-content: space-between;
}
.shop_list .card .insure_img{
    margin-bottom: 1.875rem;
    height: 26.458125rem;
}
.shop_list .card{
    padding: 1.25rem !important;
}
.card-body{
    padding: 0;
}
.card{
    position: relative;
}
.shop_list .card .card_sale{
    font-size: 0.875rem;
    color: white;
    width: 4.375rem;
    height: 1.5rem;
    background-color: #434A54;
    border-radius: 0.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
}
.shop_list .card .card-body .card-title{
    font-size: 1.25rem;
    color: black;
    font-weight: 700;
}
.shop_list .card .card-body .card-text{
    color: #6E6E6E;
    font-size: 1rem;
    font-weight: 400;
}
.shop_list .card .card-body .btn{
    background-color: #5D5FEF;
    width: 9.430625rem;
    height: 2.25rem;
    font-size: 1rem;
    font-weight: 700;
}
.shop_list .card .card-body .btn:last-of-type{
    width: 11rem;
}
.card-text .old_one{
    text-decoration: line-through;
}
.card-text .new_one{
    text-decoration: underline;
    font-weight: 700;
}
@media (max-width:992px){
    .card{
        padding-left: 0px !important;
    }
    .shop_section .dropdown .btn{
        justify-content: center;
        align-items: center;
        width: 10rem;
        margin: 0px !important;
        
    }
    .dropdown-menu{
        width:auto !important;
    }
}
@media (max-width:768px){
    .shop_section .dropdown .btn{
        width: 10rem;
        margin-right: 20% !important;
    }
    .dropdown-menu{
        width:auto !important;
    }
}
 /* footer*/
 .cover-section {
    height: 30rem; /* Full viewport height */
    background: url("images/footimg.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;
  }
}