* {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

#preloader {
    background: white url(/assets/preloader.gif) no-repeat center center;
    background-size: 20%;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 200;
}






/* For Navbar animation*/

.navLogo {
    max-width: 100%;
    height: auto;
    z-index: 100;
}



#navbarTwo {
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.20);
    z-index: 100;
}

.navbarAlignment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0% 15%;
}

.logo {
    object-fit: cover;
    height: 2.8rem;
    width: 100%;
    cursor: pointer;
}

.contacticon {
    height: 1.5rem;
    width: 2rem;
    object-fit: contain;
    cursor: pointer;
}

.contactbutton {

    text-decoration: none;
    color: black;
    font-size: 1rem;
    padding: 10px 10px;
    border-radius: 1vh;
    color: black;
    font-weight: 400;
}

/* For Navbar animation*/
.desktopMenuListItem {
    margin: .5px;
    cursor: pointer;
    position: relative;
    transform: translateZ(0);
    animation-duration: 1s;
    padding-bottom: .1rem;
    font-size: .9rem;
}



.desktopMenuListItem:before {
    content: "";
    position: absolute;
    z-index: -1;
    border-bottom: 3px solid #940a08;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 300ms ease-out;
}


.desktopMenuListItem:hover::before {
    transform: scaleX(1);

}

.logo {
    object-fit: cover;
    height: 2.8rem;
    width: 100%;
    cursor: pointer;
}

.contacticon {
    height: 1.5rem;
    width: 2rem;
    object-fit: contain;
    cursor: pointer;
}

.contactbutton {

    text-decoration: none;
    color: black;
    font-size: 1rem;
    padding: 10px 10px;
    border-radius: 1vh;
    color: black;
    font-weight: 400;
}

/* For Navbar animation*/
.desktopMenuListItem {
    margin: .5px;
    cursor: pointer;
    position: relative;
    transform: translateZ(0);
    animation-duration: 1s;
    padding-bottom: .1rem;
    font-size: .9rem;
}



.desktopMenuListItem:before {
    content: "";
    position: absolute;
    z-index: -1;
    border-bottom: 3px solid #940a08;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 300ms ease-out;
}


.desktopMenuListItem:hover::before {
    transform: scaleX(1);

}


#sectionOne {
    height: 30vh;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)),
        url(/assets/Background-1stsec.png);
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 2% 20%;
    z-index: -1;
    display: flex;
    justify-content: center;
}


/* Quick inquiry */

#inquiry {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.inquiryItems {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.inquiry {
    font-size: 2rem;
    font-weight: 600;
}



.quickInquiry {
    padding: 1% 10%;
    margin: auto;
}





form {
    width: 95%;
    margin: auto;
    margin-top: 10%;
    padding: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}




input,
textarea {
    width: 90%;
    padding: .5rem 2rem;
    border: .5px solid gray;
    border-radius: 5px;
    outline: none;
    font-weight: 200;

}

input :hover {
    box-shadow: 1px 1px 5px #bfd9eb;

}




input[type="submit"] {
    width: fit-content;
    border-radius: 5px;
    border: none;
    background-color: white;
    color: black;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: 2px 2px 2px black;
}

input[type="submit"]:hover {
    color: black;
}

.googlemap {
    display: flex;
    justify-content: center;
    width: 90%;
    height: 40vh;
    align-items: center;
    margin: auto;

}

.submitButton {
    padding: 1.2vh 1.3vw;
    width: 20%;
    height: auto;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 2px 4px#01030f;
    background-color: white;

}

.submitButton:hover {
    color: #940a08;
}

.animationSectionOne {
    animation-name: moveUp;
    animation-duration: 3.5s;
}























footer {
    padding: 2% 15%;
    max-width: 100%;
    height: auto;
    background-image: url(/assets/footerBackground.png);
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: center;
    z-index: -1;
    display: flex;
    justify-content: center;

}

.footerLogo {
    max-width: 12%;
    height: auto;
}

.socialmediaLogo {
    max-width: 6%;
    height: auto;
    margin: 4% 1%;
    cursor: pointer;
}

.footerContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.footerNav {
    list-style-type: none;
}

.footerNav a {
    color: black;
}

.footerNav a:hover {
    color: #940a08;
}


.footerProducts {
    max-width: 20%;
    height: auto;
}










@media only screen and (max-width: 1441px) {}


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

    .submitButton {
        padding: 1%;
        width: 30%;
        height: 4vh;
    }

    footer {
        padding: 2% 7%;
    }

    .socialmediaLogo {
        max-width: 6%;
        height: auto;
        margin: 3% 1%;
        cursor: pointer;
    }

    .footerLogo {
        max-width: 12%;
        height: auto;
        margin: 3% 3%;
    }

}


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


    .footerMenuProduct {
        display: none;
    }

    .socialmediaLogo {
        max-width: 15%;
        height: auto;
        margin: 4% 2%;
        cursor: pointer;
    }

    .footerLogo {
        max-width: 35%;
        height: auto;
    }
}
























@keyframes animateUser {
    0% {
        top: 0px;
        bottom: 0px
    }

    25% {
        top: 5px;
        bottom: 0px
    }

    50% {
        top: 0px;
        bottom: 5px
    }

    75% {
        top: 5px;
        bottom: 0px
    }

    100% {
        top: 0px;
        bottom: 5px
    }

}



@keyframes transition {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;

    }
}



@keyframes moveRight {
    0% {
        opacity: 0;
        transform: translateX(150px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveLeft {
    0% {
        opacity: 0;
        transform: translateX(-150px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}