/*defolt css*/
img {
    max-width: 100% !important;
}
h1,h2,h3,h4,h5,h6,p,{
    font-family: 'Poppins', sans-serif;
}

/*Nav var css*/
.Main-logo{
    color:#fff !important;
}
.nav-manu-link{
    color:#fff !important;
}
/*hero section css*/
.hero_Section {
    background-image: linear-gradient(to right, #ffb2e3 , #ffdef3);
    padding: 50px 0px;
}
.hero-section-introduction {
    padding-top: 20px;
}
.hero-section-introduction a{
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #0d6efd;
}

.hero-section-introduction h1 {
    font-size: 33px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-shadow: 2px 2px 3px #00000073;
    text-decoration: underline;
}
.hero-section-introduction p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #322f2f;
    padding-top: 20px;
    line-height: 38px;
    /* text-shadow: 5px -8px 3px #0000001f; */
}

/*about section*/
.about-information
.about-header{
    font-size: 33px;
    font-family: 'Poppins', sans-serif;
    color: #444;
}
.about-information p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #000;
    padding-top: 20px;
    line-height: 38px;
}
/*vidoe section*/
.her_video_section{
    margin: 100px 0px;
}
.her_video_header p {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
}

/*purchess_section */
.purchess_section {
    background: rgb(177 176 176 / 8%);
    padding: 40px 0px;
}
.purchess_link {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 57px;
}

/*gellary section*/
.gellary{
    padding: 70px 0px;
}
.gellary_header {
    font-family: 'Risque', cursive;
    text-align: center;
    font-size: 45px;
    /* text-shadow: -5px 3px 2px #0000009e; */
    padding: 30px 0px;
}


/*footer*/
footer {
    background: #737171;
    color: #fff;
    line-height: 40px;
}

footer p {
    padding-top: 15px;
}