*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.one{
    background-color: beige;
}
:root{
    --background : rgb(226, 226, 225);
    --background2 : #423416;
    /* --background : rgb(69 , 92 , 115); */
}
#b1{
    /* background-color: var(--background); */
    border-radius: 5px;
    position: relative;
    bottom: 10px;
    margin-top: 30px;
    width: 60%;
    border: 1px solid green;
    text-align: center;
}

/* MOBILE VIEW */

@media screen and (max-width : 650px) {
    #six{
        display: none;
    }
    .laplogo{
        display: none;
    }
    #canu{
        display: none;
    }
    #canulaptopbtn{
        display: none;
    }
    /* .imgcrousal{
        height: 250px;
        width: 250px;
    } */
     .services {
            display: flex;
            justify-content: center;
            /* padding: 40px 20px; */
            /* margin-top: -140px; */
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        .service {
            background: #fff;
            color: #333;
            margin: 20px;
            padding: 30px;
            width: 350px;
            border-radius: 12px;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
            animation: fadeIn 1s ease-in-out;
            border: 1px solid rgb(221, 155, 31);
        }
        .service:hover {
            transform: scale(1.1);
            animation: pulse 0.5s ease-in-out;
        }

    .topup{
        min-height: 35px;
        /* background: rgb(4, 116, 213); */
        background-color: var(--background2);
    
        color: white;
    }
    .jkjk{
        display: none;
    }
    .removecrt{
        display: none;
    }
    #one{
        display: none;
    }
    #two{
        /* float: inline-end; 
        cursor: pointer; 
        margin-right: 20px; */
        display: none;
    }
    #three{
        /* display: none; */
        font-size: 10px;
        /* background-color: #007bff; */
        text-align: center;
    }
    #four{
        /* width: 40%; */
        /* float: inline-start; */
        /* margin-top: -20px; */
        /* margin-left: 5%; */
        /* background-color: bisque; */
        display: none;
    }
    #icons{
        font-size: 35px;
        margin-right: 7px;
        margin-left: 10px;
        margin-top: 10px;
    }
    
    
    /* ---------------------second nav bar main one------------------------------- */
    
    .five{
        /* background-color: red; */
        background-color: #e1e0e0;
        min-height: 50px;
        /* margin-top: -16px ; */
        color: rgb(82, 81, 81);
    
    }
    #icons1{
        float: right;
        font-size: 35px;
        margin-right: 2%;
        color: black;
        margin-top: 4px;
        /* background-color: #007bff; */
    
        
    }
    #icons1:hover{
        color: black;
        
    }
    #icons2:hover{
        color: black;
        
    }
    #icons2{
        /* float: right;
        font-size: 40px;
        margin-right: 5px;
        color: black;
        margin-top: 10px; */
        display: none;
    
    }
    #icons4{
        float: right;
        font-size: 30px;
        margin-right: 5px;
        /* color: black; */
    
    }
    #icons3{
        /* float: right;
        font-size: 40px;
        margin-right: 5px;
        margin-top: 10px; */
        display: none;
    }
    #seven{
        color: black;
        /* margin-left: 9%; */
        margin: auto;
        /* background-color: blue; */
        width: 80px;
        padding-top: 10px;
    }
        
    #sixipad{
        width: 90%;
        /* float: inline-end; */
        /* margin-right: 9%; */
        /* background-color: #007bff; */
        margin-top: 27px;
        margin: auto;
    }
    
    /* ---------------------off canvas----------------------- */
    #main{
        /* line-height: 40px; */
        margin-right: 2%;
    }
    #cntipad{
        margin-right: 5%;
        /* background-color: rgb(221, 145, 2); */
        background-color: var(--background);
        border-radius: 40px;
        margin-top: 20px;
        padding-top: 2px;
        padding-bottom: 3px;
        color: rgb(0, 0, 0);
        margin-left: 10px;
    
    }
    .navli{
        position: relative;
        /* background-color: aqua; */
        margin-top: -10px;
        margin-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navli:hover{
        background-color: var(--background);
    }
    #navlink{
        color: black;
        text-decoration: none;
        font-size: 18px;
        margin-left: 10px;
        /* font-weight: bold; */
    }
    
     .navli::before{
        content: "";
        position: absolute;
        bottom: -1px;
        height: 1.5px;
        width: 0%;
        background-color: black;
        transition: all .5s;
    
     }
    
    .navli:hover::before{
        width: 70%;
    }
    
    
    /* ----------------------------products------------------------------- */
    
    #main3-1{
        /* height: 80px; */
        /* background-color: blue; */
        text-align: left;
        /* margin-bottom: 50px; */
        position: relative;
        /* background-color: aqua; */
    
    }
    #m3-1-1{
        width: fit-content;
        margin: auto;
        /* float: left; */
        color: rgb(0, 0, 0);
        position: relative;
        top: 50%;
        /* left: 70px; */
        /* bottom: -5px; */
    }
    /* #m3-1-1::after{
        content: "";
        height: 2px;
        width: 20%;
        position: absolute;
        background-color: rgb(0, 0, 0);
        bottom: -5px;
        left: 10px;
        transition: all .5s;
    } */
    /* #m3-1-1:hover::after{
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        background-color: rgb(0, 0, 0);
        left: 0px;
        bottom: -5px;
    
    } */
    .seventhshift{
        min-height: 80px;
        /* background-color: rgb(246, 122, 142); */
        /* background-image: url("/static/images/bg2.jpeg"); */
        /* position: absolute; */
        width: 100%;
        /* margin-bottom: 50px; */
        /* z-index: -1; */
    }
    #main3-1::after{
        content: "";
        height: 5px;
        width: 30%;
        background-color: var(--background2);
        left: 0px;
        bottom: 0px;
        position: absolute;
        animation: mover 40s linear infinite forwards alternate;
    
    }
    #main3-1::before{
        content: "";
        height: 5px;
        width: 30%;
        background-color: var(--background2);
        right: 0px;
        top: 0px;
        position: absolute;
        animation: mover2 40s linear infinite alternate;
    
    } 
    @keyframes mover {
        0%{
            left: 0%;
        }
        100%{
            left: 65%;
        }
        
    }
    @keyframes mover2 {
        0%{
            right: 0%;
        }
        100%{
            right: 65%;
        }
        
    } 
    .category_shift{
        /* margin-top: 200px; */
        /* top: -350px; */
        /* background-color: rgb(1, 43, 29); */
        /* min-height: 500px; */
        position: relative;
        margin-bottom: 50px;
    
    }
    .S7-1{
        width: 100%;
        margin: auto;
        display: flex;
        margin-bottom: 50px;
        /* justify-content: center; */
        flex-wrap: wrap;
        /* background-color: blue; */
    }
    #main3-2{
        height: 100%;
        width: 100%;
        /* margin-top: 10; */
        /* margin-left: 4%; */
        /* margin-top: 10px; */
        /* background-color: antiquewhite; */
    }
    #main3-2-1{
        background-color: var(--background);
        /* background-color: #007bff; */
        /* border-radius: 10px; */
        text-align: center;
        min-height: 90%;
        width: 250px;
        margin: auto;
        margin-top: 30px;
    }
    
    #main3-2-1-1{
        position: relative;
        top: 0px;
        /* background-color: beige; */
    }
    
    #main3-2-1-2{
        /* color: white; */
        width: 80%;
        /* background-color: aqua; */
        text-align: left;
        margin-left: 25px;
    }
    #pic3-2{
        z-index: 1;
        height: 250px;
        width: 250px;
        /* border-radius: 10px; */
        border: 2px solid var(--background);
    
        
    
    
    }
    .mt-4{
        /* background-color: aqua; */
        text-align: left;
    }
    #b1{
        background-color: var(--background);
        /* border-radius: 20px; */
    }
    /* --------------------------------------------FOOTER------------------------------ */
    .lastshift{
        /* min-height: 600px; */
        /* background-color: aqua; */
        background-color: var(--background2);
        /* position: relative; */
        /* top: 230px; */
        color: white;
        /* margin-top: -150px; */
        margin-bottom: -50px;
    }
    .footerlast{
        width: 100%;
        height: 50%;
        background-color: var(--background2);
        display: flex;
        flex-wrap: wrap;
        /* padding-bottom: 36px; */
    }
    .f1{
        /* background-color: rgb(218, 176, 118); */
        margin: auto;
        width: 95%;
        padding-left: 20px;
        margin-top: 20px;
        color: white;
    
    }
    .f2{
        margin-left: 2%;
        width: 70%;
    }
    .f5{
        display: none;
        /* background-color: rgb(180, 124, 52); */
    }
    .f5mbl{
        height: 80%;
        width: 100%;
        /* background-color: #007bff; */
        /* text-align: center; */

    }
    .f3{
        line-height: 30px;
    }
    .f3 p{
        /* width: 30%; */
        text-align: left;
        color: white;
    
    }
    
    #f4{
        font-size: 20px;
        margin-right: 10px;
        color: white;
    
    }
    #f5{
        color: white;
        
    }
    #S7-3{
        background-color: var(--background2);
        min-height: 60px;
        position: relative;
    
    }
    #S7-3-1{
        /*  background-color: rgb(49, 42, 28); */
        /* width: 20%; */
        /* position: absolute; */
        /* bottom: 20px; */
        /* right: 2px; */
        /* margin: auto; */ 
        display: none;
    }
    #icons2{
        font-size: 25px;
        margin-right: 10px;
    
    }
    #S7-3-2{
        min-height: 90%;
        max-height: 90%;
        background-color: var(--background);
        width: 8%;
        max-width: 10%;
        /* margin-top: 10px; */
        margin-left: 60px;
        position: absolute;
        top: -10px;
    
    }
    #S7-3-2-1{
        height: 72px;
        width: 70px;
        position: absolute;
        left: 20%;
        top: 13%;
    }
    #S7-3-3{
        /* position: absolute; */
        /* background-color: blue; */
        bottom: 10px;
        /* left: 30%; */
        width: 70%;
        margin: auto;
        text-align: center;
        font-size: 15px;
    }
    .hrline{
        width: 20%;
        /* margin: auto; */
    }
     /* --------------------------------PRODUCT DETAIL------------------------------ */
     .pdS1{
        /* background-color: aquamarine; */
        min-height: 500px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 180px;
    }
    
    .pdS1-1{
        /* background-color: blue; */
        min-height: 100%;
        width: 100%;
        display: flex;
    
    }
    .carttbl{
        background-color: #007bff;
    }
    .pdS1-1-1{
        /* background-color: blueviolet; */
        min-height: 100%;
        width: 30%;
        display: flex;
        margin-left: 40px;
        flex-wrap: wrap;
    }
    
    .pdS1-1-2{
        /* background-color: rgb(79, 53, 103); */
        min-height: 100%;
        width: 70%;
        margin: auto;
    }
    .maincrousel{
        margin: auto;
        margin-top: 20px;
    }
    .pdS1-pic{
        height: 450px;
        width: 450px;
        margin: auto;
        margin-top: 10px;
        border-radius: 10px;
        display: block;
        /* background-color: beige; */
    
    }
    .pdS1-2{
        /* background-color: brown; */
        min-height: 100%;
        width: 100%;
    }
    .pds1-2-1{
        /* background-color: aquamarine; */
        width: 80%;
        min-height: 90%;
        margin: auto;
        margin-top: 30px;
        position: relative;
    
    }
    .pds1-2-1-1{
        /* background-color: #007bff; */
        width: 95%;
        margin: auto;
        /* margin-left: 22%; */
    }
    #pds1-2-2{
        background-color: var(--background);
        margin: auto;
        border: 1px solid black;
        display: block;
        margin-top: 20px;
        position: absolute;
        bottom: -50px;
        left: 22%;

    
    }
    #pds1-2-3{
        margin: auto;
        border: 1px solid black;
        position: absolute;
        bottom: -100px;
        left: 22%;

    
    }
    /* -------------------------------admin order---------------------- */
    
    .container2 {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 90%;
        margin: auto;
    }
    /* -----------------customer order view------------------------ */
    
    .order-header {
        background-color: #007bff;
        color: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }
    
    .order-header h3 {
        font-size: 2rem;
        font-weight: 700;
    }
    
    .order-header p {
        font-size: 1.1rem;
    }
    
    .order-info, .order-summary {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    
    .order-info h5, .order-summary h5 {
        color: #007bff;
        font-weight: 600;
    }
    
    .order-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #f1f1f1;
        transition: background-color 0.3s ease;
    }
    
    .order-item:hover {
        background-color: #f8f9fa;
    }
    
    .order-item img {
        max-width: 60px;
        max-height: 60px;
        object-fit: cover;
        border-radius: 5px;
    }
    
    .total-price {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--background2);
    }
    
    .btn-custom {
        background-color: #007bff;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 1.1rem;
        transition: background-color 0.3s ease;
    }
    
    .btn-custom:hover {
        background-color: #0056b3;
    }
    
    .order-item p {
        margin-bottom: 0;
    }
    
    .order-item span {
        font-weight: 500;
        font-size: 1.1rem;
    }
    
    .order-summary .list-group-item {
        border: none;
    }
    
    .btn-custom-secondary {
        background-color: #6c757d;
        color: white;
    }
    
    .btn-custom-secondary:hover {
        background-color: #5a6268;
    }


    /* ------------------------------------------------------------------------------ */
    .abbusabka{
     background-color: rgb(77, 51, 3);
     margin-top: 100px;

 }
 
 .classymain{
     background-color: rgb(77, 51, 3);
     /* margin-bottom: 50px; */
     
    }
    .classy{
     background-color: rgb(77, 51, 3);
     text-align: left;
     width: fit-content;
     margin-left: 5%;
     /* position: relative; */
     /* float: inline-start; */

 }
 .classy1{
    background-color: rgb(77, 51, 3);
    height: auto;
    margin-bottom: 50px;
    display: flex;
    padding-bottom: 50px;
    flex-wrap: wrap;

    
    /* padding-top: 80px; */
    
 }
 .classyimage1{
    width: 100%;
 }
 .classyimage2{
    width: 100%;
 }
 .classy1-1{
    width: 95%;
    /* aspect-ratio: 5/3; */
    height: auto;
    /* float: right; */
    display: block;
    margin: auto;
    margin-top: 5%;
    /* margin-right: 20px; */
 }
 .classy2-1{
    width: 95%;
    /* aspect-ratio: 5/3; */
    height: auto;
    /* float: left; */
    display: block;
    margin: auto;
    margin-top: 5%;
    /* margin-left: 20px; */
 }
