@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carrois+Gothic+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Babylonica&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Voltaire&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap');



*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
html{
    scroll-behavior: smooth;
}


body h1, h2, h3, h4, h5, p, img, svg, button, video{
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select:none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

input,
textarea,
select {
    font-size: 12px !important;
    line-height: 1.2;
   -webkit-text-size-adjust: 100%;
}


:root{
    --bgcolor: white;
    --popup: rgba(0, 128, 0, 0.356);
    --openup : rgba(204, 204, 204, 0.068);

    --myColor: #00b386;
    --myColor2: white;

    --background1: #f5f5f5;
    --background3: black;
    --backgrounddim : rgba(0, 128, 0, 0.356) ;


    --footercolor1:  #f5f5f5  ;

    --hover1: rgba(0, 0, 0, 0.329) ;
    --hover2: #131722;
    
    --extra: #00b386;


    --textcolor1: black;
    --textcolor2: white;
    --textcolor3: white;
    
    --font1:  'Julius Sans One', sans-serif;
    --font2: 'Cinzel Decorative', cursive;
    --font3: 'Questrial', sans-serif;
    --font4: 'Mochiy Pop One', sans-serif;
    --font5: 'Cinzel', serif;;
    --font6: 'Poppins', sans-serif;
    --font7: 'Babylonica', cursive;
    --font8: 'Oswald', sans-serif;
    --font9: 'Bebas Neue', sans-serif;
    --font10: 'Dancing Script', cursive;
    --font11: 'Comfortaa', sans-serif;
    --font12:  "Voltaire", sans-serif;
    --font13:  "Ubuntu Sans", sans-serif;
    --font14:   "Lato", sans-serif;

    --logo:  whitesmoke;
    --logo2: whitesmoke  ;
    --patter : #f54f02 ;
    --lock :  rgb(16, 14, 38) ;
    
}


.container{
    width: 100%;
   
    margin: auto;
    height: fit-content;
    position: relative;
    overflow: hidden;
}
.headers{
    width: 100%;
    /* max-width: 1150px; */
    height: 80px;
    display: flex;
    position: relative;
    z-index: 10;
    margin: auto;
    border-bottom: 1px solid #ddd;
}
#close{
    background-color: var(--openup);
    color: white;
    cursor: pointer;
    fill: var(--myColor);
}

#close2{
    background-color: var(--background1);
    fill: var(--myColor);
    cursor: pointer;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    padding: 5px;
    margin-right: 10px;
}

.logo{
    width: 130px;
    height: 100%;
    position: relative;
    display: flex; 
    align-items: center;
    padding-left: 10px; 
}

.logo a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: "Hammersmith One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: none;
    color: var(--lock);
}


.header-links{
    width: 48%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around ;
    margin-left: 10%;
    font-family: var(--font8);
    text-transform: capitalize;
    overflow-x: scroll;
}
.header-links::-webkit-scrollbar{
  display: none;
}

.header-links .flap{
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-links a{
    width: 90px;
    height: 25px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: var(--lock);
    border-right: 1px solid var(--openup);
}

.cartbox{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    padding-right: 10px;
}

.slipage{
    width: 100%;
    height: fit-content;
}
.act{
    width: 100%;
    height: fit-content;
    background-color: white; 
    position: fixed;
    border-bottom: 1px solid #ddd;
    z-index: 100;
    top: 0;
}


.cartbox svg{
    height: 23px;
    width: 23px;
    fill: var(--lock);
    cursor: pointer;
    transition: ease-in-out 0.1s;
    outline: none;
}

#categories{
    height: 31px;
    width: 28px;
    margin-top: 3px;
}

button{
    -webkit-tap-highlight-color: transparent;
}
.cartbox a{
    font-weight: 700;
}










.companyads{
    max-width: 100%;
    height: 70px;
    margin: auto;
    background-color: var(--lock);
    position: relative;
    transition: all 0.9s;
}
.shortcut{
    width: 100%;
    height: 40px;
    background-color:  var(--myColor2);
    display: flex;
    justify-content: space-evenly;
    position: relative;
    margin-top: 10px;
}

.toggle{
    width: 12.5%;
    height: 100%;
    border: none;
    border-left: 1px solid var(--background1);
    background-color: transparent;
    color: var(--textcolor1);
    font-size: 10px;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    text-transform: uppercase;
    transition: ease 0.3s;
    font-weight: 400;
    padding: 3px;
    cursor: pointer;
}
.toggle:hover{
    background-color: var(--myColor);
    color: var(--textcolor2) ;
}
.shortcut :nth-child(1){
    border-left: none;
}
.dialog{
    width: auto;
    height: 150px;
    left: 0;
    right: 0;
    position: absolute;
    background-color: var(--lock);
    display: flex;
    top: 100%;
    z-index: 9;
    visibility: hidden;
    transition-delay: 0.4s;
    border-bottom: 40px solid var(--openup);
}

.log-holder{
    width: 100%;
    display: flex;
    overflow-x: scroll;
    height: 100%;
    position: relative;
    background-color: white;
}
.log-1{
   width: 100%;
   height: 100%;
   display: grid;
   grid-template-columns: repeat(8, 1fr);
   padding: 10px 8px;
   
}



.toggle:hover > .dialog{
   visibility: visible;
}

.close{
    position: absolute;
    top: 20px;
    right: 10px;
    border-radius: 50%;
    outline: none;
    border: none;
    background-color: var(--background1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.content-log{
  color: black;
}

.log-holder img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}







.load{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.712);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    border-radius: 5px;
}
.load-animate{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    border-top: 5px solid var(--logo) ;
    border-bottom:5px solid var(--logo) ; 
    border-left: 5px solid var(--logo) ;
    border-right: 5px solid transparent ;
    animation-name: cbfd;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes cbfd {
    from{
        transform: rotate(360deg);
    }
}
.feedback{
    width: 100%;
    height: 100%;
    background-color: lawngreen;
    top: 130%;
    font-family: var(--font8);
    font-weight: 100;
    font-size: 13px;
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.username, .email{
    width: 100%;
    height: 23%;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font1);
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid white;
    position: relative;
    cursor: default;
}
.email{
    font-size: 12px;
    cursor: default;
}
.username .material-symbols-outlined{
    width: 40px;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
    color: white;
    cursor: pointer;
}
.username .material-symbols-outlined:hover{
    color: var(--logo);
}










.cartbox .menx{
    display: none;
}














@media screen and (max-width:800px) {
    .header-links{
        display: none;
    }
    .cartbox .menx{
        display: block;
    }
    .shortcut{
        display: none;
    }
    .catg-button{
        display: block;
    } 
}


@media screen and (max-width:700px) {
   
    .text{
        font-size: 17px;
    }

    .btn-cx{
        font-size: 13px;
    }
}


@media screen and (max-width:500px) {
  
  .footer-dtl{
   font-size: 13px;
   padding: 0px 20px;
 }
}


@media screen and (max-width:450px) {
    .smx{
        width: 100%;
    }

  .cartbox{
      width: 30%;
      height: 100%;
      top: 0;
      right: 0;
      justify-content: space-evenly;
   }
   .cartbox svg{
      height: 25px;
      width: 25px;
   }
   .logo{
    width: 110px;
    height: 100%;
    position: relative;
    display: flex;   
   }
}





