body{
    font-family: Arial, sans-serif;
}

.hero{
background:url("img/farmhouse.jpg") center/cover no-repeat;
min-height: 600px;
padding:100px 0;
/* background: #fff3f0; */
}

.form-box{
    background: white;
    border-radius: 10px;
}

.card{
    border: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.card{
border:none;
box-shadow:0 3px 10px rgba(0,0,0,0.1);
transition:0.3s;
}

.card:hover{
transform:translateY(-5px);
}

.card img{
height:260px;
width:100%;
object-fit:cover;
}

.btn-orange{
background-color: orangered;
color:white;
}


/* ================= SMALL DEVICES (MOBILE) ================= */
@media (max-width: 767px) {

.hero{
    padding: 60px 15px;
    text-align: center;
}

.hero h1{
    font-size: 28px;
}

.hero ul{
    font-size: 14px;
    padding-left: 0;
    list-style-position: inside;
}

.form-box{
    margin-top: 20px;
    padding: 20px;
}

.card{
    margin-bottom: 20px;
}


.about p{
    font-size: 16px;
    padding: 10px;
}

iframe{
    width: 100%;
    height: 200px;
}

footer{
    font-size: 14px;
}

}

/* ================= MEDIUM DEVICES (TABLETS) ================= */
@media (min-width: 768px) and (max-width: 991px) {

.hero{
    padding: 80px 0;
    text-align: center;
}

.hero h1{
    font-size: 36px;
}

.hero ul{
    padding-left: 0;
    list-style-position: inside;
}

.form-box{
    margin-top: 20px;
    padding: 25px;
}


.about p{
    font-size: 18px;
}

iframe{
    width: 100%;
    height: 250px;
}

}

/* ================= LARGE DEVICES (DESKTOP) ================= */
@media (min-width: 992px) {

.hero{

    padding: 120px 0;
}

.hero h1{
    font-size: 48px;
    font-weight: 700;
}

.hero ul{
    line-height: 2;
}

.form-box{
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}


.about p{
    width: 70%;
    margin: auto;
}

iframe{
    width: 100%;
}

}
