@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500&display=swap");
* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b3a4c !important;
    font-family: "Poppins", sans-serif !important;
}

p,
a,
button {
    font-family: "Poppins", sans-serif !important;
}

nav {
    z-index: 1;
}

.navbar-brand {
    color: #1b3a4c !important;
}

.nav-link {
    margin-left: 10px !important;
}

.btn2 {
    border: 2px solid white !important;
    height: 40px;
    width: 150px;
    border-radius: 10px;
}

.imagebg {
    height: 200px;
    width: 840px;
    position: absolute;
    top: 0;
    left: 36%;
    background-color: #1b3a4c !important;
    border-radius: 0% 20% 0% 100% / 0% 1% 99% 100%;
}

.email-marketing h1,
p,
h4 {
    color: #1b3a4c !important;
}

.email-marketing a.btn {
    background-color: #1b3a4c !important;
    color: white !important;
}

.mass-mail {
    background-color: azure !important;
}

.mass-mail,
a,
.icon {
    color: #1b3a4c !important;
}

.boxes div.card1 {
    background-color: rgb(252, 225, 230) !important;
    border-radius: 10px !important;
}

.boxes div.card2 {
    background-color: azure !important;
    border-radius: 10px !important;
}

.boxes div.card3 {
    background-color: #afebe6 !important;
    border-radius: 10px !important;
}

.review {
    background-color: azure !important;
    border-radius: 25% 25% 36% 29% / 0% 1% 44% 25%;
}

.get-product a {
    background-color: #1b3a4c !important;
    color: white !important;
}

.footer {
    background-color: #1b3a4c !important;
    height: 30vh;
}

@media screen and (max-width: 600px) {
    .footer {
        height: 45vh !important;
    }
    .imagebg {
        width: 320px;
        display: none !important;
    }
    .navbar{
        background-color:white !important;
        color: black !important;
    }
    .navbar-toggler-icon{
        color: black !important;
    }
    .navbar-collapse{
        background-color: #1b3a4c;
        width: 1000px !important;
        height: 30vh !important;
    }
}