*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    /* font-family: "Nunito", serif; */
    font-family: "ABeeZee", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    
    background-color: #fff;
}

/* Start Header Section */
.header{
    width: 100%;
    height: auto;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 69, 0.06) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.06) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.06) 0px 6px 6px -3px, rgba(14, 63, 126, 0.06) 0px 12px 12px -6px, rgba(14, 63, 126, 0.06) 0px 24px 24px -12px;
    position: fixed;
    background-color: #fff;
    z-index: 99999999;
}
.header_main_section{
    width: 100%;
    margin: auto;
}
.navbar_one{
    width: 100%;
    height: 40px;
    background-color: #472B28;
   
}
.header_one_main_section{
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.header_address{
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.header_address_email{
    display: flex;
    align-items: center;
    height: 100%;
}
.header_address_email i{
    color: #fff;
    
}
.header_address_email p{
    color: #fff;
    padding-left: 7px;
}
.header_address_phone{
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
}
.header_address_phone i{
    color: #fff;
    
}
.header_address_phone p{
    color: #fff;
    padding-left: 7px;
}
.header_account{  
    display: flex;
    justify-content: center;
}
.header_contact_btn{
    padding: 0px 0px 0px 20px;
}
.header_contact_btn button{
    padding: 11px 20px;
    border: none;
    background-color: #EF8800;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.header_contact_btn button:hover{
    background-color: #ff9100;
}
.my_user {
    padding: 10px 0px;
    color: #fff;
    display: flex;
    align-items: center;
}

.my_user i{
    color: #fff;
}
.my_user p{
    padding-left: 7px;
}
.my_user p a{
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.my_user p a:hover{
    color: #EF8800;
}


/* Start Header Main Navbar Section */
.navbar_two{
    width: 100%;
    height: 80px;
    align-items: center;
}
.navbar_main_section{
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: auto;
}
.logo_section img{
    width: 250px;
}
.toggle_btn{
    display: none;
}
.navbar_area{
    display: flex;
    position: relative;
    align-items: center;

}
.navbar_area a{
    text-decoration: none;
}
.navbar_area li{
    list-style: none;
}
.menu_drop_down{
    position: absolute;
}
.nav_item{
    color: #818181;
    cursor: pointer;
}
.nav_item a{
    color: #818181;
    font-size: 15px;
    font-weight: 600;
}
.menu_drop_down{
    background-color: #fff;
    min-width: 250px;
    display: none;
}
.nav_item:hover .menu_drop_down{
    display: block;
} 
.drop_item{
    border-bottom: 1px dotted #EF8800;
    padding: 10px;
    font-size: 15px;
}
.drop_item:hover{
    background-color: #ef870015;
    color: #472B28;
}


/* navbar Animation */
  .nav_animation{
    display: block;
    position: relative;
    padding: 10px;
    font-weight: 600;
    
  }
  .nav_item:hover{
    background-color: #ef870015;
    color: #472B28;
  }
  .nav_animation::before{
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 0 50%;
  }
  .nav_animation:hover::before{
    transform: scale3d(1,1,1);
  }
  .nav_animation::before{
    transform-origin: 50% 50%;
    background: #EF8800;
  }

/* End Header Section */


/* Start Index Section */

.container_main{
    width: 100%;
    height: 94vh;
    overflow: hidden;
    padding-top: 130px;
    border-radius: 1px solid black;
}
.container_index_header{
    width: 95%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}
.all_categories{
    width: 23%;
    padding: 5px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.index_slider{
    width: 60%;
    overflow: hidden;
}
.show_experince{
    width: 17%;
}
.all_categories_list{
    list-style: none;
   
}
.all_categories_list a{
    text-decoration: none;
    color: #472B28;
    font-size: 14px;
}
.all_categories_item{
    padding: 10px 5px;
    border-bottom: 1px dotted #EF8800;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out;
    
}
.all_categories_item:hover{
    background-color: #ef870080;
    color: #472B28;
}
.all_categories h3{
    background-color: #472B28;
    color: #fff;
    padding: 10px 5px;
}
 /* Carasol Section */
 .carousel-container {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin: auto;
}


/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.06);}
    100% {transform: scale(1);}
}
@keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.06);}
    100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.47);}
    100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.47);}
    100% {transform: scale(1);}
}/*End of Zoom out Keyframes */


