
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap')
:root{
    /*--primary-color :  #EE4E34;*/
    --primary-color :  #ee3470;
    --white-color    :  #fff;
 }
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
button{
    outline:none;
}
button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}
body{
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
}
img{
    width: 100%;
}
.top_part{
    position: relative;
}
.main_header{
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: .5s ease;
}
.navbar{
    padding: 11px 20px;
    background-color: #1245a8;
  /*background: linear-gradient(90deg, rgba(238,52,112,1) 0%, rgba(255,75,133,0.9304096638655462) 51%, rgba(238,52,112,1) 100%);*/
    box-shadow: 3.5px -5.5px 75.5px 7px #ffffff59;
    transition: .5s ease;
}
.nav-link{
    font-weight: 600;
    color: #fff;
}
.navbar-brand{
    width: 35% !important;
    height: 100%;
}
.over_tot{
    color:#fff;
}
.form_custm{
    margin-left:30%;
}
.form_in{
   display: flex;
    width: 60%;
    align-items: center;
    justify-content: space-between;
}
.bt_green{
    color: #fff;
    background-color: #29cb3b;
    border-color:#29cb3b;
    border-radius: 50%;
    height: 50px !important;
    width: 50px;
    padding: 0px;
}
.view_cart{
    height:100%;
}
.navbar-brand img{
    width:100%;
}
.navbar-brand h5{
    margin-bottom: 0;
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}
.main_wrapper{
    display: flex;
    transition: .5s ease;
}
.banner_part{
    display: flex;
}
.carousel{
    width: 50%;
}
.carousel-item{
    height: 400px;
    overflow: hidden;
}
.carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.youtube_wrapper{
    width:  50%;
    height: 400px;
}
.item_details{
    padding: 30px 0;
}
.content_right{
    position: relative;
    transition: .5s ease;
    padding: 30px 0;
    width: 100%;
    height: 100%;
}
.added_pro{
    position: fixed;
    bottom: 10%;
    right: 5%;
    transition: .5s ease;
    border-radius: 20%;
    z-index: 9;
}
.order_details{
    position: relative;
    transition: .5s ease;
    bottom: 0;
    right: 0;
    display: block;
}
.active{
    display: none;
}
.customer_det{
    position: absolute;
    background-color: #fff;
    box-shadow: 0.5px 3.5px 10.5px #ccc;
    padding: 20px;
    border-radius: 5px;
    transition: .5s ease;
}
.customer_inp{
    display: flex;
}
.form-group{
    margin: 10px;
}
.accordion-button{
    background: #068cca !important;
}
.accordion-button:not(.collapsed){
    color: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(15 143 202 / 15%);
    color: var(--bs-table-striped-color);
}
.table_tr{
    background: #0d6efd;
    color: #fff;
}
.table_tr th{
  font-size: 12px;
}
.data_row td{
    font-size: 13px;
    line-height: 20px;
    font-weight:700;
}
.bar_icon{
    color: #fff;
}
.youtube_wrapper{
    background: linear-gradient(90deg, rgba(238,52,112,1) 0%, rgba(255,75,133,0.9304096638655462) 51%, rgba(238,52,112,1) 100%);
    padding: 30px;
}
.you_box{

    text-align: center;
}
.youtube_videos{
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 310px;
}
.youtube_videos iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.you_box h3{
    text-align: center;
    margin-bottom: 20px;
}
.you_box h3{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact_card{
    padding: 30px 0;
}
.modal-dialog {
    max-width: 50%;
    margin: 1.75rem auto;
}
.contact_details{
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    height: 150px;
    margin: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_details h2{
    font-size: 20px;
}
.contact_details a{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}
.bank_det{
    text-align:center;
}
.bank_details{
    padding: 20px 10px;
    border-radius: 20px;
    width: 80%;
    margin: auto;
    color: #fff;
    height:100%;
    margin:0px auto 20px;
}
.bank_ul{
    padding-left:0;
}
.bank_det h2{
    font-weight: 600;
    color: #ff034a;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.text-success {
    color: #00e57b!important;
}
.bank_details p{
    color:#fff;
}
.pink{
   background: linear-gradient(90deg, rgba(255,35,85,1) 0%, rgba(255,60,104,0.938813025210084) 51%, rgba(255,35,85,1) 100%);
    box-shadow: 3.5px 1.5px 10.5px #ff85a1;
}
.purple{
    background: linear-gradient(90deg, rgba(118,0,157,1) 0%, rgba(118,0,157,0.8183648459383753) 51%, rgba(118,0,157,1) 100%);
    box-shadow: 3.5px 1.5px 10.5px #76009d75;
}
.green{
   background: linear-gradient(90deg, rgba(43,177,0,1) 0%, rgba(43,177,0,0.7903536414565826) 51%, rgba(43,177,0,0.8323704481792717) 100%);
    box-shadow: 3.5px 1.5px 10.5px #baffa4;
}
.red{
    background-color: #00b9e3;
    box-shadow: 3.5px 1.5px 10.5px #00b9e361;
}
.bg_t{
    background-color: #7c0ca1;
}
.titile_td{
    color: #fff;
}
.stock_td{
    font-weight: 600;
    color: #afff46;
}
.price_td{
    color: #ffe000;
    font-weight: 800;
}
.dis_td{
    color: #fff;
    font-weight: 800;
}
.dis_td strike{
    text-decoration-color:red;
}
.fprice_td{
    font-weight: 800;
    color: #00f508;
}
.btn .badge {
    position: absolute;
    top: -9px;
    background: #ee4e34;
    border-radius: 50%;
}
.mob_form{
    display: none;
}
.btn .cart{
    position: absolute;
    top: 10px;
    background: #fff;
    border-radius: 50%;
    color: #ee4e34;
}
.sky_blu {
    color: #fff;
    background-color: #08a3d8;
    border-color: #08a3d8;
}
.navbar-brand{
    width: 100%;
}
.nav-item{
    margin:10px;
}
 .fb{
    color:#fff;
    font-size:18px;
    cursor:pointer;
}
.whats_icon{
    position: fixed;
    bottom: 8%;
    left: 2%;
    width: 50px;
    height: 50px;
    transition: .5s ease;
    background: #4BC759;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2.5px 2.5px 7.5px #4bc759;
    z-index:9;
}

.bank_li{
    width: 40px;
    display: flex;
    align-items: center;
    list-style: none;
}
.bank_li img{
    width:100%;
}
.fa-whatsapp{
    font-size:27px;
}
.call_icon{
    position: fixed;
    bottom: 18%;
    left: 2%;
    width: 50px;
    height: 50px;
    transition: .5s ease;
    background: #03e78b;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2.5px 2.5px 7.5px #4bc759;
    z-index:9;
}
.fa-phone{
    font-size:20px;
    color:#fff;
}
.pro_qty{
    padding: 5px;
    width: 40%;
}
.footer{
    background:#f23d77;
}
.footer p{
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.footer a{
     color: #fff;
}
.minimum_order{
 margin: 30px auto;
    box-shadow: 1.5px 4.5px 9.5px #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #ff8100;
    color: #fff;
    font-weight: 600;
    width:60%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    
    .pro_qty{
        width: 70%;
    }
    .no_padding{
        padding: 5px !important;
    }
    .table_tr th {
        font-size: 8px;
    }
    .data_row td {
        font-size: 8px;
        line-height: 14px;
        font-weight: 700;
        padding: 3px;
    }
    .accordion-body{
        padding: 0;
    }
    .titile_td{
        padding: 2px;
    }
   
}
@media (min-width: 320px) and (max-width: 480px) {
    .form_in {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
.form_custm {
    margin-left: 0%; 
}
    .content_right {
    height: 120vh;
}
.customer_det{
    width:100%;
}
    .minimum_order{
 margin: 30px auto;
    box-shadow: 1.5px 4.5px 9.5px #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #ff8100;
    color: #fff;
    font-weight: 600;
    width:95%;
}
    .carousel-item {
    height: 100%;
    overflow: hidden;
}
    .customer_inp {
        display: contents;
        flex-direction: column;
    }
    .pro_qty{
        width: 70%;
    }
    .contact_details {
        margin:10px 0;
    }
    .bank_details{
        width:100%;
    }
    .navbar-brand h5 {
        font-size: 22px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 5px;
        color: #fff;
        background: #fff;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .mob_form{
        display: block;
    }
    .banner_part {
        display: flex;
        flex-direction: column;
    }
    .carousel {
        width: 100%;
    }
    .youtube_wrapper {
        width: 100%;
        height: 400px;
    }
    .navbar-brand {
        width: 100% !important;
        height: 100%;
    }
.no_padding{
    padding: 0 !important;
}
.table_tr th {
    font-size: 10px;
}
.data_row td {
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
    padding: 3px;
}
.accordion-body{
    padding: 0;
}
.titile_td{
    padding: 2px;
}
}
@media (min-width: 481px) and (max-width: 767px) {
    .form_in {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
.form_custm {
    margin-left: 0%; 
}
    .customer_det{
    width:100%;
}
    .content_right {
    height: 85vh;
}
    .minimum_order{
 margin: 30px auto;
    box-shadow: 1.5px 4.5px 9.5px #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #ff8100;
    color: #fff;
    font-weight: 600;
    width:95%;
}
    .carousel-item {
    height: 100%;
    overflow: hidden;
}
    .customer_inp {
        display: contents;
        flex-direction: column;
    }
    .pro_qty{
        width: 70%;
    }
    .titile_td{
        padding: 2px !important;
    }
    .accordion-body{
        padding: 0;
    }
    .no_padding{
        padding: 0 !important;
    }
    .data_row td {
        font-size: 10px;
        line-height: 14px;
        font-weight: 700;
        padding: 3px;
    }
    .table_tr th {
        font-size: 10px;
    }
    .bank_details{
        width:100%;
    }
    .contact_details {
        margin:10px 0;
    }
    .navbar-brand h5 {
        font-size: 22px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 5px;
        color: #fff;
        background: #fff;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .mob_form{
        display: block;
    }
    .banner_part {
        display: flex;
        flex-direction: column;
    }
    .carousel {
        width: 100%;
    }
    .youtube_wrapper {
        width: 100%;
        height: 400px;
    }
    .navbar-brand {
        width: 100% !important;
        height: 100%;
    }
}