*{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;   
}

/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
.main_navigation{
    position: fixed;
    width: 100%;
    z-index: 999;
}
.subnav{
    background-color: #b62934;
    width: 100%;
    height: 3rem;
    color: white;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem;
}
.nav_contact{
    color: white;
    display: flex;
    align-items: center;
}
.contact_for_mobile{
    display: none;
}
.contact_1, .contact_2{
    font-size: 1.5rem;
}
.nav_whatsapp{
    display: flex;
    align-items: center;
}
.logo_for_mobile{
    background-color: #970b16;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    display: none;
}
nav{
    width: 100%;
    background-color: #EF0719;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
}
nav a{
    text-decoration: none;
}
.logo{
    height: 3rem;
    width: 10rem;
    background-color: white;
    border: 2px solid black;
}

.search{
    border-radius: 0.3rem;
    display: flex;
    height: 2.5rem;
    align-items: center; 
    background-color: white;
    border: 1px solid rgb(195, 195, 195);
}
.search input{
    padding-left: 1.5rem;
    border: 0;
    width: 20rem;
}
.search input:focus{
    outline: none;
}
.srcicon{
    background-color: white;
    padding-right: 0.3rem;

}
.select_dlvy_btn{
    width: 14rem;
    height: 2.5rem;
    background-color: white;
    border-radius: 5px;
    border: 0;
}
.select_dlvy_btn :first-child{
    box-sizing: border-box;
    font-size: 20px;
    
}
.wish_list{
    color: white;
    text-align: center;
}
.wish_list :first-child{
    font-size: 2rem;
}
.wish_list :last-child{
    font-weight: bolder;
    font-size: 1rem;
}
.cart{
    color: white;
    text-align: center;
}
#cartpageclose{
    border: 0;
    background: none;
    padding-right: 3px;
}
#cartpageclose:hover{
    background-color: red;
    color: white;
}
.cart :first-child{
    font-size: 2rem;
}
.cart span{
    font-weight: bolder;
    font-size: 1rem;
}
.login{
    color: white;
    text-align: center;
}
.login :first-child{
    font-size: 2rem;
}
.login span{
    font-weight: bolder;
    font-size: 1rem;
}
.login:hover{
    cursor: pointer;
}
.menu_button{
    color: white;
    font-size: 2rem;
    display: none;
}
.subnav_for_mobile{
    background-color: #970b16;
    padding: .5rem;
    display: none;
}
.secondnav{
    background-color: white;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    /* justify-content: space-between; */
    gap: 3rem;
    justify-content: center;
    /* padding-left: 7rem;
    padding-right: 7rem; */
    padding-top: 15px;
    font-size: 12px;
    
}

/* Menu page */
.menu_page{
    background-color: #e0081a;
    position: fixed;
    top: 0;
    min-height: 100vh;
    right: 0;
    width: 50%;
    display: none;
}
.menu_page a{
    text-decoration: none;
    color: white;
}
.menu_close_btn{
    color: white;
    font-size: 1.5rem;
    width: fit-content;
}

@media (min-width: 360px) and (max-width: 762px){
    .subnav{
        display: none;
    }
    .logo_for_mobile{
        display: flex;
    }
    /* nav */
    nav{
        height: 3rem;
    }
    .logo_for_window{
        display: none;
    }
    .search_for_window{
        display: none;
    }
    .select_dlvy_btn{
        display: none;
    }
    .contact_for_mobile{
        display: block;
    }
    .wish_list :first-child{
        font-size: 1.5rem;
    }
    .wish_list span{
        display: none;
    }
    .cart :first-child{
        font-size: 1.5rem;
    }
    .cart span{
        display: none;
    }
    .login :first-child{
        font-size: 1.5rem;
    }
    .login span{
        display: none;
    }
    .menu_button{
        display: block;
    }
    .subnav_for_mobile{
        display: block;
    }
    


    .secondnav{
        display: none;
    }
    
}

.main_body{
    padding-top: 13rem;
    background-image: url('https://gfylo.in/src/theme/client/Images/gift-bg-img.jpg');
    min-height: 80vh;
    padding-bottom: 2rem;
}
.refund_policy_body h3{
    text-align: center;
}
.refund_policy_body p{
    font-weight: bolder;
}





/* FOOTER */
footer{
    padding-top: 3rem;
    background-color: #303030;
    color: white;
    width: 100%;
}
.first_footer{
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem;
}
.first_footer h2{
    font-size: 1rem;
    font-weight: bolder;
}
.first_footer a{
    /* font-size: 13px; */
    font-size: 0.8rem;
    text-decoration: none;
    color: white;
    opacity: 0.7;
}
.first_footer a:hover{
    border-bottom: 1px solid  white;
    opacity: 1;
}


.ftr_second{
    padding-top: 2rem;
    background-color: #232424;
    width: 100%;
    
}
.third_footer{
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px;
}
.third_footer a{
    font-size: 0.8rem;
    text-decoration: none;
    color: white;
    opacity: 0.7;
}
.third_footer a:hover{
    border-bottom: 1px solid  white;
    opacity: 1;
}
.copyright a{
    font-size: 1rem;
    font-weight: bolder;
    color: #ffffff;
}