#m3-1-1{
        /* background-color: aqua; */
        width: fit-content;
        /* margin: auto; */
        /* float: left; */
        color: white;
        position: relative;
        /* padding-bottom: 20px; */
        /* top: 50%; */
        /* left: 20px; */
        /* bottom: -5px; */
    }
    #m3-1-1::after{
        content: "";
        height: 2px;
        width: 20%;
        position: absolute;
        background-color: rgb(255, 255, 255);
        bottom: -5px;
        left: 10px;
        transition: all .5s;
    }
    #m3-1-1:hover::after{
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        background-color: rgb(255, 255, 255);
        left: 0px;
        bottom: -5px;

    }

    /* --------------------------------VIDEOS SHIFT-------------------------- */

    .videosshift{
        /* background-color: #6c757d; */
        min-height: 400px;
        margin-top: 40px;
        margin-bottom: 150px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2%;
        row-gap: 20px;
    }
    .videosmain1{
        display: flex;
        width: 80%;
        /* background-color: #007bff; */
        


    }
    .video1-1{
        width: 100%;
        height: auto;
        /* margin-left: 20px; */
    }
    /* ------------------------------Return and exchange---------------------- */
    .classymain2{
     background-color: rgb(221, 155, 31);
     margin-bottom: 50px;
     
    }
    .classy2{
     background-color: rgb(221, 155, 31);
     text-align: left;
     width: fit-content;
     margin-left: 5%;
     /* position: relative; */
     /* float: inline-start; */

 }

 }



    