.top_product{
    text-align: center;
    position: sticky;
    padding-left: 5px;
}
.top_product h3{
    padding: 10px;
    border-top: 1px dotted #EF8800;
    border-bottom: 1px dotted #EF8800;
    text-transform: capitalize;
}
.top_product_list{
    overflow-y: hidden;
    height: 67vh;
}
.product_list_box{
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
}
.product_catalogs{
    width: 90%;
    margin: auto;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin-top: 10px;
}
.product_catalogs img{
    width: 130px;
    height: auto;
    padding: 15px;
}
.product_description h4{
    color: #472B28;
    font-size: 15px;
    text-transform: capitalize;

}
.product_description p{
    color: #666;
    font-size: 12px;
    padding: 5px;

}
.product_description button{
    padding: 7px 10px;
    background-color: #EF8800;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0px;

}
.product_description button:hover{
    background-color: #ff9100;
}

/*  End Index main Page Section */

/* Start About Us Section */
.container_main_about_us{
    width: 100%;
    height: auto;
    /* background-color: #E7E9EB; */
}
.container_about_us{
    width: 95%;
    margin: auto;
    height: auto;
}
.about_us_index_header{
    text-align: center;
    padding: 20px;
}
.about_us_index_header h1{
    padding: 10px;
    color: #472B28;
    font-size: 35px;
}
.about_us_description{
    display: flex;
    justify-content: center;
}
.about_us_description p{
    text-align: justify;
    color: #444;
}
.about_us_description p span{
    font-weight: bold;
    color: #a05b00;
    font-size: 18px;
    font-style: italic;
}
.description_text_about_us{
    width: 60%;
    align-items: center;
    
}
.description_image_about_us{
    width: 40%;
    text-align: center;

}
.description_image_about_us img{
    width: 100%;
    padding: 0px 20px 0px 0px;
    margin-top: -100px;

}
/* Our Porducts Carosul */
.new_products_carosul{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.our_products_main_contenir{
    width: 95%;
    text-align: center;
    margin: auto;
    padding: 20px 0px 0px 0px;
    overflow: hidden;
}
.our_products_main_contenir_header{
    padding-top: 25px;
}
.our_products_main_contenir_header h1{
    font-size: 35px;
    color: #472B28;
}
.our_products_main_contenir_header p{
    font-size: 12px;
    color: #666;
    padding: 10px 10px 0px 15px;
}
.our_products_all_see{
    padding: px 20px 0px 0px;
    text-align: right;
}
.our_products_all_see p a{
    text-decoration: none;
    color: #EF8800;
    
}
.card_carasol_box_one{
    width: 250px;
    
}

.card_carasol_box_one:hover{
    box-shadow: rgba(255, 217, 0, 0.25) 0px 13px 27px -5px, rgba(255, 230, 2, 0.274) 0px 8px 16px -8px;
}
.card_carasol_box_one a{
    text-decoration: none;
    color: #472B28;
}
.card_image{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.card_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}
.card_desciption p{
    font-size: 15px;
    color: #444;
    padding: 10px 5px;
}
.card_desciption h3{
    font-size: 12px;
    color: #222;
    padding: 0px 5px;
}
.card_desciption h3 span{
    font-size: 12px;
}
.card_order{
    font-size: 14px;
    padding: 0px 5px;
}
.mini_order{
    font-size: 15px;
    padding: 0px 5px;
}
.card_btn{
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.card_btn a{
    width: 50%;
}
.card_btn button{
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    cursor: pointer;
    color: #EF8800;
    border: 1px solid #dddada;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}
.card_carasol_box_one a:hover button{
    background-color: #472B28;
    color: #fff;
}
.card_carasol_box_one a:hover img{
    transform: scale(1.05);

}





/* New Product Carosul */
.my_new_product_slider {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
    overflow: hidden;
  }

  .Product_slider_container {
    position: relative;
    width: 95%;
    max-width: 1400px;
    overflow: hidden;
  }

  .new_product_slider {
    display: flex;
    transition: transform 0.5s ease;
  }

  .card {
    flex: 0 0 280px;
    height: 370px;
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* display: flex; */
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border: 1px solid #eeeeee;
  }

  .slide_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #ef870033;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    z-index: 10;
  }
  .slide_button:hover{
    background-color: #EF8800;
  }

  .slide_button.left {
    left: 10px;
  }

  .slide_button.right {
    right: 10px;
  }

  @media (max-width: 768px) {
    .card {
      flex: 0 0 280px;
      height: 350px;
    }
  }
/* Finished Our Products Area */

/* Start Quick Contact Area */
.quick_contact_link{
    width: 100%;
    height: auto;
    min-height: 40vh;
    background-color: #472B28;
    background-image: url(../../image/quick_background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    
}
.quick_cantact_link_area{
    width: 95%;
    height: auto;
    min-height: 40vh;;
    background-color: #00000069;
    margin: auto;
    display: flex;
    justify-content: center;
    
}
.quick_contact_text{
    width: 45%;
    height: auto;
    padding: 40px 30px;
    color: #fff;
}
.quick_contact_form{
    width: 55%;
    height: auto;
    padding: 30px 0px;
}
.quick_contact_text h1{
    color: #fff;
    font-size: 25px;
    padding: 10px 0px;
}
.letast_client_massage{
    width: 90%;
}
.quick_all_massage_more_btn{
    padding: 10px 0px;
}
.quick_all_massage_more_btn button{
    padding: 11px 20px;
    border: none;
    background-color: #EF8800;
    color: #fff;
    cursor: pointer;
    font-weight: bold;

}
.quick_all_massage_more_btn button:hover{
    background-color: #a05b00;
    

}
.quick_massage_list_terms{
    padding: 10px 20px;
}
.quick_massage_list_terms li{
    padding: 5px 0px;
    font-weight: 600;
}
.quick_massage_area_box{
    width: 90%;
    height: 100%;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
}
.quick_massage_area_box h1{
    color: #472B28;
    padding: 10px 0px;
}
.quick_massage_input_box{
    padding: 5px 0px;
}
.quick_massage_input_box input, textarea{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}
.quick_massage_input_box textarea{
    height: 100px;
}
.quick_massage_input_box button{
    padding: 11px 20px;
    border: none;
    background-color: #EF8800;
    color: #fff;
    cursor: pointer;
    font-weight: bold;

}
.quick_massage_input_box button:hover{
    background-color: #a05b00;
    

}
/* Finished Quick Contact Area */

/* our_tranding_product start */
.our_tranding_product{
    width: 100%;
    height: auto;
}
.tranding_product_conteinar{
    width: 95%;
    height: auto;
    margin: auto;
}
.tranding_conteinar_header{
    padding: 20px;
    text-align: center;
}
.tranding_conteinar_header h1{
    padding: 10px;
    color: #472B28;
    font-size: 35px;
}
.tranding_products{
    display: flex;
    justify-content: center;

}
.tranding_products_box{
    width: 25%;
    height: 300px;
    border: 1px solid #eeeeee;
    gap: 10px;
    margin: 10px 10px;
}
.tranding_products_box a{
    text-decoration: none;
}
.tranding_box_image{
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px dotted #eeeeee;
}
.tranding_products_box img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all 0.2s ease-in-out;

}
.tranding_box_image:hover img{
    transform: scale(1.05);
}

.tranding_box_text{
    text-align: center;
    color: #472B28;
    height: 50px;
    align-items: center;
}
.tranding_box_text h4{
    align-items: center;
    font-size: 18px;
    padding: 15px;
}
.tranding_products_box:hover .tranding_box_text h4{
    color: #EF8800;
}

/* My Customer Carosul */
.our_customer_list{
    width: 100%;
    height: auto;
    padding: 20px 10px;
}
.our_customer_area {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    color: #fff;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: auto;
    border: 1px solid #eeeeee;
  }
  
  :root {
    --marquee-width: 100%;
    --marquee-height: 25vh;
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
  }
  
  .marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    background-color: #fff;
    color: #eee;
    overflow: hidden;
    position: relative;
  }
  .marquee:before, .marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
  }
  .marquee:before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, transparent 100%);
  }
  .marquee:after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, transparent 100%);
  }
  .marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
  }
  .marquee-content img{
    height: 120px;
    width: 120px;
    object-fit: cover;

  }
  .marquee-content:hover {
    animation-play-state: paused;
  }
  @keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
  }
  .marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
    white-space: nowrap;
    cursor: pointer;
  }
  
  
  @media (max-width: 600px) {
    html { font-size: 12px; }
    :root {
      --marquee-width: 100vw;
      --marquee-height: 16vh;
      --marquee-elements-displayed: 3;
    }
    .marquee:before, .marquee:after { width: 5rem; }
  }

