* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body,
html {
    margin: 0%;
    padding: 0%;
    overflow-x: hidden;
}
.logo-img {
    width: 150px !important;
}
.dalia-img {
    height: 500px !important;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: blue;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 20px;
}
#myBtn:hover {
    background-color: yellow;
    color: black;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
li {
    list-style: none;
}
li a {
    text-decoration: none;
}
.setnavbar {
    margin-right: 100px;
}
.bg-grad{
    background: rgb(230,230,255);
background: linear-gradient(90deg, rgba(230,230,255,1) 0%, rgba(255,255,255,1) 50%, rgba(234,234,255,1) 100%);
}
#navbarSupportedContent a:hover {
    color: red;
}
.active-nav {
    color: red !important;
    border-bottom:2px solid red;
}

.carpara {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 25.75rem;
    color: #fff;
    text-align: center;
}
.parrotbg {
    background-image: url("../images/dalia.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#flowerimage {
    background-image: url("../images/indeximage2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0px;
}
                   
/* .aboutbgimage {
    background-image: url("../images/foodbellsabout.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
   
} */

.parrotbg .card {
    height: 340px;
    padding: 40px;
    border-radius: 25px 0px 25px 0px;
}
.carosliner{
     margin-top:30px;
}
.text-justify{
    text-align: left;
}

@media only screen and (max-width: 576px) {
    .parrotbg {
        height: 450px;
    }
    #slidercaro img {
        height: 190px;
    }
    body {
        overflow-x: hidden;
    }
    #bstproduct img {
        width: 235px;
    }
    #aboutset img {
        height: 130px;
    }
    .parrotbg .card {
        height: 350px;
        padding: 10px;
    }
    #flowerimage h3{
         font-size:15px;
    }
    .aboutsets h4{
        font-size:17px;
    }
    .parrotbg{
        background-image: url("../images/veg-dalia4-sm.jpg");
    }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .parrotbg {
        height: 395px;
    }
    .parrotbg {
        height: 425px;
    }
    #bstproduct img {
        width: 324px;
    }
    .parrotbg{
        background-image: url("../images/dalia.jpg");
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .parrotbg {
        height: 395px;
    }
    .parrotbg .card {
        height: 300px;
        padding: 3px;
    }
    .text-justify{
        text-align: justify;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .parrotbg .card {
        height: 350px;
        padding: 30px;
    }
    .text-justify{
        text-align: justify;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .parrotbg .card {
        height: 350px;
        padding: 30px;
    }
    .text-justify{
        text-align: justify;
    }
}
@media only screen and (min-width: 1400px){
    .text-justify{
        text-align: justify;
    }
}