/* --------------------------------------------------- */

                        /* IPAD VIEW */


 @media screen and (min-width : 650px) and (max-width : 975px){
    #canumbl{
        display: none;

    }
    .crossmbl{
        display: none;
    }
    .laplogo{
        background: transparent;
        mix-blend-mode: multiply;
    }
    #canumblbtn{
        display: none;
    }
    .mbllogo{
        display: none;
    }
    .f5mbl{
        display: none;
    }
    .imgcrousal{
        height: 400px;
        width: 400px;
    }
    .services {
            display: flex;
            justify-content: center;
            /* padding: 40px 20px; */
            /* margin-top: -140px; */
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        .service {
            background: #fff;
            color: #333;
            margin: 20px;
            padding: 30px;
            width: 350px;
            border-radius: 12px;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
            animation: fadeIn 1s ease-in-out;
            border: 1px solid rgb(221, 155, 31);
        }
        .service:hover {
            transform: scale(1.1);
            animation: pulse 0.5s ease-in-out;
        }
    #six{
        width: 40%;
    float: inline-end;
    margin-right: 3%;
    /* background-color: #007bff; */
    margin-top: 27px;
    }

    .abbusabka{
     background-color: rgb(77, 51, 3);
     margin-top: 100px;

 }
 
 .classymain{
     background-color: rgb(77, 51, 3);
     /* margin-bottom: 50px; */
     
    }
    .classy{
     background-color: rgb(77, 51, 3);
     text-align: left;
     width: fit-content;
     margin-left: 5%;
     /* position: relative; */
     /* float: inline-start; */

 }
 .classy1{
    background-color: rgb(77, 51, 3);
    height: auto;
    margin-bottom: 50px;
    display: flex;
    padding-bottom: 50px;

    
    /* padding-top: 80px; */
    
 }
 .classyimage1{
    width: 50%;
 }
 .classyimage2{
    width: 50%;
 }
 .classy1-1{
    width: 90%;
    /* aspect-ratio: 5/3; */
    height: auto;
    float: right;
    display: block;
    margin-top: 5%;
    margin-right: 20px;
 }
 .classy2-1{
    width: 90%;
    /* aspect-ratio: 5/3; */
    height: auto;
    float: left;
    display: block;
    margin-top: 5%;
    margin-left: 20px;
 }
