@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,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif;
    font-weight:400;
    color: #3C4048!important;
}
a {
    color:#1d89d0;
}
.navbar {
    background: #000;
}
.navbar-collapse {
    margin-left: auto;
}
.dropdown-menu {
    border-radius: 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #000;
}
.btn-primary {
    background-color: #00bd96;
    border: #00bd96;
}
main {margin-top: 100px;}
.icon {
    width: 25px;
}
.rating i {
    color: #ffd700;
}
.rating {
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    margin-top: -10px;
    margin-bottom: 25px;
    background: rgb(143,45,194);
    background: linear-gradient(90deg, rgba(143,45,194,1) 0%, rgba(9,9,121,1) 100%, rgba(255,255,255,0) 100%);
}
.quote-box {
    background-color: #f3fff3;
    border-left: 4px solid #228b22;
    padding: 15px 20px;
    margin: 15px 0;
    border-radius: 4px;
}
.quote-box p {
    margin-bottom: 0;
}

@media(max-width:768px) {
    .quote-box {
        padding: 12px 15px;
        margin: 12px 0;
    }
}
.product  {
    margin-top:20px;
}
.h1, h1 {
    font-size: calc(2.5rem + 1.2vw);
    font-weight: 700;
}
.h2, h2 {
    font-size: calc(1.125rem + 1vw);
    font-weight: 700;
    margin-top:30px;
}
.h3, h3 {
    font-size: calc(0.9rem + .4vw);
    font-weight: 600;
    text-transform: uppercase;
}
.h5, h5 {
    letter-spacing: 4px;
    color: #fff;
    font-size: 1rem;
}
.h5 span, h5 span {
    background: #000;
    padding: 5px 10px;
}
p {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
}
li {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
footer p {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
}   


@media (max-width: 767px) {
.h1, h1 {
    font-size: calc(1.75rem + 1.5vw);
    font-weight: 700;
}   
.h2, h2 {
    font-size: calc(1.3rem + 1vw);
    font-weight: 700;
}
 .h3, h3 {
    font-size: calc(0.9rem + 1vw);
    font-weight: 600;
    text-transform: uppercase;
}   
   .rating {
    margin-top: 0px;
    font-size: 14px;
} 
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
}
.btn-primary {
    font-size:1rem;
}
}