*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: clamp(0.75rem, 0.6723rem + 0.3315vw, 0.9375rem);
}
body{
    background-color: #f1d3ea;
    
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 1 !important;
    transition-property: opacity, transform;
}

.callingIcon{
    display: flex;
    background-color: green;
    padding: 8px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    top: 90%;
    position: fixed;
    z-index: 1;
}
#call_icon a{
    text-decoration: none;
}
.navbar{
    margin: 0;
    padding: 0;
}
.navbar-brand img{
    width: 150px;
}
.nav-link{
    text-transform: uppercase;
    font-weight: bold;
}
.upper_nav{
    justify-content: space-between;
    background-color: #EF7BD3;
    color: black;
}
.free_shiping{
    font-size: clamp(0.3125rem, -0.076rem + 1.6575vw, 1rem); 
}
.signup_section a{
    text-decoration: none;
    color: black;
    font-size: clamp(0.3125rem, -0.076rem + 1.6575vw, 1rem);
}
.signup_section{
    font-size: clamp(0.3125rem, -0.076rem + 1.6575vw, 1rem);  
}
.Nav_Name h5{
    font-size: clamp(0.3125rem, -0.076rem + 1.6575vw, 1rem); 
}
.navbar{
    background-color: white;
}
.nav-item{
    position: relative;
}
.nav-link::after{
    content: "";
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #EF7BD3;
    transition: width 1s ease 0s;
    position: absolute;
}
.nav-link:hover::after{
    width: 100%;
}
.see_product h3{
    display: inline-block;
}
.see_product a{
    text-decoration: none;
}
#see_btn{
    justify-content: center;
    color: white;
    text-align: center;
}
.carousel-inner{
    width: 100%;
}
.carousel-item img{
    width: 100%;
}
.btn{
    background-color: #EF7BD3;
}
#top-image:hover img{
    transform: scale(1.1);
    transition: all 1s;
}
#top-image{
    overflow: hidden;
}
#about_section{
    margin-top: 10vh;
}
#about_section p{
    text-align: justify;
}
#about_section img{
    border-radius: 10px;
}
#mailsubscription{
    display: flex;
    justify-content: center;
    width: 50%;
}
#contact_icon i{
    text-align: center;
    width: 100%;
}
#contact_icon h4{
    margin-top: 20px;
}
#contact_icon{
    border: 2px solid #EF7BD3;
}
#contactcard{
    border: 2px solid #EF7BD3;
    padding: 20px;
}
#FormSection{
    width: 70%;
    justify-content: center;
    text-align: center;
}
hr{
    border: 2px solid #EF7BD3;
}
footer{
    background-color: #F6E1F1;
}
#footer_section a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    color: black;
}
#footer_section i{
    display: flex;
    flex-direction: column;
    
}
.address{
    font-size: clamp(0.75rem, 0.6723rem + 0.3315vw, 0.9375rem);
}
.comanysection{
    text-align: justify;
}
.socialicon{
    justify-content: center;
}
.fa-brands{
    border: 1px solid black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.fa-brands:hover{
    background-color: white;
    color: red;
    transition: all 0.5s ease-in
}
#facebook:hover{
    background-color: white;
    color: #1877F2;
    transition: all 0.5s ease-in
}
#insta:hover{
    background-color: white;
    color: #E4405F;
    transition: all 0.5s ease-in
}