/* common styles/utilities */
body{
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
}
.title{
    font-size: 24px;
    font-weight: 700;
    margin-right: 150px;
    margin-left: 100px;
}
.header{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
    margin-top: 3%;
}
.menu a{
    text-decoration: none;
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 700;
    margin: 20px;
}
.menu span{
    color: #3A3A3A;
    margin: 15px;
    font-size: 20px;
}
/* Start Journey Style */
.start-journey{
    width: 440px;
}
.h1-part1{
    font-size: 40px;
}
.pree-button{
    color: #ffffff;
    text-decoration: none;
    background-color: #38b6ff;
    padding: 12px;
    border-radius: 20px;
}
.arrow{
    margin-left: 10px;
    font-weight: 700;
}
.pree-button:hover{
    color: #38b6ff;
    background-color: #ffffff;
    transition: 0.3s ease;
    border: 2px solid #38b6ff;
}
.container1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
}
.gopro img{
    width: 440px;
}
.gopro:hover img{
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
/* Brand Logo */
.brand{
    margin-top: 50px;
    margin-left: 100px;
    width: 1110px;
    height: 110px;
}
.hrstyle{

    border: 0;
    height: 1px;
    margin-bottom: 1%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.blogo{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    justify-items: center;
}
.blogo img:hover{
    transform: scale(1.5);
    transition: transform 0.4s ease;
}
/* End of brand logo */

/* Starting Product line */
.container2{
    width: 870px;
    padding: 30px;
    margin-top: 20px;
    background-color: #FFFFFF;
}
.see-more{
    display: flex;
    color: #38b6ff;
    text-decoration: none;
    justify-content: flex-end;
    align-items: center;
    grid-template-rows: repeat(2, 1fr);
}
.arrow{
    margin-left: 10px;
    font-weight: 700;
}

.container2 .section-title{
    text-align: center;
    margin-left: 380px;
}
.products{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    grid-row-gap: 20px;
    margin-left: 150px;
}
.product{
    box-shadow: 5px #3A3A3A;
    width: 330px;
    height: 475px;
}
.product .product-banner{
    width: 300px;
    height: 255px;
}
.fa-star{
    font-size: 12px;
}
.fa-star.filled{
    color:#FFC014;
}
.fa-star.empty{
    color: #AEAEAE;
}
.rating{
    margin-left: 10px;
    color: #A2A2A2;
    font-size: 15px;
}
.flex-container{
    display: flex;
    margin-top: 80px;
    margin-left: 65px;
    margin-bottom: 70px;
}
.half-width{
    width: 50%;
    padding-left: 5%;
}
/* Footer Here */
.foot{
    text-align: center;
    color: #ffffff;
    background-color: #0670ad;
    padding-bottom: 30px;
    padding-top: 10px;
}
.foot-icon{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.price
{
    font-weight: lighter;
}
.pree-button2{
    color: #ffffff;
    text-decoration: none;
    background-color: #38b6ff;
    padding: 12px;
    border-radius: 10px;
}