/* to make code invisible to user */
#bN015htcoyT__google-cache-hdr{
    display: none;
}

*,::before,::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* to stop user to copy the text */
body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version */
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  /* ends */
a{
    text-decoration: none;
    color: inherit;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
ul li{
    list-style: none;
}

:root{
    --whatsapp-light:#25D366 ;
    --whatsapp-dark:#0a421f ;


    --logoColor:#ffffff;
    --secondaryColor:#ffb03a;
    --brandColor:#FF0303;
    --navbg:#fc2a2a;
    --footerLink:white;
}






/* addContainerr css */
.addContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0;
}
.addContainer a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.addContainer a img{
   object-fit: contain;
   width: 40%;
}
@media (max-width:768px){
    .addContainer a img{
        width: 60%;
     }
}
@media (max-width:425px){
    .addContainer a img{
        width: 100%;
     }
}

html{
    overflow-x: hidden !important;
}

/* utility classes */
img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pt-100{
    padding-top: 100px;
}
.text-black{
    color: black !important;
}
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h4,
.text-black h6,
.text-black p,
.text-black ul,
.text-black li,
.text-black ol
{
    color: black !important;
}
