@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');
.poppins-font {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* Shared styles */

.display-flex{
    display: flex;
}
.dark-gray{
    color: #3A3A3A;
}
.btn-round{
    background-color: #E02C6D;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 41px;
    border: none;
}
.btn-square{
    width: 155px;
    height: 44px;
    background-color: #E02C6D;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 24px;
    border: none;
}
/* Header Styles */
/* navbar related styles */
.brand{
    font-size: 1.5rem;
    font-weight: 700;
}
.navbar{
    justify-content: space-between;
    align-items: center;    
}
.nav-item{
    list-style: none;
    margin-right: 20px;
}
.nav-link{
    text-decoration: none;
    font-size: 1 rem;
    font-weight: 600;
}
.icons{
    height: 1rem;
    width: 1rem;
    margin-top: 5px;
}
.navbar{
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 75px;
}

/* Banner-related design */
.banner{
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.banner-content{
   max-width: 582px;
   margin-bottom: 50px;
}
.banner-title{
    font-weight: 700;
    font-size: 3.25rem;
    margin-bottom: 16px;
}
.banner-description{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.banner-image-container{
  display: flex; 
  justify-content: center; 
  align-items: center; 
  position: relative;
}
.overlay {
  position: absolute;
  /* width: 100px;  */
  z-index: 2;
}
/* Sponsors section */
.sponsor-container{
    height: 110px;
    width: 100%;
    max-width: 1110px;
    border: 2px solid;
    border-image-source: linear-gradient(
        to right, 
        rgba(192, 204, 218, 0.1) 0%,   /* 10% Opacity */
        rgba(192, 204, 218, 0.6) 50%,  /* 60% Opacity */
        rgba(192, 204, 218, 0.1) 100%  /* 10% Opacity */
    );
    border-image-slice: 1;
    margin: 0 auto;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brands{
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center
    
}
/* Products-Card-section */
.products-heading{
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
}
.card-elements{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.products-container{
    
    /* display: flex;
    flex-direction: column; */
    max-width: 1140px;
    margin: 0 auto;
    align-items: center;
}
.card-1{
    width: 329px;
    height: 476px;
    padding: 17px;
    border-radius: 5px;
    box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.06);
}
.products-card{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.card-title{
    font-size: 1.75rem;
    font-weight: 500;
    color: #18191F;
    margin-bottom: 1px;
}
.card-subtitle{
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.87);
    margin-top: 5px;
    margin-bottom: 5px;
}
.card-rating{
   margin-top: 1px;
   margin-bottom: 1px;
}
.card-description{
    width: 12.25rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #787885;
}
.products-button{
 max-width: 1140px;
 margin-left: 20px;
 display: flex;
 justify-content: end;
}
.btn-transparent{
    background: none;
    color: rgba(224, 44, 109, 0.87);
    font-size: 1rem;
    font-weight: 800;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}
/* Featured Products */
.featured-products{
    width: 1140px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 90px;
    /* display: grid;
    grid-template-columns: repeat(1, 1fr)2fr; */
    justify-content: space-between;
}
.featured-image-container img{
    width: 100%;
}
.featured-description{
    display: flex;
    flex-direction: column;
}
.featured-title{
    font-size: 2.38rem;
    color: #0A0826;
    font-weight: 700;
    margin-bottom: 1px;
}
.featured-parragraph{
    max-width: 510px;
    font-size: 1rem;
    font-weight: 700;
    color: #6C6C6C;
    line-height: 28px;
    margin-bottom: 20px;
}
/* Footer--section */
.footer{
    background-color: #0A0826;
    height: 200px;
}
.footer-container{
    max-width: 1140px;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
.footer-title{
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}
.footer-subtitle{
    width: 320px;
    margin: 0 auto;
    font-size: 0.9rem;
    font-weight: 400;
    color: white;
    text-align: center;
}
.footer-icons{
    gap: 7px;
    justify-content: center;
    margin-top: 20px;
}
/* Responsive Section */
/* mobile-screen */
@media screen and (max-width: 576px) {
    /* Navbar related styles */
    .navbar
    /* .nav-links */
    {
        /* flex-direction: column; */
        display: grid;
        margin: 0 auto;
        justify-content: center;
        grid-template-columns: repeat(1,fr);
    }
    .nav-links{
        flex-direction: column;
        text-align: center;
    }
    .brand{
        margin: 0 auto;
        /* text-align: center; */
    }
    /* banner related styles */
    .banner{
        flex-direction: column-reverse;
    }
    .banner-content{
        display: grid;
        grid-template-columns: 1fr;
    }
    .banner-title{
        font-size: 2rem;
        max-width: 450px;
        margin: 0 auto;
        margin-top: 20px;
        text-align: center;
    }
    .banner-description{
        margin: 0 auto;
        margin-top: 10px;
        max-width: 300px;
        text-align: center;
        font-size: 0.9rem;
        font-weight: 500;
    }
    .btn-round{
        width: 190px;
        align-items: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .banner-image-container img{
        max-width: 350px;
    }
    /* Sponsor container */
 .sponsor-container{
   border: none;
   margin-top: 0px;
}
  .brands {
    display: flex;
    flex-wrap: wrap;          /* allow multiple rows */
    justify-content: center;  /* centers each row */
    gap: 20px;
    max-width: 400px;         /* controls 4 items per row */
    margin: 0 auto; 
  }
  .brands img {
    max-width: 80px;
    width: 100%;
}
/* Products container */
.products-container{
    max-width: 450px;
    margin: 0 auto;
    justify-items: center;
    margin-bottom: 20px;
}
.products-heading{
    font-size: 1rem;
    max-width: 200px;
}
.products-card{
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.btn-transparent{
        width: 190px;
        align-items: center;
        margin: 0 auto;
        margin-top: 20px;
}
/* featured-products */
.featured-products{
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
}
.featured-image-container{
    margin: 0 auto;
}
.featured-image-container img{
    max-width: 350px;
    margin-bottom: 20px;
}
.featured-description{
    margin: 0 auto;
}
.featured-title{
    width: 80%;
    font-size: 1.5rem;
    color: #0A0826;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
}
.featured-parragraph{
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: 700;
    color: #6C6C6C;
    line-height: 28px;
    margin-bottom: 20px;
}
.btn-square{
    margin: 0 auto;
    margin-bottom: 40px;
    
}
}