
.area-hero {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.area-hero-txt {
    width: 40%;
}

.area-hero h1 {
  font-size: 18px !important;
  line-height: 64px;
  margin-top:100px;
}
.area-hero h2 {
  font-size: 52px;
  line-height: 64px;
  margin-top:0;
}
.area-hero-img {
    width: 40%;
}

.area-hero-img img {
    width: 100%;
}

.area_place_section.container {
    padding: 4rem 0;
}

.search_box_container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
}

.search_box {
    width: 100%;
    padding: 10px;
    outline: none;
}

.search_box:focus {
    outline: none;
}
.bigreview {
  
  clear: left;
}
.location_box_container {
    display: block;
    justify-content: center;
    gap: 20px;
    padding-top: 2rem;
    float: left;
  margin-bottom: 46px;width: 100%;
}

.location_box {
    border: 1px solid black;
    width: 23%;
    height: 180px;
    background-image: radial-gradient(circle farthest-corner at 0% 50%, #ebf5fd, white);
    display: inline-flex;
    align-items: center;
    padding-left: 2rem;float:left;
    border: 1px solid rgba(5, 30, 54, .1);
    border-radius: 15px;
    margin: 1%;
}

.location_box a{
    font-weight: bold;
    font-size: 22px;
    color: #404040;
  text-decoration: none;
  /*font-size: 21px;*/
  font-weight: 700;
}

.homestar_winners_top {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homestar_winners_top img{
    width: 500px;
}

.homestar_box_heading{
    
}

.homestar_winners_top h3{
    font-size: 45px;
    font-weight: bold;
    line-height: 52px;
    color: #051e36;
    margin: 0;
}

.homestar_box_heading {
    border: 1px #051e36 solid;
    padding: 1em;
    border-radius: 500px;
}

.homestar_box_heading p {
    margin: 0;
}

        .testimonial {
            text-align: left;
            padding: 20px;
            border-radius: 15px;
            margin: 10px;
            height: 450px;
            position: relative;
            border: 1px solid rgba(0, 0, 0, .1);
            box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
        }

        .client_details {
            position: absolute;
            bottom: 30px;
        }

        .testimonial .stars {
            color: #f8ce0b;
            font-size: 30px;
        }

        .testimonial p {
            font-size: 20px;
            margin: 10px 0;
        }

        .testimonial .author {
            font-weight: bold;
            margin-top: 10px;
        }

        .testimonial .location {
            color: gray;
        }

        .owl-carousel {
            position: relative;
        }

        .arrow.left::before,
        .arrow.right::before {
            width: 60px;
            height: 60px;
            display: flex;
            background-color: #007bff;
            border-radius: 50%;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 20px;
            color: #fff;
            line-height: 40px;
            text-align: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            align-items: center;
            justify-content: center;
        }

        .arrow.left::before {
            content: '\f060';
            left: 0;
            font-size: 30px;
        }

        .arrow.right::before {
            content: '\f061';
            right: 0;
            font-size: 30px;
        }
        
        .reasons {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
        gap: 30px;
}

.reasons_left {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
        
        .reasons_card {
    background: #00aeef;
    padding: 32px;
    border-radius: 15px;
}

.reasons_card p{
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
}
        
        .reasons_card img {
    width: 50px;
}
        
        .reasons_right {
    position: sticky;
    position: -webkit-sticky;
    top: 160px;
    width: 40%;
    height: 100%;
}

.reasons_left_hidden {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.reasons_left_hidden {
    display: none;
}

.reasons_right h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
}

.reason_contact_btn {
color: #29aae2 !important;
  border: 2px solid #29aae2 !important;
  background: #fff;
  padding: 5px 15px !important;
  border-radius: 18px;
  font-weight: 600;
}

.reason_contact_btn:hover{
    cursor: pointer;
   background: #003E77;
   border-color:#003e77 !important;
  color: #FFF !important;
}

/* media queries */
@media(min-width: 1900px){
    .area-hero {
    padding: 0 17rem;
}
}


@media(min-width: 2500px){
    .area-hero {
    padding: 0 30rem;
}
}


@media(max-width: 1030px){
    .area-hero h1 {
        font-size: 41px;
        line-height: 60px;
    }
    
    .search_box_container {
        margin: 0 5rem;
    }
    
    .location_box {
        width: 48%;
        height: 150px;
    }
}

@media(max-width: 850px){
    .area-hero {
        flex-direction: column;
    }
    
    .area-hero-txt {
        width: 100%;
    }
    
    .area-hero-img {
        width: 100%;
    }
    
    .area-hero {
        padding: 46px;
    }
    
    .location_box_container {
        padding: 2rem;
    }
    
    .reasons {
        flex-direction: column-reverse;
    }
    
    .reasons_right {
        position: static !important;
    }
    
    .reasons_right {
        width: 100%;
    }
    
    .reasons_left {
        width: 100%;
    }
    
    .reasons {
        padding: 20px;
    }.area-hero {
    padding: 21px;
  }
    .area-hero h1 {
  font-size: 15px !important;text-align: center;
  line-height: 24px;
  margin-top:10px;
}
.area-hero h2 {
  font-size: 30px;
  line-height: 30px;text-align: center;margin-bottom: 0;
  margin-top:0;
}
}

@media(max-width: 500px){
    .location_box_container {
        flex-direction: column;
    }
    
    .location_box {
        width: 100%;
    }
    
    .homestar_winners_top img {
        width: 340px;
    }
    
    .homestar_winners_top h3 {
        font-size: 36px;
        line-height: 45px;
    }
    
    .homestar_winners_p {
        font-size: 20px;
    }
    
    .arrow.left::before, .arrow.right::before {
        position: relative;
    }
    
    .owl-nav {
        text-align: center;
        margin-top: 48px;
    }
}

@media(max-width: 400px){
    .area-hero h1 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .homestar_winners_top h3 {
        font-size: 30px;
    }
    
    .homestar_winners_p {
        font-size: 16px;
    }
}
