*{margin: 0;padding: 0;box-sizing: border-box;};
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800;900&display=swap');


:root{
    --primary: #652D90;
    --primary-hover: #3E006D;
    --error: #FF0000;
    --headding-color: #333333;
    --text-color: #424242;
}

body{
    font-family: inter;
}

.header_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.search_area_small{
    display: none;
}

.search_area{
    display: flex;
    justify-content: center;
    align-items: center;
}

.country select{
    height: 50px;
    padding: 0px 20px;
    width: 220px;
}
.search_bar input{
    height: 50;
    padding: 11px;
    margin-left: 5px;
    width: 380px;
}

.search_bar button{
    padding: 12px;
    border-radius: 3px;
    outline: 0;
    border: none;
    background-color: #652d90;
    color: #fff;
}

.search_bar button > i{
    margin-right: 5px;
}
.action_btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.action_btn .notification, .cart, .user {
    background: #ccc;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-left: 5px;
}

.cart{
    position: relative;
}

.item_number{
    position: absolute;
    top: -12px;
    left: 24px;
    background: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    color: #ffffff;
    padding: 15px;
    /* font-size: 14px; */
    font-weight: 500;
}

.main_menu_area{
    background-color: #3E006D;
    padding: 10px 0;
}

.main_menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.main_menu ul li{
    display: inline-block;
}

.main_menu ul li a{
    text-decoration: none;
    color: #fff;
    padding: 10px;
}

.main_menu ul li a > i{
    margin-right: 5px;
}


.slider img{
    width: 100%;
}

.pick_hour{
    padding: 50px 0;
}

.pick_hour_title h2{
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
}

.pick_hour_slider{
    padding: 20px;
    text-align: center;
}

.category_image img{
    border-radius: 100%;
    padding: 10px;
    border: 2px solid;
}

.mpd-tag{
    padding-bottom: 30px;
}

.mpd-tag p{
    line-height: 50px;
}

.mpd-tag a{
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 2px;
    color: #424242;
    margin-right: 10px;
    border: 1px solid #424242;
}

.mpd-tag a:hover{
    background: #3E006D;
    color: #fff;
}

.offer-product{
    display: flex;
    justify-content: start;
    padding-bottom: 20px;
}

.offer-product img{
    width: 30%;
    height: 65px;
}

.product-info{
    margin-left: 10px;
}

.product-info h6, p{
    margin: 0;
    padding: 0;
}

.product-info p > span{
    font-weight: 800;
    color: #3E006D;
    font-size: 20px;
}

.hotel_deals_title{
    margin-top: 70px;
}

.card-image img{
    width: 100%;
}

.product-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-heading img{
    height: 50px;
}

.product-heading a{
    text-decoration: none;
    background-color: #3E006D;
    color: #fff;
    padding: 6px 10px;
    border-radius: 2px;
}

.product-heading a:hover{
    background-color: #652D90;
    transition: 0.3ms;
}

.card-body h5{
    padding: 10px 0;
    font-weight: 700px;
    margin: 0;
}

.product-price{
    display: flex;
    justify-content: space-between;
    align-items: last baseline;
}

.product-price p{
    font-size: 12px;
}

.product-price p > span{
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin-right: 7px;
}

.product-price p > i{
    margin-right: 2px;
}

.gdc-title {
    padding:  50px 0;
    text-align: center;
    color: #333;
}

.gdc-title p{
    line-height: 55px;
}

.gdc-title h2{
    margin-bottom: 30px;
}
.gdc-title p>a{
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 12px;
    color: #424242;
    margin-right: 10px;
}

.gdc-title p > a:hover{
    background-color: #3E006D;
    color: #fff;
}

.deal_company{
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}

.dc_heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dc_heading img{
    height: 3rem;
}

.dc_heading span{
    background: #3E006D;
    color: #fff;
    padding: 6px 16px;
}

.dc_title h6{
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 15px;
}

.deal_company p{
    color: #0d6efd;
    font-weight: 600;
    font-size: 12px;
}

.deal_company a{
    text-align: center;
    text-decoration: none;
    border: 1px solid #FF0000;
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    color: #FF0000;
}

.deal_company a:hover{
    background: #ff0000;
    color: #fff;
}

.card-body h6{
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 15px;
}

