/* Large devices (desktops, 992px and up) */
/* @media (max-width: 992px) { 

    .home-search-section h1{
        font-size: 5rem;
    }
    
} */

@media (max-width: 992px) { 
    .navbar-collapse{
        margin-top: 10px;
    }
    
    .nav-item{
        padding: 10px;
        margin-right: 10px;
        background-color: rgba(255, 255, 255, 1);
    }

    .carousel-control-next, .carousel-control-prev{
        bottom: 30px;
    }

    .whats-app-section {
        margin-right: 10px;
        padding: 10px;
        background-color: rgba(255, 255, 255, 1);
    }    
}



@media (max-width: 1200px) { 
    .search-section h1{
        /* font-size: 4rem;
        margin-top: 30px;; */
    }
 }

@media (max-width: 992px) { 
    .search-section h1{
        /* font-size: 60px; */
        /* margin-top: 30px;; */
        /* font-size: 3.5rem; */
    }

    
}

@media (max-width: 768px) { 
    .search-section h1{
        /* font-size: 50px; */
        /* font-size: 3rem; */
        /* margin-top: 30px;; */
    }
    
}

@media (max-width: 576px) { 
    .search-section h1{
        /* font-size: 40px; */
        /* font-size: 2.5rem; */
        /* margin-top: 30px;; */
    }
    .floating-button{
        display: none;
    }
    
}

@media (min-width: 420px) { 
    .search-section h1{
        font-size: 2.5rem;
        margin-top: 30px;;
    }
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

    
   
    
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .search-section h1{
        font-size: 3rem;
        margin-top: 30px;;
    }
    
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* .featured-image-section featured-image{ background-position: center center;} */
    .search-section h1{
        font-size: 4rem;
        margin-top: 30px;;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
    /* .home-search-section h1 {font-size:5rem;}  */
  }
   
  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  @media (min-width: 768px) {  
    /* .home-search-section h1 {font-size:5rem;}  */
  }
   
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 
    /* .home-search-section h1 {font-size:3rem;}  */
  }
   
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    /* .home-search-section h1 {font-size:5rem;}  */
  }
