* {
    scroll-behavior: smooth;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.background-side-menu{
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 99999999;
    background-color: #4a37292a;
}
.menu{
    height: 50px;
    width: 80px;
    display: none;
    cursor: pointer;
}
.side-menu{
    width: 15%;
    height: 100vh;
    background-color: #ffffff;
    float: right;
    box-shadow: -1px 0px 15px black;
    position: fixed;
    margin-left: 85%;
    transition: 0.5s ease;
    z-index: 9999999;
    transform: translateX(100%);
}
.side-menu ul li{
    list-style: none;
}
.side-menu .imgs{
    width: 80%;
    height: 50px;
    margin-top: 80px;
    transition: 0.5s all ease;
}
.side-menu .imgs:hover{
    background-color: #4A3729;
    border-radius: 20px;
}
.imgsc{
    width: 90%;
    height: 50px;
    margin-top: 20px;
    cursor: pointer;
}
body{
    transition: 0.5s;
}
a{
    text-decoration: none;
    color: black;
    padding: 10px 10px;
    border-radius: 10px;
    transition: 0.4s ease;
}
.Nav-Bar ul li  a:hover{
    background-color: #4A3729;
    color: wheat;
}
img {
    width: 100%;
    height: 100%;
}
#shosc{
    display: none;
    position: fixed;
    z-index: 99999999999;
    background-color: red;
}
.Nav-Bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    position: fixed;
    height: 100px;
    background-color: none;
    transition: 0.5s ease-in;
    z-index: 99;
}

.Nav-Bar ul {
    display: flex;
    list-style: none;
}

.Nav-Bar ul li {
    margin-left: 30px;
}

#Logo {
    width: 150px;
    height: 150px;
}

#Hero {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    padding: 230px 50px;
    background-color: bisque;
    background-attachment: fixed;
}

#What-We-Do {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    min-height: 50vh;
    padding: 50px 50px;
    opacity: 0;
    transition: 1s ease-in;
}

#Catigores {
    width: 100%;
    min-height: 60vh;
    padding: 50px 50px;
    text-align: center;
    display: block;
    opacity: 0;
    transition: 1s ease-in;
}

#Products {
    width: 100%;
    padding: 50px 50px;
    height: 60vh;
    flex-wrap: wrap;
    opacity: 0;
    transition: 1s ease-in;
    text-align: center;
}

#Contact-Us {
    width: 100%;
    padding: 100px 100px;
    flex-wrap: wrap;
    text-align: center;
    min-height: 60vh;
    transition: 1s ease-in;
}

input {
    width: 360px;
    height: 30px;
    margin: 5px;
    background-color: #EEEEEE;
    outline: none;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 2px 5px black;
    padding: 10px;
}

textarea {
    background-color: #EEEEEE;
    outline: none;
    border: none;
    border-radius: 20px;
    width: 360px;
    margin: 5px;
    padding: 10px;
    box-shadow: 0px 2px 5px black;
}

.side-Form {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 15px;
}

.side-text {
    width: 50%;
    text-align: center;
}
.side-text h1{
    margin-top: 30px;
}
#Products img {
    border-radius: 20px;
}


#see-moore {
    border-radius: 20px;
    padding: 6px 30px;
    border: 0px;
    background-color: brown;
    transition: 0.5s;
    cursor: pointer;
    margin-top: 20px;
}

#see-moore a {
    color: white;
    font-size: 16px;
    text-decoration: none;
}

#see-moore:hover {
    transform: scale(1.1);
    background-color: #4A3729;
}

.card {
    width: 30%;
    height: 360px;
    margin: 10px;
}

.card img {
    border-radius: 20px;
    height: 100%;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap-reverse;
    width: 100%;
}

footer {
    background: repeating-linear-gradient(45deg, #4A3729, #FFF8DF);
    height: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-Title,
.side-Image {
    width: 50%;
}


.side-Title h1 {
    font-size: 45px;
}

#head-Title {
    margin-bottom: 20px;
}

.box-text,
.box-text p {
    margin-top: 10%;
}

#Title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.side-Image img {
    border-radius: 30px;
    height: 75%;
}

#img2 {
    height: 100%;
}

#Up {
    z-index: 999999999999999999;
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    border: 0px;
    background: none;
    cursor: pointer;
    opacity: 0;
    transition: 1s;
}

.progress{
    position:fixed;
    top:0;
    left:0;
    height:4px;
    background:#ff4d4d;
    width:0%;
    z-index:999;
    }

@media screen and (max-width: 740px) {
    .menu{
        display: block;
    }

    .card {
        width: 100%;
        text-align: center;
        margin: 15px;
    }

    /* Section */

    #Catigores,
    #Products,
    #Contact-Us,
    #What-We-Do {
        padding: 50px 10px;

    }

    #Hero {
        padding: 100px 10px;
    }

    .box-text,
    .side-Form,
    .side-text,
    textarea,
    input {
        width: 100%;
    }

    .side-Title,
    .side-Image {
        width: 100%;
        margin: 15px;
    }

    .box-text h1 {
        font-size: 32px;
        text-align: center;
    }

    .box-text h3 {
        text-align: center;
        width: 100%;
    }

    .Nav-Bar {
        padding: 10px 10px;
    }

    .Nav-Bar ul {
        display: none;
    }
}


