        html {
            scroll-behavior: smooth;
        }

        * {
            margin: 0;
        }

        a {
            text-decoration: none;
            color: rgb(0, 0, 0);
        }

        *.btn {
            cursor: pointer;
        }

        .background {
            height: 100%;
            width: 100%;
            position: fixed;
            z-index: -999;
        }

        .background .back-img img {
            height: 100%;
            width: 100%;
            position: absolute;
        }

        .back-overlay {
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            position: absolute;
        }

        /***********************************NAVIGATION BAR CSS START**************************************/

        .navi {
            background-color: transparent;
            width: 86%;
            margin: auto;

            /* For Making the Navbar-Sticky . you must give the position ...where to stick....like: top:10px*/
            /* position: sticky;
            top: 0; */
        }

        .navbar {
            width: 100%;
            display: flex;
            height: auto;
            padding: 15 0 15 0;
            background-color: rgb(0, 0, 0, 0.1);
        }

        .left-img {
            width: 15%;
        }

        .right {
            height: 25px;
            width: 77%;
            /* position: absolute; */
            padding: 15 25 15 0;
            text-align: right;
        }

        .right ul a li {
            list-style: none;
            display: inline-table;
            color: white;
            padding-bottom: 10px;
            margin: 0 10 0 10;
            transition: 0.5s;
        }

        .right ul a li:hover {
            color: #e2b741;
            border-bottom: 1px solid #e2b741;
        }

        .navbar .right-img {
            position: absolute;
            right: 10%;
            /* right: 5%; */
            padding: 5 20 0 0;
        }

        .navbar .right-img:hover {
            cursor: pointer;
        }

        .navbar .right-img .ing {
            /* position: absolute; */
        }

        .navbar .right-img .ing {
            position: absolute;
        }

        .navbar .right-img .ing1 {
            position: absolute;
        }

        .navbar .right-img .ing1:hover {
            /* cursor: pointer; */
            display: none;
            cursor: pointer;
        }

        /*NAVIGATION BAR CSS ENDS*/

        /*MAIN CONTAINER CSS STARTS*/

        .main-container {
            /* background-color: white; */
            background-image: linear-gradient(100deg, rgb(255, 249, 225), rgb(255, 255, 255));
            width: 86%;
            z-index: -50;
            margin: auto;
            background-size: cover;
            background-repeat: no-repeat;



            /* padding: 30 0 0 0; */
        }

        /**********************FIRST SECTION CSS START******************************/

        .first-section {
            display: flex;
            padding: 50 50 0 50;
        }

        .left-pic-sec {
            width: 650px;
            height: 450px;
            border-radius: 5px 5px 0 0;
            overflow: hidden;
            position: sticky;
            top: 60;
        }

        .left-pic {
            box-shadow: 0px -50px 50px rgba(48, 47, 43, 0.5);
            /* border: 1px solid rgba(0, 0, 0, 0.5); */
            margin: 2;
            width: 100%;
        }

        .right-txt-sec {

            margin: 0 0 0 100px;

            /* height: 10%; */
        }

        .first-section hr {
            width: 70%;
            margin: 20 0 20 0;
            color: rgba(99, 99, 99, 0.5);
        }

        .first-section P {
            width: 76%;
            margin: 20 0;
        }

        .weight-sec {
            padding: 8 30;
            font-size: 17;

        }

        .country-sec {
            padding: 8 30;
            font-size: 18;
        }

        .city-sec {
            padding: 8 30;
            margin-left: 10;
            font-size: 18;
        }

        .btns {
            padding: 15 30;
            font-size: 20;
            font-weight: bold;
            cursor: pointer;
        }

        .btns-1 {}

        .btns-2 {
            margin-left: 10;
            padding: 15 40;
            /* background-color: rgba(0, 0, 0, 0.9); */
            background-image: linear-gradient(to right, black, rgb(87, 87, 87), black);
            border: 0;
            color: rgb(255, 255, 255);
            transition: 1s;
            /* color: #e2b741; */
        }
        .btns-2:hover{
            /* background-image: linear-gradient(to right, rgb(87, 87, 87), black, rgb(87, 87, 87)); */
            background-image: linear-gradient(to right, rgb(87, 87, 87),rgb(87, 87, 87) );
        }

        .first-section ul {
            list-style: none;
            padding: 0;
        }

        .first-section ul li {
            display: flex;
            margin: 0 0 10;
            align-items: center;
        }

        .first-section ul li p {
            margin: 0 0 0 10;
        }

        /*************************************SECOND SECTION BANNER***********************/
        .second-sec-banner {
            margin: 50 0;
        }

        .second-sec-banner img {
            width: 100%;
            height: 70%;
        }

        /***************************************SECOND SECTION ENDS************************/

        /***************************************THIRD SECTION START************************/
        .third-section {
            display: flex;
            padding: 20 50;
            height: 50%;
        }

        .third-left {
            width: 55%;
        }

        .third-left p {}

        .third-left p .labels {
            font-weight: bold;
            font-size: 18;
        }

        .labels-parent {
            margin: 0 0 20 0;
        }

        .third-right {
            width: 40%;
            height: 100%;
            /* background-image: url(../images/d-bangles/20-1.webp); */
            margin-left: 20;
            /* background-size: cover; */
            overflow: hidden;

        }
        .third-right img{
            height: 100%;
            width: 100%;
        }

        /*************************************THIRD SECTION ENDS*************************/
        /*************************************FOURTH SECTION STARTS*************************/
        .fourth-sec{
            padding: 20 50;

        }
        table {
            width: 100%;
            text-align: left;
            border-collapse: collapse;
            border: 0px solid rgba(109, 90, 29, 0.2);
            /* padding: 0 0 0 50; */
        }

        table tr th {
            width: 20%;
            height: 50px;
            /* background-color: #000000; */
            /* background-color: maroon; */
            color: #f1a619;
            font-size: 18;
            border-bottom: 1px solid rgba(0, 0, 0, 0.9);
        }

        table tr {
            transition: 0.5s;
        }
        table tr td {
            width: 20%;
            height: 50px;
        }

        .tables {
            margin-top: 50 0 0 0;
        }

        table {
            /* margin-left: 15px; */
            padding: 20px;
        }
        .sub-total{
            border-bottom: 1px solid rgba(0, 0, 0, 0.9);
        }
        .grand-total{
            font-size: 20;
            font-weight: bold;
        }
        /*************************************FOURTH SECTION ENDS*************************/

        
 /************************FIFTH SECTION CSS START********************************/

 .fifth-section {
    display: flex;
    height: 54%;
    width: 98%;
    padding: 0 20 0 20;
}
.first-sec-txt-one {
    background-color: #ffffff;
    text-align: center;
    line-height: 1.5;
    padding: 10 0 10 0;
    margin-top: 10;
}