.food_deals_title h2{
   margin-top: 50px;
   margin-bottom: 20px;
}

.service_deals_title h2{
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.services_tags p{
    line-height: 55px;
    padding: 20px 0;
}

.services_tags p > a{
    border-radius: 3px;
    border: 1px solid #424242;
    text-align: center;
    text-decoration: none;
    color: #424242;
    margin-right: 10px;
    padding: 10px;
}

.services_tags p > a:hover{
    background-color: #3E006D;
    color: #fff;
}

.product-heading h6{
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 15px;
}

.featured_item{
    margin-top: 60px;
}

.featured_title h2{
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: inter;
    font-weight: 600;
}


.newslatter_section{
    background: #14003E;
    color: #fff;
}

.newslatter_area{
    padding: 96px 0;
    margin-top: 100px;
}

.newslatter-content p{
    padding: 20px 0;
}

form p > input{
    margin-right: 10px;
}

form p > a{
    color: #ff0000;
}

.newslatter-title h2{
    text-align: center;
}


.massage-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.basement1{
    content: "";
    background: #fff;
    height: 1px;
    width: 200px;
    margin-right: 10px;
}

.basement2{
    content: "";
    background: #fff;
    height: 1px;
    width: 200px;
    margin-left: 10px;
}

.submit_form_email{
    width: 40%;
    padding: 10px;
    outline: none;
    border-radius: 5px;
    border: none;
}

.submit_form_submit{
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    background: #ff0000;
    color: #fff;
    font-weight: 700;
}


.local_events h2{
    font-family: "inter";
    font-weight: 700;
    color: #14003E;
    margin-top: 100px;
    margin-bottom: 20px;
    padding: 0;
}

.card-body h4{
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.card-img-top img{
    width: 100%;
}

.card-content > .title-type{
    padding: 10px 0;
}

 .title-type{
    font-weight: 600;
}

.card-content > .title-type span{
    background: #14003E;
    padding: 8px 15px;
    color: #fff;
    margin-right: 10px;
    border-radius: 50px;
}

.card-content > .title-type i{
    margin-right: 10px;
}

.blog-text{
    padding: 20px 0;
    line-height: 25px;
    color: #424242;
}

.card-content p > i{
    margin-right: 10px;
}


.inter_title{
    font-weight: 700;
    font-family: inter;
    padding-top: 70px;
    color: #14003E;
}


.card{
    position: relative;
    margin-bottom: 20px;
}

.card-date{
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px 10px;
    text-align: center;
}

.card-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-date span{
    font-weight: 700;
    font-size: 32px;
    color: #14003E;
}

.card-text p{
    font-size: 16px;
    font-weight: 600;
    color: #14003E;
}

.card-text span{
    background-color: #14003E;
    padding: 5px 20px;
    color: #fff;
    border-radius: 10px;
}

.card-text p > i{
    margin-right: 10px;
}


.footer-section{
    background-image: url(image/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-section-overlay{
    background: #14003E;
    opacity: 85%;
    color: #fff;
}

.footer_content{
    padding-top: 100px;
}

.footer-logo p{
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.email-input{
    border: none;
    border-radius: 5px;
    padding: 10px;
    outline: none;
}

.submit-btn{
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    outline: none;
    background-color: #ff0000;
    color: #fff;
    font-weight: 700;
}

.about h6, .for_vendor h6, .agency h6, .privacy h6{
    text-transform: uppercase;
    font-size: 14px;
    color: #FF0000;
}

.footer-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li{
    padding: 6px 0;
}

.footer-menu ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.footer-menu ul li a:hover{
    margin-left: 10px;
    transition: 0.5s;
}

.copyright{
    text-align: center;
    padding: 35px 0;
}

.footer-base{
    margin-bottom: 20px;
    content: "";
    background-color: #ccc;
    height: 1px;
    width: 100%;
    margin-top: 60px;
}


.path p{
    padding: 48px 0;
    font-size: 14px;
}

.d-product-title h2{
    font-family: 'Inter';
    font-weight: 700;
    color: #444444;
    margin-bottom: 24px;
}

.d-product-title p{
     margin-bottom: 24px;
    line-height: 26px;
    color: #444444;
}

.d-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.d-logo a{
    background: #182861;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.d-product-owner p{
    margin-bottom: 20px;
}

.d-product-owner p > span{
    font-weight: 700;
}

.deal-inclusion{
    margin-top: 50px;
}

.deal-inclusion h2{
    font-family: 'Inter';
    font-weight: 700;
    color: #444444;
    margin-bottom: 24px;
}

.enemies ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.enemies ul li{
    padding: 10px 0;
}

.enemies ul li a > i{
    margin-right: 10px;
}

.enemies ul li a{
    text-decoration: none;
    color: #444444;
    font-weight: 600;
}

.condition{
    margin-top: 50px ;
}

.condition h2{
    font-family: 'Inter';
    font-weight: 700;
    color: #444444;
    margin-bottom: 24px;
}

.condition ul{
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.condition ul li{
    padding: 5px 0;
}

.reviews h2{
    font-family: 'Inter';
    font-weight: 700;
    color: #444444;
    margin-bottom: 24px;
    padding-top: 50px;
}

.review-no p > span{
    border: 2px solid #182861;
    padding: 10px 15px;
    margin-right: 10px;
    color: #182861;
}

.review-no p > i{
    margin-right: 5px;
    color: #FF710A;
}
.review-no p{
    color: #182861;
}

.customer-content{
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}

.customer-profile{
    display: flex;
    justify-content: start;
    align-items: start;
}

.customer-profile img{
    margin-right: 20px;
}

.customer-id p > i{
    margin-right: 5px;
    color: #FF710A;
}

.sidebar-product-list{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.offer-text{
    margin-left: 10px;
}

.offer-text a{
    text-decoration: none;
    font-size: 14px;
}

.offer-text p > span{
    font-weight: 700;
    font-size: 24px;
}


.side-bar h6{
    font-weight: 700;
}

.sidebar-base{
    width: 100%;
    content: "";
    height: 1px;
    background-color: #ccc;
}

.signup-section{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0;
}

.signup-form{
    width: 31rem;
    text-align: left;
    padding: 25px 50px;
    border: 1px solid #ccc;
    background-color: #fafafa;
    margin: 20px 0;
    border-radius: 10px;
}

.form-group input{
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #424242;
    color: #424242;
}

.form-group input::placeholder{
    color: #cccccc;
}

.form-group label{
        padding: 10px 0;
        font-family: poppins;
        font-size: 14px;
        color: #424242;
}

.form-group label > i{
    margin-right: 10px;
}


.signup-form button{
    width: 100%;
    padding: 8px;
    outline: none;
    border: none;
    background: #3E006D;
    color: #fff;
    border-radius: 100px;
    margin-top: 20px;
}


.signin-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.signin-link p > a{
    font-style: italic;
    font-weight: 700;
    color: #3E006D;
}

.signup-google{
    background: #3E006D;
    padding: 50px;
    color: #fff;
    border-radius: 10px;
    width: 31rem;
}

.signup-google h6{
    margin-bottom: 50px;
}

.signup-google a{
    background: #fff;
    padding: 10px 70px;
    color: #424242;
    text-decoration: none;
    border-radius: 50px;
}

.signup-google p{
    margin-top: 20px;
}





.baseline{
    margin-bottom: 20px;
    content: "";
    background-color: #ccc;
    height: 1px;
    width: 100%;
}
/* /////////////////////////////// responsive home page ///////////////////////////// */

@media screen and (max-width:990px) {
    .country select{
        height: 36px;
        padding: 0px 5px;
        width: 100px;
    }

    .search_bar input{
        padding: 4px;
        margin-left: 5px;
        width: 180px;
    }

    .search_bar button{
        padding: 6px;
    }

    .email-input{
        width: 100%;
        margin-bottom: 10px;
    }

    .featured_image_items{
        margin-bottom: 20px;
    }
    
}



@media screen and (max-width:768px) {
    .search_area{
        display: none;
    }
    .search_area_small{
        display: flex;
        margin-bottom: 24px;
    }

    .country{
        width: 30%;
    }

    .country select{
        width: 100%;
    }

    .search_bar{
        width: 70%;
    }

    .search_bar input{
        width: 70%;
    }

    .search_bar button{
        width: 25%;
    }

    .submit_form_submit{
        margin-top: 10px;
    }

    .featured_image_items{
        margin-bottom: 20px;
    }
}
