:root{
  --cardone-color:#5D5FEF;
  --cardtwo-color:#BA71DA;
  --cardthree-color:#14B9D5;
  --cardfour-color:#F76570; 

}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 1000px;
}

.container-first-image{
    align-items: center;
    align-items: center;
  width: 100%;
  background-image: url("search image/4.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%;
  text-align: center;
  vertical-align: middle;
  
    color: #ffffff;
  } 
  .svggg {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px; 
  }


.container {
  display: flex;
  height: auto;
}

.column {
  height: auto;

  padding: 20px;
  color: #fff;
}

.column1 {
  background-color: #ffffff;
  height: auto;
}

.column2 {
  background-color: #ffffff;
}

.column3 {
  background-color: #ffffff;
}
h6 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  display: flex;
  text-align: start;
  justify-content: start;
  color: black;
  
  
}
h5{
  font-family: Poppins;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #6E6E6E;

  
}

input[type="range"] {
  height: 4px;
  border-radius: 5px;
  background: #ddd;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #434a54;
  border-radius: 0;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #434a54;
  border-radius: 0;
  cursor: pointer;
}
hr {
  width: 100%;
  height: 1px;
  
  color: #baa9a9;
  margin-top: 5px;
  margin-bottom: 5px;
}


.Typologies{
width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  height: auto;
}

.line{border-bottom: #000000 5px solid;

}
.form-control {
  width: 100%;

  height: auto;

  background-color: #efefef;

}
.form-contro2 {
  width: 100%;
  height: auto;

  color: #F1F1F1;
  border-radius: 5px;
  border: #F1F1F1 2px solid;

}
.form-check-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #6e6e6e;
}
.form-label {
  color: #000000;
}

.boxHead {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
  border: 1px solid #000000;
  padding: 10px;
}
.boxHead {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  border: #ffffff;
  box-shadow: 0 4px 8px rgba(85, 79, 79, 0.2);
}

.svg-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.boxHead-text {
  color: #6e6e6e;
}
.card-text {
  color: #6e6e6e;
}

.custom-btn1 {
  width: 40%;
  height: auto;

  border-radius: 5px;
  background-color: var(--cardone-color);
}
.custom-btn2 {
  width: 40%;
  height: auto;
  border-radius: 5px;
  background-color: var(--cardtwo-color);
}
.custom-btn3 {
  width: 40%;
  height: auto;
  border-radius: 5px;
  background-color: var(--cardthree-color);
}
.custom-btn4 {
  width: 40%;
  height: auto;

  border-radius: 5px;
  background-color: var(--cardfour-color);
}
.card-img-top{
height: auto;
border-radius: 15px 15px 0 0;
width: 100%;

}

.card{
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(85, 79, 79, 0.2);
margin-bottom: 20px;
}

.page-count {
  display: flex;
  justify-content: center; 
  align-items: center;      
  gap: 20px;                
  margin-top: 20px;         
}

.page {
  padding: 10px 20px;
  color: #fff;
  background-color: #434A54;
  border-radius: 5px;
  cursor: pointer;
}
.page:first-child {
  background-color: #5D5FEF; 
}


/* footer*/
.cover-section {
  height: 30rem; /* Full viewport height */
  background: url("search\ 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 */
  }
}