@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway';
    font-size: 14px;
}
body {
    padding-top: 100px;
}
/*PTAGS*/
.dirhld{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.dirhld a{
    text-decoration: underline;
    color: #000000;
    text-align: center;
}
.pcart{
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
}
.pbalance{
    text-align: center;
}
.pbalance, .pbalancecur{
    font-size: 10px;
    font-weight: 600;
}
.pdate, .ptime{
    font-size: 8px;   
    width: 50px;
    height: 11px; 
}
.balance{
    min-width: 25px;
    height: 20px;
}
.username{
    min-width: 40px;
    height: 20px;
    font-weight: 600;
    font-size: 14px;
    max-width: 100px;
    overflow: hidden;
    text-transform: capitalize;
}
.ftmn p, .ftpml p{
    font-weight: 700;
}
.ftpml a{
    color: #ffffff;
    background-color: #000000;
    padding: 10px 40px;
    border: none;
    border-radius: 20px;
    text-decoration: none;
}

header{
    width: 100vw;
    height: 100px;
    display: flex;
    padding: 15px;
    position: fixed; top: 0;
    background-color: #ffffff00; 
    z-index: 100;
}
.headercontainer{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: 70px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 0 20px;
}
.logo{
    height: 30px;
    -webkit-animation: flicker-4 4s linear infinite both;
	animation: flicker-4 4s linear infinite both;
}
.right{
    display: flex;
    align-items: center;
    border-radius: 50px;
    background-color: #000000;
    padding: 10px 25px 5px 15px;
    position: relative;
}
.hamburger{
    margin-right: 10px;
}
.hamimg{
    height: 40px;
}
.hamx{
    display: none;
}
.hammenu2{
    transform: rotate(-180deg);
}
.cartbox{
    position: relative;
    background-color: #ffffff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#carterpc{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    top: -5px;
    right: -10px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cartimg{
    height: 20px;
}
.cartcontainer{
    display: none;
    position: fixed;
    top: 100px;
    width: 100%;
    height: calc(100vh - 100px);
    background-color: #000000c1;
    z-index: 100;
}
.cartcontainer.visible{
    display: block;
}
.carthold{
    width: 100%;
    height: 100%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}
#cartex{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.tri{
    position: absolute;
    top: -8px;
    right: 45px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #ffffff;
}
.cart{
    position: relative;
    margin: 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 20px;
    height: 500px;
    padding: 20px;
    z-index: 100;
}
#carter{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    top: -5px;
    right: -10px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
}
.cartmini{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
#purstatus{
    position: absolute;
    width: 103%;
    height: 105%;
    top: -1.5%;
    left: -1.5%;
    background-color: #ffffff;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
#clearcart{
    padding: 8px;
    border: none;
    border-radius: 5px;
    background-color: #000000b0;
    color: #ffffff;
    font-size: 10px;
    cursor: pointer;
}
.midcart{
    width: 100%;
    flex-grow: 1;
    border: none;
    border-radius: 20px;
    margin: 20px 0;
    padding: 25px 10px 25px 25px;
    background-color: #f5f5f5;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
}
.emptycart{
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}
#cart-list{
    padding-right: 15px;
    height: 260px;
    overflow-y: auto;
}
.cart-item{
    margin-top: 15px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 20px;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
}
.cart-item:last-child{
    margin-bottom: 30px;
}
.ic1, .ic2, .ic3{
    display: flex;
    justify-content: space-between;
}
.ic1{
    align-items: center;
}
.remove-cart{
    background-color: #000;
    padding: 5px 6px;
    border: none;
    border-radius: 50%;
    margin-left: 20px;
    cursor: pointer;
}
.remove-cart img{
    height: 16px;
}
.ic11{
    display: flex;
    align-items: center;
}
.ic11 p{
    font-weight: 600;
}
.ic11 img{
    height: 30px;
    margin-right: 20px;
}
.ic2{
    margin-top: 10px;
}
.icClass{
    font-size: 12px;
}
.icAmount{
    margin-top: 10px;
}
.ic3 p{
    font-weight: 600;
}
.ic4{
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.ic4 p{
    min-width: 30px;
    text-align: center;
}
.ic3{
    margin-top: 20px;
}
.remove-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background-color: #000000;
    align-self: center;
}
.increase-cart, .decrease-cart{
    border: none;
    color: #ffffff;
    background-color: #000000;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.decrease-cart{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.increase-cart{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ricon{
    height: 10px;
}
.cartbottom{
    display: flex;
    height: 50px;
}
.cartbottom1, .cartbottom2{
    width: 50%;
}
.cartbottom1{
    font-size: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}
