@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');
*{
 box-sizing: border-box;
 padding: 0px;
 margin: 0px;
}
/* .container-fluid{
    background-color:white;
} */
/* 
.icons{
display: flex;
float: right;
height: 50px;
}
.navbar{
    display: flex;
    background-color: green;
    height: 50px;

}

.navbar ul li{
    display: inline-flex;
    margin: 10px;
}
.nav ul li a{
    color: white;
    text-decoration: none;
} */
/* .section{
    background-image: url("./smartfarmimages/strawberry.jpg");
} */
nav{
    width: 100%;
    height: 70px;
    background-color: green;
}
.fas{
    color: white;
}
.fab{
    color: white;
}
/* .scroll{
    background-image: linear-gradient(to right white, green );
} */
.strawberries{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.section1 .new h1{
    margin-left: 45%;
    /* margin-top: -150px; */
}
.gallery{
    color: white;
}
.our{
    font-family: 'Redressed', cursive;
    font-size: 50px;
}
.section1 .new h4{
    margin-left: 45%;
    color: green;
}
.images1{
    height: 350px;
    display: flex;
}
.images1a{
    width: 380px;
}
.images2 img{
    width: 100%;
    object-fit: fill;
}

.images3 img{
    width: 500px;
    height: 300px;
}

.images3{
    display: flex;
    justify-content: space-between;
    height: 350px;
}
/* .imga{
    margin: 20px;
} */
.imgb{
    padding-left: 20px;
    padding-right: 20px;
}
.img3a{
    margin: 20px;
    
}
.img3b{
    margin: 20px;
}
.img3c{
    margin: 20px;
}

.img-icons img{
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="container-fluid"] {
      width: 100%;
    }
  }














