
nav{
    box-shadow: #0000004b 0px 4px 8px 0px;
}

.overlay_div{
    opacity:1;
    background-color:#00000000;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:-1000;
}

.overlay_div_products{
    opacity:1;
    background-color:#ffffff;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:-1000;
}

.cover{
    opacity:1;
    background-color:#000000af;
    width:100%;
    height:100%;
    z-index:-1000;
    padding: 1% 0%;
    border-radius: 2rem;
}

footer{
    color: rgb(0, 0, 0);
    position: fixed;
    bottom: 0;
}

.nav-link{
    font-size: medium;
    color: white;
}

.intro-text{
    color: white;
    font-size: larger;
    text-shadow: 2px 2px 4px #000000;
    text-align: justify;
    font-family: "Stack Sans Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.intro-text-prd{
    color: rgb(0, 0, 0);
    font-size: larger;
    /* text-shadow: 2px 2px 4px #000000; */
    text-align: justify;
    font-family: "Stack Sans Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.intro-heading{
    color: white;
    font-size: xx-large;
    text-shadow: 2px 2px 4px #000000;
    text-align: justify;
    font-family: "Stack Sans Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.prd-heading{
    color: rgb(0, 0, 0);
    font-size: xx-large;
    /* text-shadow: 2px 2px 4px #000000; */
    text-align: justify;
    font-family: "Stack Sans Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.btn-cstm{
    background-color: #5799dd;
    color: white;
    box-shadow: #000000 0px 5px 10px 0px;

}

.btn-cstm:hover{
    background-color: #03182e;
    color: white;
    box-shadow: #000000 0 25% 25% 0;
}

.landing{
    width: 80%;
    border-radius: 5%;
    height: auto;
    z-index: 1000;
    box-shadow: #000000 0px 20px 40px 0px;

}


.product{
    width: 70%;
    border-radius: 5%;
    height: auto;
    z-index: 1000;
    box-shadow: #000000 0px 20px 40px 0px;

}


.landing_parent{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 992px) {

    .landing {display:none;}
    .product {display:none;}

}