::-webkit-scrollbar {
    display: none;
}
*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: "Merriweather", serif;
   overflow-x: hidden;
  
}
#logo-img{
    width: 100px;
    height: 100px;
}
.navbar{
    background-color: #5A72A0;
}
.banner-card img{
    width: 100%;
    height: 75vh;
    filter: brightness(50%);
}
.section-card img{
    width: 100%;
    height: 200px;
    padding: 20px;
}
.section-card-two img{
    width: 100%;
    height: 400px;
}
.banner-two{
    background-image: url("https://images.unsplash.com/photo-1621957670209-200b20d5776e?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OXx8cm95YWxlbmZpZWxkfGVufDB8fDB8fHww");
    background-size: 100% 100%;
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    margin-bottom: 10px;
    overflow-x: hidden;
}
.owl-carousel{
    width: 200px;
    height: 300px;
    overflow: hidden;

}
#slider-two img{
    width: 100%;
    height: 300px;
    background: 100% 100%;
}

.footer{
    font-family: "Merriweather", serif;
    background-color: #5A72A0;
}
.footer a{
    font-family: "Merriweather", serif;
}
.title{
    background-color: #5A72A0;
    
}
.navbar-nav a{
    font-size: 20px;
}
#slider-one img{
    width: 100%;
    height: 300px;
}

@media only screen and (min-width:320px){
    .banner-card h5{
        font-size: 25px;
        padding-top: 30%;
    }
    .title h2{
        font-size: 40px;
    }
    .section-card h2{
        font-size: 34px;
        padding-top: 20px;
    }
    .banner-card img{
        height: 300px;
        width: 100%;
    }
    .section-card img{
        width: 100%;
        height: 300px;
        background-size: cover;
    }
}
@media only screen and (min-width:576px){
    .banner-card h5{
        font-size: 45px;
        padding-top: 15%;
    }
    .banner-card p{
        font-size: 30px;
    }
}
@media only screen and (min-width:1200px){
    .card-img-overlay h5{
        font-size: 80px;

    }
    .banner-card p{
        font-size: 40px;
    }
    .banner-card h5{
        font-size: 70px;
    }
}
@media only screen and (min-width:992px){
    .card-img-overlay h5{
        font-size: 50px;

    }
}
@media only screen and (min-width:1400px){
    .banner-card h5{
        font-size: 90px;
        padding-top: 50%;
    }
    
}
@media only screen and (min-width:768px){
    .banner-card h5{
        font-size: 50px;
        padding-top:15%;
    }
    .banner-card p{
        font-size: 30px;
    }
   
}