#m3-1-1{
        /* background-color: aqua; */
        width: fit-content;
        /* margin: auto; */
        /* float: left; */
        color: white;
        position: relative;
        /* padding-bottom: 20px; */
        /* top: 50%; */
        /* left: 20px; */
        /* bottom: -5px; */
    }
    #m3-1-1::after{
        content: "";
        height: 2px;
        width: 20%;
        position: absolute;
        background-color: rgb(255, 255, 255);
        bottom: -5px;
        left: 10px;
        transition: all .5s;
    }
    #m3-1-1:hover::after{
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        background-color: rgb(255, 255, 255);
        left: 0px;
        bottom: -5px;

    }

    /* --------------------------------VIDEOS SHIFT-------------------------- */

    .videosshift{
        /* background-color: #6c757d; */
        min-height: 400px;
        margin-bottom: 150px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2%;
        row-gap: 20px;
    }
    .videosmain1{
        display: flex;
        width: 47%;
        /* background-color: #007bff; */
        


    }
    .video1-1{
        width: 100%;
        height: auto;
        /* margin-left: 20px; */
    }
    /* ------------------------------Return and exchange---------------------- */
    .classymain2{
     background-color: rgb(221, 155, 31);
     margin-bottom: 50px;
     
    }
    .classy2{
     background-color: rgb(221, 155, 31);
     text-align: left;
     width: fit-content;
     margin-left: 5%;
     /* position: relative; */
     /* float: inline-start; */

 }

    .topup{
        min-height: 40px;
        /* background: rgb(4, 116, 213); */
        background-color: var(--background2);
    
        color: white;
    }
    #one{
        float: inline-end; 
        cursor: pointer;
    }
    #two{
        float: inline-end; 
        cursor: pointer; 
        margin-right: 20px;
    }
    #three{
        width: 42%;
    /* background-color: bisque; */
    /* margin: auto; */
    text-align: start;
    float: inline-end;
    margin-right: 4%;
    }
    #four{
        width: 20%;
        float: inline-start;
        /* margin-top: -20px; */
        margin-left: 5%;
        /* background-color: bisque; */
    }
    #icons{
        font-size: 20px;
        margin-right: 7px;
    }
    
    
    /* ---------------------second nav bar main one------------------------------- */
    
    .five{
        /* background-color: rgb(236, 233, 233); */
        background-color: #e1e0e0;
        min-height: 90px;
        /* margin-top: -16px ; */
        color: rgb(82, 81, 81);
    
    }
    #icons1{
        float: right;
        font-size: 40px;
        margin-right: 2%;
        color: black;
        margin-top: 10px;
    
        
    }
    #icons1:hover{
        color: black;
        
    }
    #icons2:hover{
        color: black;
        
    }
    #icons2{
        float: right;
        font-size: 40px;
        margin-right: 5px;
        color: black;
        margin-top: 10px;
    
    }
    #icons4{
        float: right;
        font-size: 30px;
        margin-right: 5px;
        /* color: black; */
    
    }
    #icons3{
        float: right;
        font-size: 40px;
        margin-right: 5px;
        margin-top: 10px;
    }
    #seven{
        color: black;
        margin-left: 9%;
        /* background-color: blue; */
        width: 10%;
        padding-top: 10px;
    }
        
    #sixipad{
        width: 90%;
        /* float: inline-end; */
        /* margin-right: 9%; */
        /* background-color: #007bff; */
        margin-top: 27px;
        margin: auto;
    }
    
    /* ---------------------off canvas----------------------- */
    #main{
        /* line-height: 40px; */
        margin-right: 2%;
    }
    #cntipad{
        margin-right: 5%;
        /* background-color: rgb(221, 145, 2); */
        background-color: var(--background);
        border-radius: 40px;
        margin-top: 20px;
        padding-top: 2px;
        padding-bottom: 3px;
        color: rgb(0, 0, 0);
        margin-left: 10px;
    
    }
    .navli{
        position: relative;
        /* background-color: aqua; */
        margin-top: -10px;
        margin-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navli:hover{
        background-color: var(--background);
    }
    #navlink{
        color: black;
        text-decoration: none;
        font-size: 18px;
        margin-left: 10px;
        /* font-weight: bold; */
    }
    
     .navli::before{
        content: "";
        position: absolute;
        bottom: -1px;
        height: 1.5px;
        width: 0%;
        background-color: black;
        transition: all .5s;
    
     }
    
    .navli:hover::before{
        width: 70%;
    }
    
    
    /* ----------------------------products------------------------------- */
    
    #main3-1{
        /* height: 80px; */
        /* background-color: blue; */
        text-align: left;
        margin-bottom: 50px;
        position: relative;
        /* background-color: aqua; */
    
    }
    #m3-1-1{
        width: fit-content;
        margin: auto;
        /* float: left; */
        color: rgb(255, 255, 255);
        position: relative;
        top: 50%;
        /* left: 70px; */
        /* bottom: -5px; */
    }
    /* #m3-1-1::after{
        content: "";
        height: 2px;
        width: 20%;
        position: absolute;
        background-color: rgb(0, 0, 0);
        bottom: -5px;
        left: 10px;
        transition: all .5s;
    } */
    /* #m3-1-1:hover::after{
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        background-color: rgb(0, 0, 0);
        left: 0px;
        bottom: -5px;
    
    } */
    .seventhshift{
        min-height: 150px;
        /* background-color: rgb(246, 122, 142); */
        /* background-image: url("/static/images/bg2.jpeg"); */
        /* position: absolute; */
        width: 100%;
        margin-bottom: 50px;
        /* z-index: -1; */
    }
    #main3-1::after{
        content: "";
        height: 5px;
        width: 30%;
        background-color: var(--background2);
        left: 0px;
        bottom: 0px;
        position: absolute;
        animation: mover 40s linear infinite forwards alternate;
    
    }
    #main3-1::before{
        content: "";
        height: 5px;
        width: 30%;
        background-color: var(--background2);
        right: 0px;
        top: 0px;
        position: absolute;
        animation: mover2 40s linear infinite alternate;
    
    } 
    @keyframes mover {
        0%{
            left: 0%;
        }
        100%{
            left: 65%;
        }
        
    }
    @keyframes mover2 {
        0%{
            right: 0%;
        }
        100%{
            right: 65%;
        }
        
    } 
    .category_shift{
        /* margin-top: 200px; */
        /* top: -350px; */
        /* background-color: rgb(1, 43, 29); */
        /* min-height: 500px; */
        position: relative;
        margin-bottom: 50px;
    
    }
    .S7-1{
        width: 100%;
        margin: auto;
        display: flex;
        margin-bottom: 50px;
        /* justify-content: center; */
        flex-wrap: wrap;
        /* background-color: blue; */
    }
    #main3-2{
        height: 100%;
        width: 45%;
        /* margin-top: 10; */
        margin-left: 4%;
        margin-top: 10px;
        /* background-color: antiquewhite; */
    }
    #main3-2-1{
        background-color: var(--background);
        /* background-color: #007bff; */
        /* border-radius: 10px; */
        text-align: center;
        min-height: 90%;
        width: 250px;
        margin: auto;
        margin-top: 30px;
    }
    
    #main3-2-1-1{
        position: relative;
        top: 0px;
        /* background-color: beige; */
    }
    
    #main3-2-1-2{
        /* color: white; */
        width: 80%;
        /* background-color: aqua; */
        text-align: left;
        margin-left: 25px;
    }
    #pic3-2{
        z-index: 1;
        height: 250px;
        width: 250px;
        /* border-radius: 10px; */
        border: 2px solid var(--background);
    
        
    
    
    }
    .mt-4{
        /* background-color: aqua; */
        text-align: left;
    }
    #b1{
        background-color: var(--background);
        /* border-radius: 20px; */
    }
    /* --------------------------------------------FOOTER------------------------------ */
    .lastshift{
        /* min-height: 600px; */
        /* background-color: aqua; */
        background-color: var(--background2);
        /* position: relative; */
        /* top: 230px; */
        color: white;
        /* margin-top: -150px; */
        margin-bottom: -50px;
    }
    .footerlast{
        width: 100%;
        height: 50%;
        background-color: var(--background2);
        display: flex;
        /* padding-bottom: 36px; */
    }
    .f1{
        /* background-color: rgb(78, 73, 66); */
        margin-right: 3%;
        width: 100%;
        margin-top: 20px;
        color: white;
    
    }
    .f2{
        margin-left: 2%;
        width: 70%;
    }
    .f5{
        height: 80%;
        width: 100%;
        /* background-color: rgb(180, 124, 52); */
    }
    .f3{
        line-height: 30px;
    }
    .f3 p{
        /* width: 30%; */
        text-align: left;
        color: white;
    
    }
    
    #f4{
        font-size: 20px;
        margin-right: 10px;
        color: white;
    
    }
    #f5{
        color: white;
        
    }
    #S7-3{
        background-color: var(--background2);
        min-height: 60px;
        position: relative;
    
    }
    #S7-3-1{
        /*  background-color: rgb(49, 42, 28); */
        /* width: 20%; */
        /* position: absolute; */
        /* bottom: 20px; */
        /* right: 2px; */
        /* margin: auto; */ 
        display: none;
    }
    #icons2{
        font-size: 25px;
        margin-right: 10px;
    
    }
    #S7-3-2{
        min-height: 90%;
        max-height: 90%;
        background-color: var(--background);
        width: 8%;
        max-width: 10%;
        /* margin-top: 10px; */
        margin-left: 60px;
        position: absolute;
        top: -10px;
    
    }
    #S7-3-2-1{
        height: 72px;
        width: 70px;
        position: absolute;
        left: 20%;
        top: 13%;
    }
    #S7-3-3{
        position: absolute;
        /* background-color: blue; */
        bottom: 10px;
        left: 30%;
        font-size: 15px;
    }
    .hrline{
        width: 20%;
        /* margin: auto; */
    }
     /* --------------------------------PRODUCT DETAIL------------------------------ */
     .pdS1{
        /* background-color: aquamarine; */
        min-height: 500px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 180px;
    }
    
    .pdS1-1{
        /* background-color: blue; */
        min-height: 100%;
        width: 100%;
        display: flex;
    
    }
    .pdS1-1-1{
        /* background-color: blueviolet; */
        min-height: 100%;
        width: 30%;
        display: flex;
        margin-left: 40px;
        flex-wrap: wrap;
    }
    
    .pdS1-1-2{
        /* background-color: rgb(79, 53, 103); */
        min-height: 100%;
        width: 70%;
        margin: auto;
    }
    .maincrousel{
        margin: auto;
        margin-top: 20px;
    }
    .pdS1-pic{
        height: 450px;
        width: 450px;
        margin: auto;
        margin-top: 10px;
        border-radius: 10px;
        display: block;
        /* background-color: beige; */
    
    }
    .pdS1-2{
        /* background-color: brown; */
        min-height: 100%;
        width: 100%;
    }
    .pds1-2-1{
        /* background-color: aquamarine; */
        width: 80%;
        min-height: 90%;
        margin: auto;
        margin-top: 30px;
        position: relative;
    
    }
    .pds1-2-1-1{
        /* background-color: #007bff; */
        width: 60%;
        margin: auto;
        /* margin-left: 22%; */
    }
    #pds1-2-2{
        background-color: var(--background);
        margin: auto;
        border: 1px solid black;
        display: block;
        margin-top: 20px;
        position: absolute;
        bottom: -50px;
        left: 22%;

    
    }
    #pds1-2-3{
        margin: auto;
        border: 1px solid black;
        position: absolute;
        bottom: -100px;
        left: 22%;

    
    }
    /* -------------------------------admin order---------------------- */
    
    .container2 {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 90%;
        margin: auto;
    }
    /* -----------------customer order view------------------------ */
    
    .order-header {
        background-color: #007bff;
        color: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }
    
    .order-header h3 {
        font-size: 2rem;
        font-weight: 700;
    }
    
    .order-header p {
        font-size: 1.1rem;
    }
    
    .order-info, .order-summary {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    
    .order-info h5, .order-summary h5 {
        color: #007bff;
        font-weight: 600;
    }
    
    .order-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #f1f1f1;
        transition: background-color 0.3s ease;
    }
    
    .order-item:hover {
        background-color: #f8f9fa;
    }
    
    .order-item img {
        max-width: 60px;
        max-height: 60px;
        object-fit: cover;
        border-radius: 5px;
    }
    
    .total-price {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--background2);
    }
    
    .btn-custom {
        background-color: #007bff;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 1.1rem;
        transition: background-color 0.3s ease;
    }
    
    .btn-custom:hover {
        background-color: #0056b3;
    }
    
    .order-item p {
        margin-bottom: 0;
    }
    
    .order-item span {
        font-weight: 500;
        font-size: 1.1rem;
    }
    
    .order-summary .list-group-item {
        border: none;
    }
    
    .btn-custom-secondary {
        background-color: #6c757d;
        color: white;
    }
    
    .btn-custom-secondary:hover {
        background-color: #5a6268;
    }
 }