.cb{
    display: flex;
    padding: 5px 10px;
    border-radius: 5px ;
    border: none;
    background-color: #ffffff;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
}
.cb:first-child{
    margin-bottom: 5px;
}
.cb2{
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.cartbottom2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.purchasebox1{
    position: relative;
}
.clearcartfilter{
    display: none;
    background-color: #ffffff83;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    border: none;
    border-radius: 20px;
    top: 0;

}
.purchasebutton{
    width: 150px;
    height: 50px;
    border: 2px solid #ffffff;
    outline: 2px solid #000000;
    border-radius: 20px;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}
.purchasebox2{
    display: none;
    width: 100%;
}
.cancelbutton, .confirmbutton{
    flex-grow: 1;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
}
.cancelbutton{
    background-color: #b32323a9;
    outline: 2px solid #b32323a9;
    margin-right: 10px;
}
.confirmbutton{
    background-color: #23b347a9;
    outline: 2px solid #23b347a9;
}
.purchasebox3{
    display: none;
}
.gloader {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid;
    border-color: #000 #0000;
    animation: l1 1s infinite;
}
#purstatus{
    display: none;
}
#prsloader {
    width: 70px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid;
    border-color: #000 #0000;
    animation: l1 1s infinite;
    display: none;
}
#bdxloader{
    width: 70px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid;
    border-color: #000 #0000;
    animation: l1 1s infinite;
}
  @keyframes l1 {to{transform: rotate(.5turn)}}
  #prserror{
    color: rgb(203, 29, 29);
    font-weight: 700;
    padding: 20px 40px;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
    display: none;
  }
  #prserror img{
    height: 16px;
    margin-right: 10px;
  }