.fifth-sec-whole {
    width: 25%;
    margin: 0 20 0 0;
    height: 93%;
    box-shadow: 0px 0px 10px rgba(54, 54, 54, 0.5);
}

.fifth-sec-whole-four {
    margin: 0 0 0 0;
}

.fifth-sec-whole:hover .hover-shop-pic {
    height: 50;
    width: 50;
}
.fifth-sec-whole:hover {
    cursor: pointer;
}

  /**********************************All Image CSS***************************/

 
  .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img1 {
    width: 265px;
    height: 253px;
    opacity: 0;
    object-fit: cover;
    position: absolute;
    transition: 0.3s ease;
}
.pictures{
    height: 236;
}

.fifth-sec-whole:hover .img1{
    opacity: 1;
}

 /********************GENERALIZED HOVER SHOP PICTURE FOR ALL SECTION********************/

 .hover-shop-pic {
    background-image: url(../../images/yellow.png);
    background-repeat: no-repeat;
    height: 50;
    width: 0;
    background-color: rgba(54, 54, 54, 0.9);
    background-position: 50% 50%;
    /* background-size: cover; */
    position: absolute;
    border-radius: 0% 30% 0% 30%;
    box-shadow: 0px 0px 10px rgba(54, 54, 54, 0.5);
    margin: 5 0 0 5;
    transition: 0.5s;
    z-index: 5;
}

.hover-shop-pic:hover {
    background-image: url(../../images/white.png);
    cursor: pointer;
}

/********************************GENERALIZED HOVER SHOP PICTURE FOR ALL SECTION ENDS********************/

/***********************************FIFTH SECTION CSS ENDS********************************/


            /*****************************FOOTER AND COPYRIGHT SECTION START************************/

            .foot {
            /* background-color: rgba(0, 0, 0, 0.6); */
            background-color: rgba(0, 0, 0, 0.3);
            width: 86%;
            height: 40%;
            z-index: -50;
            margin: auto;
            padding: 100 0 0 0;
            display: flex;
            /* padding: 30 0 0 0; */
        }

        .about-us {
            /* float: left; */
            width: 20%;
            padding: 0 20 0 50;
        }

        .about-us-body {
            padding: 20 0 0 0;
            font-size: 15;
            color: rgb(168, 168, 168);
        }

        .foot-div-body ul {
            padding: 12px 0 0 18px;
            color: rgb(168, 168, 168);
        }

        .foot-div-body ul li {
            padding: 12px 0 0 0;
        }

        .foot-div-body ul li a {
            color: rgb(168, 168, 168);
        }

        .foot-div-body ul li a:hover {
            color: rgb(255, 255, 255);
        }

        .hori-line {
            width: 0;
            height: 195px;
            border-left: 1px solid rgb(168, 168, 168);
            /* float: left; */
        }

        .follow-us,
        .whats-hot,
        .company {
            padding: 0 0 0 50;
            width: 20%;
            /* float: left; */
        }

        .foot-head {
            color: rgb(255, 255, 255);
            font-weight: bold;
        }

        .copy-right {
            display: block;
            width: 86%;
            height: 100;
            margin: auto;
            text-align: center;
            color: rgb(168, 168, 168);
        }

        .copy-right-txt {
            padding: 50 0 0 0;
            display: inline-block;
        }

         /****************************FOOTER AND COPYRIGHT SECTION ENDS****************************/
                  /*SCROLL TO TOP BUTTON CSS*/
                  .upward-top-button{
            background-color: #E2B741;
            width: 50px;
            text-align: center;
            font-size: 40;
            font-weight: bold;
            font-family: 'Courier New', Courier, monospace;
            border-radius: 100%;
            height: 50px;

        }
        .upward-top-button p{
            padding-top: 10;
        }
        .top-button{
            /* position: absolute; */
            bottom: 10px;
            right: 21px;
            position: fixed;
        }
        .top-button a{
            text-decoration: none;
            color: rgb(0, 0, 0);
        }

        /*SCROLL TO TOP BUTTON CSS END*/
    