*{
  padding: 0;
  margin: 0;  
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.orange-btn{
background: #FB8F1D;
border-radius: 8px;
width: 180px;
height: 52px;
color: #fff;
border: none;
}

.links a{
    font-size: 1rem;
}

.hero-section hr{
    background: #202336;
    border-radius: 4px;
    width: 32px;
    height: 2px;
    border-radius: 4px;
}

.our-form{
    width: 82%;
}

.explore h1{
    margin-top: 110px;
}

.location-card {
    height: 350px;
    width: 280px;
    border-radius: 10px;
    /* -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; */
    background-position: center  !important;
    background-repeat: no-repeat !important;
    background-size: cover  !important;
    position: relative;
}

.card > img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.card  .card-title{
    font-size: 17px;
}

.card .card-text{
    font-size: 17px;
}

.card a{
    color: #FB8F1D;
    text-decoration: none;
}

.location-info{
    width: 120px;
    height: 56px;
    position: absolute;
    padding-top: 10px;
    border-top-right-radius: 7px;
    bottom: 0;
}

.orange-star{
    font-size: 28px;
}

/* Slider */
.carousel .carousel-control-prev, .carousel .carousel-control-next {
    height: fit-content;
    width: fit-content;
    border-radius: 100%;
    border: 2px solid #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    padding: 5px;
    position: unset;
}

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
    filter: invert(1);
}

.carousel .carousel-inner {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    max-height: 550px;
}

.carousel {
    max-width: 400px;
}

.slide-buttons {
    width: 120px;
    border-top-left-radius: 7px;
    position: absolute;
    bottom: 0;
    right:12px;
}

ul > li {
    list-style-type: none;
}

#footer-note{
    margin-top: 32px;
}

#bottom-rights{
    margin-top: 85px;
}

#help-btn{
    background-color:rgb(70, 176, 218);
    font-size: 20px;
    position: fixed;
    float: right;
    bottom: 20px;
    right: 20px;
}
