*{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box
    /* faltu space ni hota h sara element ke andar hota h jo pehel bhar tha  */
}
.loading{
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
#mainpage{
    display: none;
}
.animate{
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#zoom{
    display: none;
}
.zoom{
    margin-top: 200px;
    animation: blurZoom 2s ease-out ;
}
@keyframes blurZoom {
      0% {
        filter: blur(0); /* No blur at the beginning */
        transform: scale(1); /* Initial scale (no zoom) */
      }
      100% {
        filter: blur(5px); /* Blur to be applied at the end */
        transform: scale(10); /* Zoom in to 120% */
      }
    }
.navbar{
    height: 60px;
    background-color: #020335;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logo{
    background-image: url("logo.png");
    /* div tabhi show hota agar usko psecific height mili ho  */
    height: 40px;
    width:120px;
    background-size: cover;
}
.nav-logo{
    height: 56px;
    width:100px;
    
}
#plus{
    font-size: 0.8rem;
}
.border{
    border:1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}

/* box2 */
.add-first{
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 15px;
}
.add-second{
    font-size: 1rem;
    margin-left: 5px;
    color: #CAF0F8;
}
.addressicon{
    display: flex;
    align-items: center;
}
/* box3 style */
.navsearch{
    display: flex;
    justify-content: space-evenly;
    width: 620px;
    height: 40px;
    border-radius: 4px;
}
.search-select{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border:none;
    background-color: #F3F3F3;
    width: 50px;
    text-align: center;
}
.search-input{
    width:100%;
    font-size: 1rem;
    border: none;
}
.search-icon{
    width:45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: #00B4D8;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #020335;
}

.navsearch:hover{
    border:2px solid  #00B4D8;
    border-radius: 4px;
}

/* box4 */
span{
    font-size: 0.85rem;
}

.nav-second{
    font-size: 1rem;
    font-weight: 700;
}

/* #box 6  we can specify ki yaha palce of*/
.nav-cart i{
    font-size:1.5rem;
}
.nav-cart {
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    justify-content: space-evenly;
    width:5%;
}
.nav-return{
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 1.5rem;
    width:9%;
}
.pannel{
    display: flex;
    height: 40px;
    background-color: #2874f0;
    color: white;
    justify-content: space-evenly;
    align-items: center;
    font-size: 0.85rem;
}

.pannel-all{
display: flex;
}
.pannel-ops p{
    display:inline;
    margin-left: 15px;
}
.pannel-ops{
    width:70%;
}
.pannel-deals{
    font-size: 0.90rem;
    font-weight: 700;
}

/* herosection */
.hero-section{
    background-image: url("hero_image.jpg");
    height:400px;
    weight:100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-msg{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    width:80%;
    margin-bottom: 25px;
}
.hero-msg a{
    color: #007185;
}

/* shopseciton  */
.shop{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #CAF0F8;
    margin-bottom: 0px;
}
.box{
    height:400px;
    
    width: 23%;
    background-color: white;
    border: 2.5px solid transparent;
    padding:20px 0px 15px;
    margin-top: 15px;
    border-radius: 6px;
    animation: colorani 1.2s infinite alternate ;
   
}
.box:hover{
    border: 2.5px solid #2874f0;
    transition-property: all;
    transition-duration: 0.5s; 
    transition-timing-function: cubic;
    transition-delay: 0s;
    box-shadow: 10px 10px 15px 1px #2874f0;
    transform: scale(0.92);
    
}
@keyframes colorani {
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(-10px);
    }
}
.box-img{
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}
.box-content{
    margin-left: 16px;
    margin-right: 16px; 
}
.box-content p{
    color: #007185 ;
}

/* footer  */
footer{
    margin-top: 10px;
}
.foot-pannel1{
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    margin-top: 0px;
}

.foot-pannel2{
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
}
ul{
    margin-top:30px;
}
ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    columns: #DDDDDD;
}
ul p{
    display: block;
    font-size: 1rem;
    margin-top: 10px;
    columns: #DDDDDD;
    font-weight: 700;
}

.foot-pannel3{
    background-color: #0b6da2;
    color: white;
    border-top: 0.5px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.foot-pannel4{
    background-color: #020335;
    color:white;
    height:80px; 
    font-size: 0.7rem;
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.page{
    padding-top:25px;
}
.copyright{
    padding-top:5px;
}
