*{
    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;*/
    background-color: #B70411;
    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;*/
    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: transparent !important;
    border:none !important;
}

.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;
}

/* For Mobile responsive */
@media (min-width: 320px) and (max-width: 1024px){
    .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;
    }
    
}
/* For Tablet responsive */

/* HOVERED PAGES */

/* Enquiry page */
.enquirypage{
    z-index: 9999;
    width: 13rem;
    height: auto;
    top: 2.4rem;
    right: 0.5rem;
    position: fixed;
    display: none;
}
.enquirypage button{
    border: 0;
    width: 100%;
    height: 50px;
    text-align: start;
    border-bottom: 1px solid grey;
    padding-left: 10px;
}
.enquirypage button:hover{
    background-color: rgb(201, 200, 200);
 }
.enquirypage :last-child{
    border-bottom: 0;
}

.select_dlvy_page{
    position: fixed;
    z-index: 9999;
    top: 13rem;
    width: 100%;
    /* display: none; */
}
.select_dlvy_body{
    width: 60%;
    background-color: white;
    padding: 2rem;
}
.select_dlvy_pin{
    padding-top: 1rem;
}
.select_dlvy_pin input{
    width: 50%;
    height: 3rem;
    background-color: #e4e4e4;
    border: 0;
    padding: 0.5rem;
    border-radius: 0.3rem;
}

/* Login page */
.loginpage{
    background: none;
    width: 200px;
    height: 270px;
    position: fixed;
    top: 7.5rem;
    right: 0.3rem;
    z-index: 9999;
    box-sizing: border-box;
    font-size: 15px;
    display: none;
}
.loginpage button{
    width: 100%;
    border: 0;
    text-align: left;
    height: 54px;
    padding-left: 10px;
    border-bottom: 1px solid grey;
}
.loginpage :last-child{
    border-bottom: 0;
}
.loginpage button:hover{
   background-color: rgb(201, 200, 200);
}

/* Cart page */
.cartpage{
    background-color: rgb(249, 243, 243);
    width: 370px;
    height: auto;
    position: fixed;
    top: 7.5rem;
    right: 2rem;
    z-index: 9999;
    box-sizing: border-box;
    font-size: 15px;
    padding-bottom: 5px;
    display: none;
}
.cart:hover{
    cursor: pointer;
}
.cartpage .cart_a{
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    height: 40px;
}
.cartpage span{
    font-size: 17px;
    font-weight: bolder;
}
.cart_a :first-child{
    padding-top: 10px;
}
.cart_a :last-child{
    font-size: 25px;
}
.cartpage .cart_b{
    text-align: center;
    background:none;
    margin-left: 5px;
    margin-right: 5px;
    
}
.cartpage img{
    padding-top: 10px;
    width: 120px;
}
.cart_b button{
    width: 97%;
    height: 40px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 5px;
    margin-top: 10px;
}
.cartpage a{
    text-decoration: none;
}
.ca_btn{
    background-color: orangered;
}
.cb_btn:hover{
    box-shadow: 1px 1px 1px grey;
}
.ca_btn a{
    color: white;
    font-size: 15px;
    font-weight: bolder;
}
.cb_btn a{
    color: black;
    font-size: 15px;
    font-weight: bolder;
    opacity: 0.7;
}
.cb_btn{
    background-color:white;
    
}

.cartpage h1{
    font-size: 25px;
}
.cartpage h4{
    margin-top: 15px;
    font-size: 16px;
    font-weight: bolder;
    opacity: 0.6;
}





