@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.Ecommerce-website-navbar-logo{
    height: 55px;
}

.Ecommerce-website-carousel-img{
    height: 100vh;
}

.Ecommerce-website-services-bg-container {
    background-color: #fff;
}

.Ecommerce-website-services-heading {
    color: #183b56;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 42px;
}

.Ecommerce-website-services-para {
    color: #616c7c;
    font-size: 18px;
    font-family: "Roboto";
}

.Ecommerce-website-services-card-image {
    height: 120px;
    width: 120px;
}

.Ecommerce-website-services-card-heading {
    font-size: 18px;
    font-family: "Roboto";
    color: #1f2933;
}

.Ecommerce-website-services-card-para {
    font-size: 16px;
    font-family: "Roboto";
    color: #7b8794;
}

.Ecommerce-website-products-bg-container {
    background-color: #fff;
}

.Ecommerce-website-products-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 42px;
    font-weight: bold;
}

.Ecommerce-website-product-headphones-card {
    background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/ecommerce-products-headphones-bg.png');
    background-size: cover;
    border-radius: 15px;
    height: 330px;
}

.Ecommerce-website-product-laptop-card {
    background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/ecommerce-products-laptops-bg.png');
    background-size: cover;
    border-radius: 15px;
    height: 330px;
}

.Ecommerce-website-product-card-heading {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-family: "Roboto";
}

.Ecommerce-website-product-card-para {
    color: #fff;
    font-size: 18px;
}

.Ecommerce-product-view-details-btn {
    height: 45px;
    width: 135px;
    color: #ff9f00;
    background-color: #fff;
    border-radius: 25px;
    border-width: 0;
    font-family: "Roboto";
    font-weight: bold;
}

.Ecommerce-website-products-see-offers {
    color: #ff9f00;
    font-weight: bold;
}

.Ecommerce-website-offers-bg-container {
    background-image: linear-gradient(to right, #f49541, #dd5d97);
}

.Ecommerce-website-offers-heading {
    color: #ad2167;
    font-family: "Bree Serif";
    font-size: 28px;
}

.Ecommerce-website-offers-para {
    color: #fff;
    font-size: 18px;
    font-family: "Roboto";
}

.Ecommerce-website-offers-70-per {
    font-weight: bold;
    font-style: italic;
}

.Ecommerce-website-offers-discount-img {
    width: 250px;
}

.Ecommerce-website-trending-blogs-bg-container {
    background-color: #fff;
}

.Ecommerce-website-trending-blogs-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 36px;
    font-weight: bold;
}

.Ecommerce-website-trending-blogs-card {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.Ecommerce-website-trending-blogs-card-image {
    width: 100%;
}

.Ecommerce-website-trending-blogs-card-name {
    color: #959ead;
    font-family: "Roboto";
    font-size: 16px;
}

.Ecommerce-website-trending-blogs-card-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: bold;
}

.Ecommerce-website-trending-blogs-card-description {
    color: #959ead;
    font-size: 21px;
    font-family: "Roboto";
    font-weight: 500;
}

.Ecommerce-website-trending-blogs-read-more {
    font-weight: bold;
    color: #ff9f00;
}

.Ecommerce-website-contact-us-bg-container {
    background-color: #f5f7fa;
}

.Ecommerce-website-contact-us-heading {
    color: #183b56;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 36px;
}

.Ecommerce-website-contact-us-btn {
    height: 48px;
    width: 145px;
    color: #ff9f00;
    border: 3px solid #ff9f00;
    font-size: 18px;
    background-color: transparent;
    font-family: "Roboto";
}

.Ecommerce-website-footer-section {
    background-color: #0d2436;
}

.Ecommerce-website-footer-image {
    height: 50px;
    margin-bottom: 16px;
}

.Ecommerce-website-footer-social-icon-container {
    border-radius: 40px;
    padding: 13px 15px 10px 15px;
    background-color: #152c3e;
    margin: 0 8px 8px 0;
}

.Ecommerce-website-footer-social-icon {
    color: #5a7184;
    font-size: 18px;
}

.Ecommerce-website-contact-us-icon,
.Ecommerce-website-copyright-icon {
    color: #5a7184;
    font-size: 21px;
    padding-bottom: 16px;
    margin-right: 8px;
}

.Ecommerce-footer-address,
.Ecommerce-footer-help-you-para,
.Ecommerce-footer-contact-us-para,
.Ecommerce-website-created-by-para,
.Ecommerce-footer-get-to-know-para {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
    margin-bottom: 8px;
}

.Ecommerce-website-created-by-para {
    color: #959ead;
    font-size: 16px;
}

.Ecommerce-footer-contact-us-heading,
.Ecommerce-footer-help-you-heading,
.Ecommerce-footer-get-to-know-heading {
    color: #5a7184;
    font-weight: bold;
    font-family: "Roboto";
    font-size: 21px;
}

.Ecommerce-website-footer-hr-line {
    border-top: 2px solid #5a7184;
}

.Ecommerce-website-Explore-deals-bg-container {
    background-color: #f5f7fa;
}

.Ecommerce-website-Explore-deals-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 42px;
    font-weight: bold;
}

.Ecommerce-website-Explore-deals-card {
    background-color: #fff;
    border-radius: 15px;
}

.Ecommerce-website-Explore-deals-card-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: bold;
}

.Ecommerce-website-Explore-deals-card-img {
    border-radius: 30px;
}

.Ecommerce-website-Explore-deals-card-img-name {
    font-family: "Roboto";
    color: #1f2933;
}

.Ecommerce-website-see-all-deals {
    font-weight: bold;
    color: #ff9f00;
    font-family: "Roboto";
}
