@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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.navbar {
    width: 100%;
    padding: 15px;
}

a {

    text-decoration: none;
    color: black;
}

a>i {
    font-size: 25px;
}

a>.fa-whatsapp {
    font-size: 35px;
    color: #25d366;
}

/* Marquee */
.marquee {

    background: black;
    color: white;
    padding: 10px;
}


.banner>img {
    /* background-image: url(../assets/media/images/banner.webp); */
    width: 100%;
    background-attachment: scroll;

}



/*********** EXPLORE SECTION **************/
.Explore_section {
    width: 100%;
    text-align: center;
    padding: 30px;

}

.Explore_section_heading {
    text-align: center;
    font-size: 30px;
}

.Explore_section_images>td>img {
    width: 75%;
    margin-top: 28px;
    background: whitesmoke;
    border-radius: 15px;
    border-bottom: 8px solid purple;
}




/**************** NEW LAUNCH SECTION ****************/
.New_launch_section {
    width: 100%;
    text-align: center;
    padding: 0px 30px;
    background: whitesmoke;
    
}


.New-launch_img {
    border: 1px solid rgb(219, 214, 214);
    background: whitesmoke;
    padding: 5px;
    width: 90%;
    border-radius: 16px;
    border: 1px soild green;
}


.New_launch_small_image {
    width: 60px;
    border-radius: 10px;
    border: 1px solid #52B6AA;
}


.New_launch_small_text {
    border: 1px solid rgb(199, 196, 196);
    border-radius: 15px;
    padding: 4px;
    font-size: 10px;
}

.New_launch_specification {
    font-size: 14px;
    color: gray;
}

.New_launch_Price {
    font-size: 18px;
    font-weight: bold;
}

.New_launch_strike_off_price {
    font-size: 14px;
    color: gray;
    font-weight: 100;
}

.New_launch_offer {
    font-size: 14px;
    color: #FF6D5C;
}

.New_launch_Bank_offer {
    font-size: 15px;
    font-weight: 600;
}


/******** SECTION THREE ICONS ********/
.section-3_icons {
    width: 100%;
    text-align: center;
}




/************ Featured Product_section ************/
.FeaturedProduct_section {
    width: 100%;
    text-align: center;
    /* background-color: whitesmoke; */
    padding: 25px;
}


.FeaturedProduct_heading {
    text-align: center;
    font-size: 30px;
    /* background-color: whitesmoke; */
    padding: 25px;
}

.FeaturedProduct_image>td>img {
    border-radius: 20px;
    width: 800px;
}


.buy_it_now_Button1 {
    border: none;
    background: whitesmoke;
    padding: 15px;
    margin: 0px 7px;
    border-radius: 20px;
}


.buy_it_now_Button2 {
    border: none;
    background: rgb(82 182 170);
    color: white;
    font-weight: bold;
    border-radius: 25px;
    padding: 15px;
    width: 250px;
}


.buy_it_now_Button2>a {
    color: white;
    font-weight: bold;
}

.FeaturedProduct_section_text {
    line-height: 40px;
}

.FeaturedProduct_section_text>td>img {

    border: 1px solid rgb(82 182 170);
    border-radius: 10px;
}

/* Expricence_pebble_section */

.Expricence_pebble_section {
    width: 100%;
    text-align: center;
}

.Expricence_pebble_section_heading {
    text-align: center;
    padding: 25px;
}


/* Official Partners_section */

.OfficialPartners_section {

    text-align: center;
    /* background: whitesmoke; */
    padding: 35px;

}

.OfficialPartners_heading {
    text-align: center;
    /* background: whitesmoke; */

}

.OfficialPartners_images>img {
    background: whitesmoke;
    border-radius: 10px;
    margin-top: 20px;
    margin: 0px 10px;
}

/* InThePress_section */

.InThePress_section {
    width: 100%;
    text-align: center;
}

.InThePress_heading {
    text-align: center;
    padding: 10px;
}

.InThePress_images>td>img {
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 60%;
}



/* vedio_section */
.vedio_section {
    text-align: center;
}

.vedio_heading {
    text-align: center;
}

.vedio_section>video {
    width: 70%;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
}

/* Did_you_find_bottom_text */

.Did_you_find_bottom_text {
    margin-left: 10px;
    padding: 10px;
}


.Did_you_find_bottom_text>p>i {
    font-size: 35px;
    color: rgb(82 182 170);
}





/* footer_section */

.footer_section {

    width: 100%;
    background: black;
    padding: 10px;
    color: rgb(82 182 170);
}

td>ul>li {
    list-style: none;
    line-height: 38px;
}

td>ul>li>a {
    color: white;
    font-size: 13px;
}

/* bottom_fotter */
.bottom_fotter {
    width: 100%;
    background-color: rgb(82 182 170);
    text-align: center;
    color: white;
    padding: 5px;
}