::selection {
    background-color: #C36A2D;
    color: white;
}

* {
    text-decoration: none;
    padding: 0;
    text-decoration: none;
    margin: 0;
}

p>a {
    color: #C36A2D;
}

/* ----styling of header ----- */
html {
    width: 100%;
}

header {
    width: 100%;

}

/* ----styling of navbar one ---- */
.nav_1 {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 2px 2px 5px gray;
    flex-wrap: wrap;
    background-color: #c36a2d;
}

.nav_1 .left p {
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto";
    color: white;
}

.nav_1 .left span {
    color: orange;
}

.nav_1 .right i {
    cursor: pointer;
    color: white;
    font-weight: 550;
    font-size: 25px;
    margin-right: 20px;
}

/* ----- Styling of navbar 2 ------- */

.nav_2 {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.nav_2 .contact {
    display: inline;
    justify-content: center;
    flex-wrap: wrap;
}

.website_contact a {
    background-color: #c36a2d;
    color: white;
    padding: 0.9vw 1.5vw;
    border-radius: 5px;
}

.phone,
.email {
    display: flex;
    justify-content: start;
    gap: 10px;
    color: #c3692ddf;
}

.phone {
    margin-bottom: 10px;
}

.icon i {
    color: #c36a2d;
}

.nav_2 .logo {
    text-align: center;
    font-size: 5vw;
    letter-spacing: 3px;
}

.main_logo span {
    font-family: "lobster";
    background: linear-gradient(to top, #feb47b, #ff7e5f);
    background-clip: text;
    -webkit-text-fill-color: orange;
}

.phone p {
    margin-right: 20px;
    color: #c3692dcc;
}

.nav_2 .logo .main_logo {
    font-size: 2.5rem;
    font-weight: 550;
    color: #c36a2d;
    font-family: "lobster";
}

.logo .slogan {
    font-family: 'Style Script';
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
}

.main_logo span {
    color: orange;
}

#iconbar {
    display: none;
}

/* ------ STYLING OF NAVBAR 3 ------ */
.fa-xmark {
    display: none;
    color: #C36A2D;
    font-size: 26px;
    position: relative;
    left: 92%;
}

.cross {
    display: none;
}

.nav_3 {
    width: 100%;
    height: 80px;
    padding-top: 2vw;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px gray;

}

ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

ul li {
    list-style: none;
    position: relative;
}

ul ul {
    position: absolute;
    box-shadow: 5px 5px 20px black;
    margin-top: 6px;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
}

ul li:hover>ul {
    display: block;
}

ul li ul li {
    background-color: whitesmoke;
    border-bottom: 1px solid #C36A2D;
    /* padding: 10px 100px; */
    width: 150px;
    text-align: center;
    padding: 10px 20px;
    transition-duration: 0.4s;
    transition-timing-function: ease-in;
}

ul li ul li a {
    transition-duration: 0.4s;
    transition-timing-function: ease-in;
    color: #C36A2D;
}


ul li ul li:hover a {

    color: white;
}

ul li ul li:hover {
    background-color: #C36A2D;
}

ul li ul li a::before {
    content: none;
}

.category {
    position: sticky;
    z-index: 999;
}

ul li ul li a {
    /* padding: 10px 100px; */
    width: 100%;
}

ul li i {
    font-size: 22px;
    margin-right: 5px;
    color: #c36a2d;
}

ul li a {
    font-family: 'Roboto';
    color: black;
    font-weight: 550;
    font-size: 18px;
    position: relative;
    transition: all ease 0.5;
}

ul li a:hover {
    font-size: 19px;
}

.active::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #c36a2d;
    left: 0;
    bottom: -8px;
}

ul li a::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 0%;
    background-color: #c36a2d;
    left: 0;
    bottom: -6px;
    transition-duration: 0.4s;
}

ul li a:hover::before {
    width: 100%;
}

.hover {
    transition-duration: 0.5s;
}

.hover:hover>.dropdown {
    display: block;
}

/* dropdown menu styling */

.dropdown {
    display: block;
    position: relative;
    z-index: 4;
    width: 100%;
    background-color: white;
    display: none;
}

.dropdown li {
    border-bottom: 3px solid #d0631a;
    height: 30px;

    text-align: center;
    padding-top: 40px;
}

