/* All Commom CSS Start */
*{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: "Epilogue", sans-serif;
    overflow-x: hidden;
}

a,a:hover{
    display: inline-block;
    text-decoration: none;
}


ol,ul{
    list-style-type: none;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
    line-height: 0.8;
}

body{
    scroll-behavior: smooth;
}
/* All Commom CSS End */



/* Header Part Start */
.headerPart{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.HeaderMEnu ul li{
    display: inline-block;
    margin: 0 10px;
}

.HeaderMEnu ul li a{
   color: #2D2D2D;
   font-size: 17px;
}

.headerLogo h4{
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 600;
}
/* Header Part End */



/* Banner Part Start */
.bannerPart{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.bannerLeft h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #2D2D2D;
}

.bannerLeft h1{
    font-size: 68px;
    font-weight: 600;
    line-height: normal;
    color: #2D2D2D;
    margin: 24px 0;
}

.bannerLeft p{
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #2D2D2D; 
    padding-right: 110px;
}

.bannerLeft a{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    background: #2D2D2D;
    color: #fff;
    padding: 24px 64px;
    margin-top: 48px;
}

.brands{
    margin-top: 100px;
}

.brands{
    display: flex;
    justify-content: space-between;
}
/* Banner Part End */



/* Product Part Start */
.productItem{
    padding: 64px 42px;
    margin: 80px 0;
    border-radius: 20px;
    transition: .5s;
}

.productItem:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.productItem h2{
    font-size: 27px;
    font-weight: 600;
    line-height: 42px;
    color: #2D2D2D; 
    margin-top: 42px;
    margin-bottom: 12px;
}

.productItem p{
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #2D2D2D; 
}
/* Product Part End */



/* Latest Part Start */
.latestHead h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #2D2D2D; 
}

.latestItem{
    margin-top: 20px;
}

.latestItem img{
    width: 100%;
}

.latestItem h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #2D2D2D; 
    margin-top: 24px;
    margin-bottom: 8px;
}

.latestItem p{
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #2D2D2D; 
}
/* Latest Part End */



/* Testimonial Part Start */
.tHeader{
    margin: 30px 0;
}

.tItem{
    background: #F3F3F3;
    padding: 42px;
    margin-top: 20px;
}

.tHeader h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #2D2D2D; 
}

.tPrfile{
    display: flex;
    gap: 10px;
    align-items: center;
}

.tItem h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #2D2D2D; 
    margin-bottom: 65px;
}

.tItem h6{
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #2D2D2D; 
    margin-left: 60px;
}


.tText p{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #2D2D2D;
    margin: 10px 0;
}
/* Testimonial Part End */



/* Section Part Start */


.lHeader h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #2D2D2D; 
    margin-bottom: 10px;
}

.lHeader p{
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #2D2D2D; 
    margin-bottom: 30px; 
    padding-right: 90px; 
}

.formPart a{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    background: #2D2D2D;
    color: #fff;
    padding: 24px 64px;
    margin-top: 12px;
}

input{
    display: block;
    width: 100%;
    padding: 16px 24px;
    border: none;
    background: #F3F3F3;
    margin: 12px 0;
}

#lets{
    margin: 85px 0;
}

#footerPart a{
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: black; 
}

#footerPart p, footer{
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #2D2D2D; 
    margin: 10px 0;
}

.back-to-top a{
    display: block;
    text-align: center;
    border: 1px solid #2D2D2D;
    margin-bottom: 50px;
    color: #2D2D2D;
    padding: 5px;
    font-size: 17px;
}
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */



/* Section Part Start */
/* Section Part End */