/* ----------------------------------------------------- */
                        /* LAPTOP VIEW */

  @media screen and (min-width : 975px) {
    #canumbl{
        display: none;

    }
    .crossmbl{
        display: none;
    }
    .mbllogo{
        display: none;
    }
    .f5mbl{
        display: none;
    }
    #canumblbtn{
        display: none;
    }
    .imgcrousal{
        height: 400px;
        width: 400px;
    }
    .maincrousel{
        margin: 35px;
    }
    .services {
            display: flex;
            justify-content: center;
            /* padding: 40px 20px; */
            margin-top: -140px;
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        .service {
            background: #fff;
            color: #333;
            margin: 20px;
            padding: 30px;
            width: 350px;
            border-radius: 12px;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
            animation: fadeIn 1s ease-in-out;
            border: 1px solid rgb(221, 155, 31);
        }
        .service:hover {
            transform: scale(1.1);
            animation: pulse 0.5s ease-in-out;
        }
.topup{
    min-height: 40px;
    /* background: rgb(4, 116, 213); */
    background-color: #423416;

    color: white;
}
#one{
    float: inline-end; 
    cursor: pointer;
}
#two{
    float: inline-end; 
    cursor: pointer; 
    margin-right: 20px;
}
#three{
    width: 40%;
    /* background-color: bisque; */
    /* margin: auto; */
    text-align: start;
    float: inline-end;
    margin-right: 10%;
}
#four{
    width: 20%;
    float: inline-start;
    /* margin-top: -20px; */
    margin-left: 5%;
    /* background-color: bisque; */
}
#icons{
    font-size: 20px;
    margin-right: 7px;
}