.dropdown li:hover {
    border-bottom: none;
}

#nav_icon {
    display: none;
}

/* -------- Styling of whatsapp ---------- */
.whatsapp_fixed {
    position: fixed;
    right: 15px;
    background-color: green;
    font-size: 20px;
    width: 190px;
    text-align: center;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    z-index: 99;
    bottom: 30px;
    border-radius: 15px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 15px 15px;
    padding-top: 0px;
    margin-left: 50px;

}

.whatsapp_fixed i {
    color: white;
    font-size: 35px;

}

/* ---------- Styling of Footer Designs ------------- */

footer {

    margin-top: 10vw;
    border-top: 5px solid #c36a2d;
}

.footer_logo {
    font-family: "lobster";
    color: #C36A2D;
    font-size: 40px;
    margin-top: 5vw;
    letter-spacing: 4px;
}

.footer_logo span {
    color: #FFA500;
    font-family: "lobster";
}

.logo-bottom {
    text-align: center;
    margin-top: 2vw;
}

.logo-bottom .slogan {
    font-family: "Style script";
    font-size: 20px;
    font-weight: 650;
    letter-spacing: 3px;
}

.footer-para {
    text-align: center;
    width: 70%;
    margin: auto;
    margin-top: 2vw;
}

.footer-para p {
    line-height: 25px;
    font-size: 20px;
    color: #c36a2d;
    margin-bottom: 1.5vw;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-icon {
    text-align: center;
    margin-top: 4vw;
}

.footer-icon i {
    font-size: 30px;
    margin-bottom: 1.5vw;
    color: #aa4604;
    margin-right: 10px;
}

.footer-icon p i {
    font-size: 20px;
}

.footer-icon p {
    margin-bottom: 0px;
}

.last-footer {
    padding-top: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 3px solid #d0631aaa;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;

}

.last-footer p {
    text-align: center;
    /* padding-top: 20px; */
    color: #C36A2D;
}

.last-footer p a {
    color: black;
}

.last-footer p i {
    color: black;
}

.last-footer p span {
    color: black;
}

/*  Responsive designs using Media Query */

@media only screen and (max-width: 650px) {
    .whatsapp_fixed {
        width: 150px;
        font-size: 20px;

    }

    .nav_3 {
        z-index: 340;
        position: absolute;


    }

    /* Styling of category */
    .category {
        order: 5;
    }


    ul ul {
        margin-top: 30px;
        margin-left: 29px;
        text-align: center;
        background-color: #c36a2d;
    }

    ul ul li {
        margin-left: 40px;
        background-color: transparent;
    }

    ul ul li a {
        background-color: transparent;

    }

    .whatsapp_fixed i {
        font-size: 27px;
    }

    .nav_2 .contact,
    .nav_2 .website_contact {
        display: none;
    }

    .nav_2 .logo .main_logo {
        font-size: 30px;
    }

    .nav_1 .right i {
        margin-top: 5px;
        font-size: 23px;
        margin-bottom: 10px;
    }

    .nav_1 .right {
        margin-right: 30px;
        margin-left: 30px;
    }

    .nav_1 .left p {
        font-size: 15px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    footer {
        padding-bottom: 2vw;
    }

    .footer-para p {
        display: none;
    }

    .footer_logo {
        font-size: 30px;
    }

    .footer_logo .slogan {
        font-size: 2px;
    }

    .last-footer {
        font-size: 13px;
    }

    .footer-icon {
        margin-bottom: 10px;
    }

    /* styling of navbar */

    .main_navbar {
        display: none;
        flex-direction: column;
        background-color: white;
        position: absolute;
        z-index: 99;
        /* top: 70px; */
        /* height: 100%;   */
        width: 70%;
    }

    .nav_3 ul {

        flex-direction: column;
        width: 90%;
        height: auto;
        position: absolute;
        top: 10px;
    }

    .nav_3 ul li {
        margin-top: 20px;
    }

    .main_navbar li {
        text-align: center;
        margin-bottom: 20px;
        position: relative;
        z-index: 5;

    }

    #iconbar {
        display: block;
        font-size: 23px;
        position: absolute;
        top: 100px;
        left: 20px;
        color: #aa4604;
        font-weight: 900;
    }

    .cross {
        display: block;
        transition-duration: 0.9s;

    }
}