@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-image{
    height: 60px;
    width: 100px;
}
#nav-item1{
    color: black;
    font-family: roboto;
}
#nav-item2{
    color: black;
    font-family: roboto;
}
#nav-item3{
    color: black;
    font-family: roboto;
}
#nav-item4{
    color: black;
    font-family: roboto;
}
#nav-item5{
    color: black;
    font-family: roboto;
}

/* PRODUCT SECTION */

.products-section{
    background-color: cyan;
}
.products-head{
    font-size: 28px;
    color: #183b56;
    font-family: roboto;
    font-weight: bold;
}
.products-card{
margin-bottom: 10px;
margin-top: 10px;
}
.product-bg{
    background-image: url(https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/ecommerce-products-headphones-bg.png);
    height: 60vh;
    background-size: cover;
    border-radius: 10px;
    padding-left: 15px;
    padding-bottom: 20px;
}
.product-bg2{
    background-image: url(https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/ecommerce-products-laptops-bg.png);
    height: 60vh;
    background-size: cover;
    border-radius: 10px;
    padding-left: 15px;
    padding-bottom: 20px;
}
.product-bg3{
    background-image: url(https://img.freepik.com/free-psd/smartwatch-mock-up-design_1135-61.jpg?size=626&ext=jpg&ga=GA1.2.935325422.1651848395&semt=sph);
    height: 60vh;
    background-size: cover;
    border-radius: 10px;
    padding-left: 15px;
    padding-bottom: 20px;
}
.product-bg4{
    background-image: url(https://freestocks.org/fs/wp-content/uploads/2018/04/watching_netflix_on_tv_2-1024x683.jpg);
    height: 60vh;
    background-size: cover;
    border-radius: 10px;
    padding-left: 15px;
    padding-bottom: 20px;
}
.products-title{
    font-size: 28px;
    color: white;
    font-family: roboto;
    font-weight: bold;
}
.products-para{
    font-size: 16px;
    font-family: roboto;
    color: white;
}
.products-button{
    background-color: white;
    color: #ff9f00;
    border-radius: 20px;
    height: 40px;
    width: 120px;
    font-size: 14px;
    border-width: 0px;
    font-family: roboto;
    font-weight: bold;
    margin-top: 15px;
}
.modal-title{
    font-size: 18px;
    font-family: roboto;
    color: #183b56;
}
.modal-body{
    font-size: 14px;
    font-family: roboto;
    color: #183b56;
}
.highlight{
    color: #323f4b;
    font-weight: bold;
    font-weight: roboto;
}
.modal-button{
    background-color: transparent;
    border-width: 1px;
    height: 30px;
    width: 80px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border-color: #183b56;
}
.offers-link{
    color: #ff9f00;
    font-weight: bold;
}



/* SERVICE SECTION */

.service-section{
    background-color: rgb(245, 239, 239);
}
.service-head{
    font-size: 30px;
    color: #1f2933;
    font-family: roboto;
    font-weight: bold;
}
.service-para{
    font-size: 18px;
    color:  #616c7c;
    font-family: roboto;
}
.service-card{
    background-color: white;
    text-align: center;
    padding: 10px;

}
.service-image{
    height: 70px;
    width: 80px;
}
.service-title{
    font-size: 20px;
    font-family: roboto;
    color: #1f2933;
}
.service-description{
    font-size: 14px;
    font-family: roboto;
    color: #7b8794;
}

/* EXPLORE SECTION */

.explore-section{
    background-color: #f5f7fa;
}
.explore-title{
    font-size: 32px;
    font-family: roboto;
    font-weight: bold;
    color: #183b56;
}
.explore-card{
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.explore-head{
    color: #1f2933;
    font-size: 26px;
    font-family: roboto;
    font-weight: bold;
}
.explore-img{
    height: 100px;
    width: 100px;
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
   
}    
.img-title{
    font-size: 16px;
    color: #1f2933;
}
.explore-link{
    font-size: 14px;
    color: #ff9f00;
    font-family: roboto;
    font-weight: bold;
}
.tv-img{
    border-radius: 30px;
    padding: 10px;
}


/* OFFERS SECTION */

.offers-section{
    background-image: linear-gradient(to right, #f49541,#dd5d97);
}
.offer-head{
    font-size: 26px;
    font-family: Bree Serif;
    font-weight: bold;
    color: #ad2167;
}
.offer-para{
    font-size: 18px;
    color: white;
}
.offer-highlight{
    font-style: italic;
    font-weight: 600;
}

/* CONTACT SECTION */

.footer-section{
    background-color: #0d2436;
}
.footer-img{
    text-align: center;
}
.footer-icon{
    background-color: #152c3e;
    color: #5a7184;
    font-size: 24px;
    height: 60px;
    width: 58px;
    border-radius: 40px;
    text-align: center;
    padding-top: 16px;
    margin: 5px;
}
.footer-head{
    font-size: 18px;
    font-family: roboto;
    color: #5a7184;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;

}
.footer-title{
    font-size: 22px;
    font-family: roboto;
    font-weight: bold;
    color: #5a7184;
    padding-bottom: 15px;
}
.footer-para{
    color: #5a7184;
    font-family: roboto;
    font-size: 18px;
}
.highlight{
    background-color: #5a7184;
}
.copyright-icon{
    color: #5a7184;
    font-size: 22px;
    padding-top: 15px;    
}