/* ---------------------second nav bar main one------------------------------- */

.five{
    /* background-color: rgb(236, 233, 233); */
    background-color: #eeeeee;
    /* background-color: #ffffeb; */
    min-height: 90px;
    /* margin-top: -16px ; */
    color: rgb(82, 81, 81);

}
#icons1{
    float: right;
    font-size: 40px;
    margin-right: 5%;
    color: #423416;
    margin-top: 17px;

    
}
#icons1:hover{
    color: black;
    
}
#icons2:hover{
    color: black;
    
}
#icons2{
    float: right;
    font-size: 40px;
    margin-right: 10px;
    color: #423416;
    margin-top: 17px;

}
#icons4{
    float: right;
    font-size: 30px;
    margin-right: 10px;
    /* color: black; */

}
#icons3{
    float: right;
    font-size: 40px;
    margin-right: 10px;
    margin-top: 17px;
}
#seven{
    color: black;
    margin-left: 9%;
    /* background-color: blue; */
    width: 10%;
    padding-top: 10px;
}
    
#six{
    width: 40%;
    float: inline-end;
    margin-right: 9%;
    /* background-color: #007bff; */
    margin-top: 35px;
}

/* ---------------------off canvas----------------------- */
#main{
    /* line-height: 40px; */
    margin-right: 2%;
}
#cntipad{
    margin-right: 5%;
    /* background-color: rgb(221, 145, 2); */
    background-color: var(--background);
    border-radius: 40px;
    margin-top: 20px;
    padding-top: 2px;
    padding-bottom: 3px;
    color: rgb(0, 0, 0);
    margin-left: 10px;

}
.navli{
    position: relative;
    /* background-color: aqua; */
    margin-top: -10px;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navli:hover{
    background-color: var(--background);
}
#navlink{
    color: black;
    text-decoration: none;
    font-size: 18px;
    margin-left: 10px;
    /* font-weight: bold; */
}

 .navli::before{
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1.5px;
    width: 0%;
    background-color: black;
    transition: all .5s;

 }