/* NJ wade Working Experince */
.index_experince_section{
    width: 100%;
    height: auto;
    padding: 10px;
}
.experince_area{
    width: 95%;
    height: auto;
    border: 1px solid #eeeeee;
    margin: auto;
}
.experince_conteinar_box_one{
    display: flex;
}
.working_experice_conteinar_box_ele{
    width: 33%;
    height: auto;
    border: 1px solid #eeeeee31;
    display: flex;
    margin: 5px;
    cursor: pointer;
}
.experice_cointeinar_image{
    width: 100px;
    height: 70px;
    padding: 5px;
}
.experice_cointeinar_image img{
    width: 100px;
    height: 100%;
    object-fit: cover;
}
.experice_cointeinar_text{
    padding: 5px 5px 5px 15px;
    color: #333;
}






/* Start Footer Section */

.footer_section{
    width: 100%;
    height: auto;
    background-color: #472B28;
    color: #fff;
}
.footer_main_conteinar{
    width: 95%;
    height: auto;
    margin: auto;
}
.footer_conteinar{
    display: flex;
    justify-content: space-between;
    padding:15px 0px;
}
.footer_conteinar h2{
    padding: 5px 0px;
}
.footer_conteinar ul{
    list-style: none;
}
.footer_conteinar ul li{
    padding: 5px 0px;
}
.footer_conteinar ul a{
    text-decoration: none;
    color: #fff;
}
.footer_conteinar ul a:hover{
    color: #EF8800;
}
.footer_about_us{
    width: 25%;
    height: auto;
}
.footer_quick_link{
    width: 25%;
    height: auto;
}
.footer_Featured_Service{
    width: 25%;
    height: auto;
}
.footer_Address{
    width: 25%;
    height: auto;
}
.address_item{
    display: flex;
}
.address_item p{
    text-align: left;
    
}
.address_icon{
    height: auto;
}
.address_icon i{
    font-size: 25px;
    padding: 5px 15px 5px 5px;
}
.socila_icon_footer{
    padding: 20px 0px;
}
.socila_icon_footer a{
    text-decoration: none;
    color: #fff;
    
}
.socila_icon_footer a i{
    min-width: 40px;
    font-size: 20px;
    padding: 10px;
    background-color: #a05b00;
    gap: 2;

}
.socila_icon_footer a i:hover{
    background-color: #EF8800;
}




.copy_right_section{
    width: 100%;
    background-color: #31201d;
    text-align: center;
}
.copy_right_section p a{
    color: green;
    
}
.copy_right_section p{
    padding: 15px;

}
/* Page Animation */
@keyframes bottomToTop {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0); 
    }
}

.animation {
    opacity: 0; 
    transform: translateY(100px); 
    transition: opacity 0.5s ease-out, transform 0.5s ease-out; 
}
.animation.visible {
    animation: bottomToTop 0.8s ease-out forwards; 
}
.design_liner1{
    width: 50px;
    height: 3px;
    background-color: #EF8800;
    
}
.design_liner2{
    width: 100px;
    height: 3px;
    background-color: #EF8800;
    margin: 0px 5px;
}
.design_liner3{
    width: 50px;
    height: 3px;
    background-color: #EF8800;
}
.lineer_box{
    display: flex;
    justify-content: center;
}
