@import url('https://fonts.googleapis.com/css2?family=Rozha+One&family=Rubik:wght@400;500;600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

table, tr, td, th {
    border: 1px solid #000 !important;
    padding: 10px;
}
form {
    margin: 20px 0;
}

input[type="text"], input[type="email"], input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
}

input[type="submit"] {
    background: #333;
    color: #fff;
    padding: 10px 15px;
    border: 0;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #555;
}



body{
    background-color: #fef9f1 !important;
    width: 100%;
    height: 100%;
    font-family: 'Rubik', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.blogCont{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
           line-clamp: 5; 
   -webkit-box-orient: vertical;
}
.news_label{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 50px;
}
.news_label.sport{
    background: #F59C2D;
}
.news_label.animal{
    background: #93FFB7;
}
.news_label.art{
    background: #93a3ff;
}
.bgred{
    background-color: #C30501;
}
.border-red{
    border:2px solid #C30501;
    border-radius: 7px;
}
.border-light-red{
    border:2px solid #c3040152;
    border-radius: 7px;
}
.textred{
    color:#f17c25;;
}
.textgreen{
    color: #1A8917;
}
.bgblk{
    background-color: #000;
}
.textblk{
    color: #2E2E2E;
} 
.top_header2{
    background-color: #fff;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #ffdbbe;
    /* box-shadow: 2px 2px 10px #b3b3b342; */
}
.top_header2 .fix{
    background: #fff;
    opacity: 1;
    backdrop-filter: blur(30px);
}
.top_head{
    z-index: 1052; 
}
.top_header2 .nav-link{
    font-size: 15px;
    font-weight: 600;
    color: #0B3E64 !important;
}
.fixed-top{
    top: -40px !important;
    transform: translateY(40px);
    transition: transform .3s ease;
    border-bottom: 0.5px solid rgb(181, 180, 180);
}
.search_input{
    background-color:#C30501 !important;
    border-radius: 12px !important; 
    padding: 10px !important;
}
.drawer{
    display: none;
}
.drawer_open{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    width: 300px;
    height: 100%;
    background-color: #000;
    overflow-y: scroll;
}
.drawer_open::-webkit-scrollbar, .drawer_open1::-webkit-scrollbar{
    width: 3px;
    border-radius: 50%;
    margin-right: 20px;
    ;
  }
.drawer_open::-webkit-scrollbar-thumb, .drawer_open1::-webkit-scrollbar-thumb {
    background: #888; 
  }
.drawer_open a.menus{
    cursor: pointer;
    color: #F4BE4A;
    text-decoration: none;
    margin-top: 10px;
    padding: 10px;
    background-color:transparent;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
.drawer_open a.menus:hover{
    background-color: rgba(255, 255, 255, 0.134);
}
.drawer_open a.menus.active{
    border-left: 3px solid #F4BE4A;
    background-color: rgba(255, 255, 255, 0.134);
}
.drawer_open1{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1111;
    width: 300px;
    height: 100%;
    background-color: #000;
    overflow-y: scroll;
}
.drawer_open1 a.menus{
    cursor: pointer;
    color: #F4BE4A;
    text-decoration: none;
    margin-top: 10px;
    padding: 10px;
    background-color:transparent;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
.drawer_open1 a.menus:hover{
    background-color: rgba(255, 255, 255, 0.134);
}
.drawer_open1 a.menus.active{
    border-left: 3px solid #F4BE4A;
    background-color: rgba(255, 255, 255, 0.134);
}
.first_heading{
    position: relative;
    letter-spacing: 1px;
    width: fit-content;
}
.first_heading::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F17C25;
    border-radius: 50%;
}
.menu_img{
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #00000077;
}
#footer{
    margin-top: auto;
}
.socialbg{
    text-decoration: none;
    padding: 25px;
    background: #fff;
    border: 1px solid #ffba8a;
    border-radius: 10px;
}
.social{
    color: #e14927;
    font-size: 25px;
}

.second_heading{
    font-family: 'Rozha One', serif;
    margin-top: 15px;
    letter-spacing: 1px;
    color:#F17C25;
    text-align: start;
}
.btn-red{
    background-color: #C30501 !important;
    color: #fff !important;
    padding: 8px 20px !important;
}
.btn-lg{
    font-size: 16px !important;
}
.chat-red{
    background-color: #C30501 !important;
    color: #fff !important;
    padding:30px 15px !important;
    border-radius: 50px 10px 50px 50px;
}
.list_p .nav-link.active{
    background-color: #E9F0EC !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    border-radius: 15px !important;
}
.detail_p .nav-link.active{
    background-color: #C30501 !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px !important;
}
.nav-link{
    color: #0B3E64 !important;
    font-size: 12px;
    font-weight: 600;
}
.bg-white{
    background: #fff;
}
.bg-lightgrey{
    background: #f3f6f5 !important;
}
.checked{
    color: #C30501;
}
.checkout .card-header{
    background: #C30501 !important;
    color: #fff;
}
.card_label{
    width: fit-content;
    padding: 10px;
    background-color: #c304011b;
    color: #C30501;
    border-radius: 8px;
}
.es_num{
    width: 70px;
    height: 70px;
    line-height: 70px
}
.first_banner{
    background-color: #FDF8EB;
    margin-top: 1px;
    padding:40px 40px 20px 40px;
    height: 89vh;
}
.swiper-button-prev, .swiper-button-next{
    top: auto !important;
    bottom: 0% !important;
}
.swiper-button-prev::after{
    content: url(images/left_arrow.png) !important;
    font-size: 11px !important;
}
.swiper-button-next::after{
    content: url(images/right_arrow.png) !important;
    font-size: 11px !important;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background: #FDF8EB;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 80%;
    object-fit: cover;
  }
  .ban_text{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: start;
    background-color: #FDF8EB;
    padding: 30px;
  }
  .ban_text span{
    font-size: 14px;
    color: #000000ac;
  }
  .ban_text h2{
    font-family: 'Rozha One', serif;
    line-height: 45px;
  }
  .car_text{
    text-align: start;
    padding-left: 10px;
  }
  .car_text span{
    font-size: 14px;
    color: #000000ac;
  }
  .car_text h6{
    line-height: 25px;
  }
  .car_text p{
    line-height: 25px;
  }
  .view_text p{
    line-height: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
  }
  .card{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px !important;
  }
  .card .img{
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
.product_list{
    padding-top: 50px;
}
.imgactive{
    border: 1px solid #0B3E64;
}
.star-rating {
    line-height:32px;
    font-size:1.25em;
  }
  .star-rating .fa-star{
    color: #8f8f8f;
  }
  .star-rating .fa-star.checked{
      color: #0B3E64;
    }
.list_header{
    margin-top: 30px;
    /* border-bottom: 0.5px solid rgb(135, 133, 133);
    border-top: 0.5px solid rgb(135, 133, 133); */
}
.list_card{
    max-width: 26rem;
    cursor: pointer;
}
.like_card{
    max-width: 18rem;
    cursor: pointer;
}
.btn-outline-blue {
    color: #0B3E64 !important;
    border: 2px solid !important;
    font-weight: 600 !important;
    border-color: #0B3E64 !important;
}
.desc_para{
    font-size: 18px;
    line-height: 30px;
}
.login_bg{
    background: none !important;
    backdrop-filter: brightness(1.5) blur(20px);
}
.login_close{
    width: 193% !important;
    filter: invert(1);
}
.login .login_content{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 320px;
}
.login .login_content .login_page{
    padding: 60px;
    background:#FAFAFA;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login .form-input{
    background: #fff !important;
    color: #000 !important;
    font-weight: 500 !important;
    border: unset !important;
}
.city-input-text {
    background-color: #fff !important;
    border: unset !important;
    color: #0B3E64 !important;
}
.search_modal .modal-dialog{
    max-width: 100% !important;
}
.search_modal .modal-content{
   margin-top: 38px;
}
/* .search_modal .modal-body{
    margin-top: 60px;
 } */
 .modal.search_modal{
     z-index: 1051 !important;
 }


@media(max-width:830px){
    .banner_img{
        min-width: 400px;
    }
    .swiper-button-next{
        display: none !important;
    }
    .swiper-button-prev{
        display: none !important;
    }
    .top_header2{
        position: relative; 
        top: 0%; 
        z-index: 100; 
        width: 100%;
    }
}

@media(max-width:400px){
    .banner_img{
        min-width: 250px;
    }
    .image_aa{
        width: 300px;
        height: 300px;
    }
}
  .nf.fas.fa-heart{
    color: rgba(99, 96, 106, 0.675);
    cursor: pointer;
    font-size: 40px;
  }
  .gf.fas.fa-heart {
    color: rgb(192, 4, 4);
    cursor: pointer;
    font-size: 40px;
  }
  .chat_withus{
      position: fixed;
      right:30px;
      bottom:30px;
      z-index: 1111111;
     
  }
  .chat_withus a{
    font-size: 20px !important;
    letter-spacing: 0 !important;
  }