.navli:hover::before{
    width: 70%;
}


/* ----------------------------products------------------------------- */

#main3-1{
    /* height: 80px; */
    /* background-color: blue; */
    text-align: left;
    margin-bottom: 50px;
    position: relative;
    /* background-color: aqua; */

}
#m3-1-1{
    width: fit-content;
    margin: auto;
    /* float: left; */
    color: rgb(0, 0, 0);
    position: relative;
    top: 50%;
    /* left: 70px; */
    /* bottom: -5px; */
}
/* #m3-1-1::after{
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    background-color: rgb(0, 0, 0);
    bottom: -5px;
    left: 10px;
    transition: all .5s;
} */
/* #m3-1-1:hover::after{
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: rgb(0, 0, 0);
    left: 0px;
    bottom: -5px;

} */
.seventhshift{
    min-height: 150px;
    /* background-color: rgb(246, 122, 142); */
    /* background-image: url("/static/images/bg2.jpeg"); */
    /* position: absolute; */
    width: 100%;
    margin-bottom: 50px;
    /* z-index: -1; */
}
#main3-1::after{
    content: "";
    height: 5px;
    width: 30%;
    background-color: var(--background2);
    left: 0px;
    bottom: 0px;
    position: absolute;
    animation: mover 40s linear infinite forwards alternate;

}
#main3-1::before{
    content: "";
    height: 5px;
    width: 30%;
    background-color: var(--background2);
    right: 0px;
    top: 0px;
    position: absolute;
    animation: mover2 40s linear infinite alternate;

} 
@keyframes mover {
    0%{
        left: 0%;
    }
    100%{
        left: 65%;
    }
    
}
@keyframes mover2 {
    0%{
        right: 0%;
    }
    100%{
        right: 65%;
    }
    
} 
.category_shift{
    /* margin-top: 200px; */
    /* top: -350px; */
    /* background-color: rgb(1, 43, 29); */
    /* min-height: 500px; */
    position: relative;
    margin-bottom: 50px;

}
.S7-1{
    width: 100%;
    margin: auto;
    display: flex;
    margin-bottom: 50px;
    /* justify-content: center; */
    flex-wrap: wrap;
    /* background-color: blue; */
}
#main3-2{
    height: 100%;
    width: 26%;
    /* margin-top: 10; */
    margin-left: 4%;
    /* background-color: antiquewhite; */
}
#main3-2-1{
    background-color: var(--background);
    /* border-radius: 10px; */
    text-align: center;
    min-height: 90%;
    width: 275px;
    margin: auto;
    margin-top: 30px;
}

#main3-2-1-1{
    position: relative;
    top: 0px;
    /* background-color: beige; */
}

#main3-2-1-2{
    color: #423416;
    width: 80%;
    /* background-color: aqua; */
    text-align: left;
    margin-left: 25px;
}
#pic3-2{
    z-index: 1;
    height: 275px;
    width: 275px;
    /* border-radius: 10px; */
    border: 2px solid var(--background);

    


}
.mt-4{
    /* background-color: aqua; */
    text-align: left;
}
#b1{
    background-color: var(--background);
    /* border-radius: 20px; */
}
/* --------------------------------------------FOOTER------------------------------ */
.lastshift{
    /* min-height: 600px; */
    /* background-color: aqua; */
    background-color: var(--background2);
    /* position: relative; */
    /* top: 230px; */
    color: white;
    /* margin-top: -150px; */
    margin-bottom: -50px;
}
.footerlast{
    width: 100%;
    height: 50%;
    background-color: var(--background2);
    display: flex;
    /* padding-bottom: 36px; */
}
.f1{
    /* background-color: rgb(78, 73, 66); */
    margin-right: 3%;
    width: 100%;
    margin-top: 20px;
    color: white;

}
.f2{
    margin-left: 2%;
    width: 70%;
}
.f5{
    height: 80%;
    width: 100%;
    /* background-color: rgb(180, 124, 52); */
}
.f3{
    line-height: 30px;
}
.f3 p{
    /* width: 30%; */
    text-align: left;
    color: white;

}

#f4{
    font-size: 20px;
    margin-right: 10px;
    color: white;

}
#f5{
    color: white;
    
}
#S7-3{
    background-color: var(--background2);
    min-height: 60px;
    position: relative;

}
#S7-3-1{
    /* background-color: rgb(49, 42, 28); */
    width: 20%;
    /* position: absolute; */
    bottom: 20px;
    right: 2px;
    margin: auto;
}
#icons2{
    font-size: 25px;
    margin-right: 10px;

}
#S7-3-2{
    min-height: 90%;
    max-height: 90%;
    background-color: var(--background);
    width: 8%;
    max-width: 10%;
    /* margin-top: 10px; */
    margin-left: 60px;
    position: absolute;
    top: -10px;

}
#S7-3-2-1{
    height: 72px;
    width: 70px;
    position: absolute;
    left: 20%;
    top: 13%;
}
#S7-3-3{
    position: absolute;
    /* background-color: blue; */
    bottom: 10px;
    left: 2%;
    font-size: 15px;
}
.hrline{
    width: 20%;
    /* margin: auto; */
}
 /* --------------------------------PRODUCT DETAIL------------------------------ */
 .pdS1{
    /* background-color: aquamarine; */
    min-height: 500px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 180px;
}