#prssuccess{
    padding: 30px 50px;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
    display: none;
}
.purchasesuccess{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.purchasesuccess img{
    margin-bottom: 10px;
}
.mobilenav{
    width: 100%;
    height: calc(100vh - 100px);
    position: fixed;
    top: 100px;
    display: none;
    justify-content: center;
    background-color: #000000a9;
    padding-top: 0px;
    z-index: 10;
}
.mobilenav.visible{
    display: flex;
}
.mobilenavbox{
    width: 90%;
    height: 300px;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.mobilenavbox a{
    text-decoration: none;
    color: #000000;
}
.mobilenavbox p{
    padding: 10px;
}
.logout{
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 20px;
    background-color: #000000;
    color: #ffffff;
    margin-top: 10px;
}
.llogout{
    border: none;
    background-color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.dashcontainer{
    margin-bottom: 30px;
    padding: 0 10px;
}

.dashbox{
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.56);
    padding: 15px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.dashboxx{
    border-radius: 30px;
    background-color: #ffffff;
    width: 100%;
    height: 55px;
}
.dashcontainer2{
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.balancehr{
    height: 20px;
    border: 1px solid black;
    margin: 0 15px;
}
.balancebox{
    display: flex;
    align-items:center ;
}
.balanceimg{
    height: 40px;
    margin-right: 5px;
}
.balanceimg2{
    height: 40px;
    margin-left: 5px;
}
.balancebox21{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
    overflow: hidden;
    
}
.loginperiod{
    display: flex;
    flex-direction: column;
}
#boos{
    display: none;
}
#pboos{
    text-align: center;
    width: 200px;
    font-weight: 700;
    color: rgb(203, 29, 29);
    padding: 20px 40px;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .ioos{
    padding:  10px 0 10px 10px;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
  }
  #minioos{
    padding-right: 15px;
    max-height: 80px;
    overflow-y: auto;
  }
  .ioos1{
    display: flex;
    justify-content: space-between;
  }
  .ioosb{
    width: 100px;
    padding: 5px 0;
  }
  .ioosts{
    width: 150px;
    margin-left: 20px;
    padding: 5px 0;
  }

  footer{
    padding: 0 15px;
    width: 100%;
    max-width: 1500px;
    margin: 60px auto 40px auto;
  }
.footercontainer{
    padding: 30px 15px;
    border-radius: 30px ;
    background-color: rgba(255, 255, 255, 0.345);
}
.footerbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 30px ;
    padding: 60px 15px 100px 15px;
    position: relative;
}
.ftpml{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.ftpml a{
    margin-top: 10px;
}



    @media (max-width : 1023px){
    .pcnav, .profilebox, .pcdashcontainer{
       display: none;
   }
   }

    @media (max-width : 500px){
    .cb p{
        font-size: 10px;
    }
    .cb2 p{
        font-weight: 700;
    }

    .imghld img{
        height: 90px;
    }
    .icClass{
        width: 210px;
    }
}

@media (max-width : 420px){
    
}

@media (max-width : 400px){
    .balancehr{
        margin: 0 10px;
    }
    .balanceimg, .balanceimg2{
        height: 30px;
    }
    .imghld img{
        height: 70px;
    }
    .ic11 p{
        font-size: 12px;
    }
    .icClass{
        font-size: 10px;
        width: 170px;
    }
}

@media (min-width : 1024px){
    .cart{
        position: absolute;
        top: 20px;
        right: 30px;
        width: 500px;
        height: 450px;
        padding: 30px 20px;
        border-radius: 30px;
        -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
        outline: 1px solid transparent;
        margin: 0;
    }
    .midcart{
        padding: 20px 10px 20px 25px;
        margin-top: 10px;
    }
    .hamburger{
        display: none;
    }
    .pcnav{
        display: flex;
        font-weight: 600;
    }
    .pcnav a{
        text-decoration: none;
        color: #000000;
        margin-right: 30px;
    }
    .rightcontainer{
        display: flex;
        align-items: center;
    }
    .right{
        display: flex;
        align-items: center;
        border-radius: 50px;
        background-color: #000000;
        padding: 10px 25px 10px 15px;
        position: relative;
    }
    .profilebox{
        border-radius: 50%;
        height: 36px;
        width: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
        cursor: pointer;
        margin-right: 10px;
    }
    .profileimg{
        height: 20px;
    }
    .cartbox{
        position: relative;
        background-color: #ffffff;
        border-radius: 50%;
        height: 36px;
        width: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #carter{
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        border-radius: 50%;
        font-size: 10px;
        position: absolute;
        top: -5px;
        right: -10px;
        height: 20px;
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cartimg{
        height: 20px;
    }
    #cart-list{
        height: 210px;
        padding-right: 15px;
    }
    .pcdashcontainer{
        display: none;
        position: absolute;
        top: 100px;
        right: 35px;
        padding: 30px 20px;
        background-color: #ffffff;
        border-radius: 30px;
        -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
        outline: 1px solid transparent;
        z-index: 200;
    }
    .pcdashcontainer.visible{
        display: block;
    }
    .pcdash{
        position: relative;
    }
    .dtri{
        position: absolute;
        top: -42px;
        right: 25px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 14px solid #ffffff;
    }
    .dbalance{
        display: flex;
    }
    .dalance1{
        display: flex;
    }

}



/*KEYFRAMES*/
@-webkit-keyframes flicker-4 {
    0%,
    100% {
      opacity: 1;
    }
    31.98% {
      opacity: 1;
    }
    32% {
      opacity: 0;
    }
    32.8% {
      opacity: 0;
    }
    32.82% {
      opacity: 1;
    }
    34.98% {
      opacity: 1;
    }
    35% {
      opacity: 0;
    }
    35.7% {
      opacity: 0;
    }
    35.72% {
      opacity: 1;
    }
    36.98% {
      opacity: 1;
    }
    37% {
      opacity: 0;
    }
    37.6% {
      opacity: 0;
    }
    37.62% {
      opacity: 1;
    }
    67.98% {
      opacity: 1;
    }
    68% {
      opacity: 0;
    }
    68.4% {
      opacity: 0;
    }
    68.42% {
      opacity: 1;
    }
    95.98% {
      opacity: 1;
    }
    96% {
      opacity: 0;
    }
    96.7% {
      opacity: 0;
    }
    96.72% {
      opacity: 1;
    }
    98.98% {
      opacity: 1;
    }
    99% {
      opacity: 0;
    }
    99.6% {
      opacity: 0;
    }
    99.62% {
      opacity: 1;
    }
  }
  @keyframes flicker-4 {
    0%,
    100% {
      opacity: 1;
    }
    31.98% {
      opacity: 1;
    }
    32% {
      opacity: 0;
    }
    32.8% {
      opacity: 0;
    }
    32.82% {
      opacity: 1;
    }
    34.98% {
      opacity: 1;
    }
    35% {
      opacity: 0;
    }
    35.7% {
      opacity: 0;
    }
    35.72% {
      opacity: 1;
    }
    36.98% {
      opacity: 1;
    }
    37% {
      opacity: 0;
    }
    37.6% {
      opacity: 0;
    }
    37.62% {
      opacity: 1;
    }
    67.98% {
      opacity: 1;
    }
    68% {
      opacity: 0;
    }
    68.4% {
      opacity: 0;
    }
    68.42% {
      opacity: 1;
    }
    95.98% {
      opacity: 1;
    }
    96% {
      opacity: 0;
    }
    96.7% {
      opacity: 0;
    }
    96.72% {
      opacity: 1;
    }
    98.98% {
      opacity: 1;
    }
    99% {
      opacity: 0;
    }
    99.6% {
      opacity: 0;
    }
    99.62% {
      opacity: 1;
    }
  }
  