/* Rakhi page */
.rakhipage{
    /* background-color: rgb(231, 223, 223); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}
.rakhipage .row{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.rakhipage .row .col:nth-child(2n+2){
    background: red;
}

.rakhipage h1{
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px;
}
.rakhipage a{
    font-size: 14px;
    text-decoration: none;
    color: black;
    opacity: 0.8; 
}
.rakhipage a:hover{
    color: blue;
}
.rakhipage .image{
    background-color: #de7b7bd2;
    height: 300px;
}


/* Birthday page */
.birthdaypage{
    /* background-color: rgb(231, 223, 223); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}
.birthdaypage div{
    padding-left: 20px;
    padding-right: 20px;
}

.birthdaypage h1{
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px;
}
.birthdaypage a{
    font-size: 14px;
    text-decoration: none;
    color: black;
    opacity: 0.8; 
}
.birthdaypage a:hover{
    color: blue;
}
.birthdaypage .image{
    background-color: #de7b7bd2;
    height: 300px;
}



/* Anniversary page */
.anniversarypage{
    /* background-color: rgb(231, 223, 223); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}
.anniversarypage div{
    padding-left: 20px;
    padding-right: 20px;
}

.anniversarypage h1{
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px;
}
.anniversarypage a{
    font-size: 14px;
    text-decoration: none;
    color: black;
    opacity: 0.8; 
}
.anniversarypage a:hover{
    color: blue;
}
.anniversarypage .image{
    background-color: #de7b7bd2;
    height: 300px;
}


/* Cakes page */
.cakepage{
    /* background-color: rgb(231, 223, 223); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}
.cakepage div{
    padding-left: 20px;
    padding-right: 20px;
    
    
}

.cakepage h1{
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px;
}
.cakepage a{
    font-size: 14px;
    text-decoration: none;
    color: black;
    opacity: 0.8; 
}
.cakepage a:hover{
    color: blue;
}
.cakepage .image{
    background-color: #de7b7bd2;
    height: 300px;
}

/* Flower page */
.flowerpage{
    /* background-color: rgb(231, 223, 223); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}
.flowerpage div{
    padding-left: 20px;
    padding-right: 20px;
}

.flowerpage h1{
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px;
}
.flowerpage a{
    font-size: 14px;
    text-decoration: none;
    color: black;
    opacity: 0.8; 
}
.flowerpage a:hover{
    color: blue;
}
.flowerpage .image{
    background-color: #de7b7bd2;
    height: 300px;
}

/* HOVERED PAGES END */

.main_body{
    padding-top: 13rem !important;
    background-image: url('https://gfylo.in/src/theme/client/Images/gift-bg-img.jpg') !important;

}
@media (min-width: 320px) and (max-width: 1024px){
    .main_body{
        /* padding-top: 11.5rem; */
        padding-top: 11.5rem;
    }
}
.content_1{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.content_1 a{
    text-decoration: none;
    color: black;
}
.c_image img{
    height: 6rem;
    width: 8rem;
    border: 0;
    border-radius: 0.7rem;
}



/* Gift finder */

.gift_finder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 2rem 6rem 2rem 6rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    border-top: 6px solid #EF0719;
    border-bottom: 6px solid #EF0719;
}
.gift_finder select{
    height: 3rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    border-radius: 0.3rem;
}
.gift_finder h3{
    font-size: 20px;
    font-weight: bolder;
}
.find_gift_btn button{
    background-color: #EF0719;
    width: 15rem;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 5px;
    border: 0;
    height: 3rem;
}
.find_gift_btn button:hover{
    background-color: #e92f3e;

}
@media (min-width: 320px) and (max-width: 1024px){
    .gift_finder{
        display: none;
    }
}

/* Customer personalize */

.costumer_personalize{
    padding-top: 4rem;
    padding-bottom: 3rem;
    padding-left: 7rem;
    padding-right: 7rem;
}
.costumer_personalize img{
    width: 9rem;
}
.costumer_personalize p{
    font-size: 1.9rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif;
    
}
.costumer_personalize span{
    font-weight: lighter;
    font-size: 1.5rem;
    font-family: 'Overlock', sans-serif; 
}
@media (min-width: 320px) and (max-width: 1024px){
    .costumer_personalize{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .costumer_personalize img{
        width: 7rem;
    }
    .costumer_personalize p{
        font-size: 1rem;
    }
    .costumer_personalize span{
        font-size: .7rem;
    }
    
}



/* Best seller */
.container_2{
    border-top: 2px solid black;
    background-color: white;
    width: 95%;
    padding: 1.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.best_seller_heading{
    background: white;
    width: 15rem;
    text-align: center;
    position: relative;
    top: -3.5rem;
}
.best_seller_heading h2{
    font-family: 'Overlock', sans-serif !important;
    font-size: 2.5rem;
}
.best_seller_body{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.curated_gifts img{
    width: 100%;
}
.best_seller_body p{
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important;
}
.best_seller_body a{
    text-decoration: none;
    color: black;
}



/* just for today */
.just_for_today{
    border-top: 2px solid black;
    background-color: white;
    width: 95%;
    padding: 1.5rem;
    margin-top: 5rem;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.for_today_heading{
    background: white;
    width: 15rem;
    text-align: center;
    position: relative;
    top: -3.5rem;

}
.for_today_heading h2{
    font-family: 'Overlock', sans-serif !important;
    font-size: 2.5rem;

}
.for_today_box{
    padding-bottom: 2rem;
}
.curated_gifts img{
    width: 100%;
}
.for_today_box p{
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important;

}
.for_today_box a{
    text-decoration: none;
    color: black;
}
.today_gift_detail{
    text-align: left;
    padding-top: 1rem;
}
.actual_price{
    color: grey;
}
.cost{
    display: flex;
    align-items: center;
    color: darkred;
    font-size: 1.31rem;
}
.today_gift_discount{
font-size: 0.8rem !important;
color: blue;
}
.rating_star{
    color: orange;
}
.for_today_btn{
    text-align: center;
    padding: 2rem;
}
.for_today_btn button{
    width: 15rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: 0;
    background-color: #EF0719;
    color: white;
    font-family: 'Overlock', sans-serif !important;
    font-size: 1.5rem;
}

/* Artworks */
.artworks{
    border-top: 2px solid black;
    background-color: white;
    width: 95%;
    padding: 1.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.artworks_heading{
    background: white;
    width: 15rem;
    text-align: center;
    position: relative;
    top: -3.5rem;

}
.artworks_heading h2{
    font-family: 'Overlock', sans-serif !important;
    font-size: 2.5rem;
}
.artworks_items{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.artwork_gifts_product img{
    width: 100%;
}
.artworks_items p{
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important;
}
.artworks_items a{
    text-decoration: none;
    color: black;
}
.artworks_btn{
    text-align: center;
    padding: 2rem;
}
.artworks_btn button{
    width: 15rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: 0;
    background-color: #EF0719;
    color: white;
    font-family: 'Overlock', sans-serif !important;
    font-size: 1.5rem;
}

/* Anniversary items */
.anniversary_items{
    border-top: 2px solid black;
    background-color: white;
    /* width: 95%; */
    padding: 1.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.anniversary_heading{
    background: white;
    width: 30rem;
    text-align: center;
    position: relative;
    top: -3.5rem;

}
.anniversary_heading h2{
    font-family: 'Overlock', sans-serif !important;
    font-size: 2.5rem;

}
.anniversary_gifts{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.anniversary_gifts_product img{
    /* width: 100%; */
    /* height: 100%; */
    border-radius: 50%;
    border: 0.5rem solid rgb(172, 166, 166);
}
.anniversary_gifts p{
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important;

}
.anniversary_gifts a{
    text-decoration: none;
    color: black;
}
.anniversary_best_btn{
    text-align: center;
    padding: 2rem;
}
.anniversary_best_btn button{
    width: 15rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: 0;
    background-color: #EF0719;
    color: white;
    font-family: 'Overlock', sans-serif !important;
    font-size: 1.5rem;
}
@media (min-width: 320px) and (max-width: 1024px){
    .anniversary_heading{
        width: 20rem;
    }
    .anniversary_heading h2{
        font-size: 2rem;
    }
}



/* 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;
}
@media (min-width: 320px) and (max-width: 1024px){
    .first_footer{
        padding-left: 4rem;
        padding-right: 4rem;
    }
}