.pdS1-1{
    /* background-color: blue; */
    min-height: 100%;
    width: 50%;
    display: flex;

}
.pdS1-1-1{
    /* background-color: blueviolet; */
    min-height: 100%;
    width: 30%;
    display: flex;
    margin-left: 40px;
    flex-wrap: wrap;
}

.pdS1-1-2{
    /* background-color: rgb(79, 53, 103); */
    min-height: 100%;
    width: 70%;
    margin-left: 70px;
}
.pdS1-pic{
    height: 450px;
    width: 450px;
    margin: auto;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
    /* background-color: beige; */

}
.pdS1-2{
    /* background-color: brown; */
    min-height: 100%;
    width: 50%;
}
.pds1-2-1{
    /* background-color: aquamarine; */
    width: 90%;
    min-height: 90%;
    margin: auto;
    margin-top: 30px;
    position: relative;

}
#pds1-2-2{
    background-color: var(--background);
    margin: auto;
    border: 1px solid black;
    display: block;
    margin-top: 20px;
    position: absolute;
    bottom: 65px;
    left: 0%;

}
#pds1-2-3{
    margin: auto;
    border: 1px solid black;
    position: absolute;
    bottom: 10px;
    left: 0%;

}
/* -------------------------------admin order---------------------- */

.container2 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 90%;
    margin: auto;
}
/* -----------------customer order view------------------------ */

.order-header {
    background-color: #007bff;
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.order-header h3 {
    font-size: 2rem;
    font-weight: 700;
}

.order-header p {
    font-size: 1.1rem;
}

.order-info, .order-summary {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.order-info h5, .order-summary h5 {
    color: #007bff;
    font-weight: 600;
}

.order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    transition: background-color 0.3s ease;
}

.order-item:hover {
    background-color: #f8f9fa;
}

.order-item img {
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.total-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--background2);
}

.btn-custom {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #0056b3;
}

.order-item p {
    margin-bottom: 0;
}

.order-item span {
    font-weight: 500;
    font-size: 1.1rem;
}

.order-summary .list-group-item {
    border: none;
}

.btn-custom-secondary {
    background-color: #6c757d;
    color: white;
}

.btn-custom-secondary:hover {
    background-color: #5a6268;
}

/* Mobile Responsiveness */
/* @media (max-width: 768px) {
    .order-header h3 {
        font-size: 1.5rem;
    }

    .order-header p {
        font-size: 1rem;
    }

    .order-info, .order-summary {
        margin-top: 20px;
    }

    .order-item {
        font-size: 0.9rem;
    }

    .total-price {
        font-size: 1.2rem;
    }
} */
 .abbusabka{
     background-color: rgb(77, 51, 3);
     margin-top: 100px;

 }
 
 .classymain{
     background-color: rgb(77, 51, 3);
     /* margin-bottom: 50px; */
     
    }
    .classy{
     background-color: rgb(77, 51, 3);
     text-align: left;
     width: fit-content;
     margin-left: 5%;
     /* position: relative; */
     /* float: inline-start; */

 }
 .classy1{
    background-color: rgb(77, 51, 3);
    min-height: 400px;
    margin-bottom: 50px;
    display: flex;
    
    /* padding-top: 80px; */
    
 }
 .classyimage1{
    width: 50%;
 }
 .classyimage2{
    width: 50%;
 }
 .classy1-1{
    width: 90%;
    /* aspect-ratio: 5/3; */
    height: auto;
    float: right;
    display: block;
    margin-top: 5%;
    margin-right: 20px;
 }
 .classy2-1{
    width: 90%;
    /* aspect-ratio: 5/3; */
    height: auto;
    float: left;
    display: block;
    margin-top: 5%;
    margin-left: 20px;
 }
#m3-1-1{
        /* background-color: aqua; */
        width: fit-content;
        /* margin: auto; */
        /* float: left; */
        color: white;
        position: relative;
        /* padding-bottom: 20px; */
        /* top: 50%; */
        /* left: 20px; */
        /* bottom: -5px; */
    }
    #m3-1-1::after{
        content: "";
        height: 2px;
        width: 20%;
        position: absolute;
        background-color: rgb(255, 255, 255);
        bottom: -5px;
        left: 10px;
        transition: all .5s;
    }
    #m3-1-1:hover::after{
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        background-color: rgb(255, 255, 255);
        left: 0px;
        bottom: -5px;

    }

    /* --------------------------------VIDEOS SHIFT-------------------------- */

    .videosshift{
        /* background-color: #6c757d; */
        min-height: 400px;
        margin-bottom: 150px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2%;
        row-gap: 20px;
    }
    .videosmain1{
        display: flex;
        width: 30%;
        /* background-color: #007bff; */
        


    }
    .video1-1{
        width: 100%;
        height: auto;
        /* margin-left: 20px; */
    }
    /* ------------------------------Return and exchange---------------------- */
    .classymain2{
     background-color: rgb(221, 155, 31);
     margin-bottom: 50px;
     
    }
    .classy2{
     background-color: rgb(221, 155, 31);
     text-align: left;
     width: fit-content;
     margin-left: 5%;
     /* position: relative; */
     /* float: inline-start; */

 }
  }