@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Cinzel:wght@400..900&display=swap');
body{
    overflow-x: hidden;
}
*{
    padding: 0;margin: 0;box-sizing: border-box;
}
.top_name a{
    text-decoration: none;
    font-family: "Alata", serif;
    font-size: 15px;
    color: black;
    font-weight: 400;
    margin-right: 15px;
}
.top_name p{
    font-family: "Alata", serif;
    font-size: 15px;
    color: black;
    font-weight: 400;
    margin-right: 15px;
}
.top_name i{
    color:#ae0003;
    font-size: 16px;
}
.top_icon a{
    text-decoration: none;
    font-family: "Alata", serif;
    font-size: 15px;
    color: black;
    font-weight: 400;
    margin-right: 15px;
}
.top_icon i{
    color: #ae0003;
    font-size: 16px;
}
.top_header_so a{
    font-size: 16px;
}
.header{
    background-color: #eb030306;
    border-top: 1px solid #dedede;
}
.nevbar{
    height: 80px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.nevbar_con li{
    list-style: none;
}
.nevbar_con a{
    text-decoration: none;
    padding: 18px 23px;
    font-size: 15px;
    font-family: "Alata", serif;
    font-weight: 500;
    color: black;
    position: relative;
}
/* .drop_con::before{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #0C7D8D;
    bottom: 8px;
    transition: all 400ms ease-in-out;
}
.drop_con:hover:before{
    width: 50%;
} */
 .drop_con:hover{
    color: #ae0003;
 }
/* .download_button{
    padding: 10px 5px;
    display: inline-block;
    background:#0C7D8D;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.download_button::after{
    content: '';
    position: absolute;
    inset: 0;
    background: #E31E24;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1.3s;
}
.download_button:hover:after{
    transform: scaleX(1);
} */
 .action_btn{
    font-family: "Alata", serif;
    text-align: center;
    color: #ae0003;
    font-size: 20px;
    text-decoration: none;
 }
 .fa-headset{
    font-size: 40px;
    margin-right: 10px;
    color: #646464;
 }
 .toll_free{
    color: #0C7D8D !important;
 }
.drop{
    position: relative;
    z-index: 2;
}
.dropdown{
    position: absolute;
    content: "";
    top: 35px;
    left: 18px;
    width: 245px;
    border: 1px solid none;
    border-top: 2px solid #ae0003;
    border-bottom: 2px solid #ae0003;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.10);
    display: none;
    background-color: white;
}
.drop:hover .dropdown{
     display: block;
}
.dropdown a{
    font-size: 16px;
    font-weight: 500;
}
.dropdown a:hover{
    color: #ae0003;
}
.dropdown li{
    margin-bottom: 10px;
}
.dropdown li:hover{
    padding-left: 8px;
    transition: 0.5s;
}
.menu_btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-radius: 1px solid;
    color: white;
    background-color: #ae0003;
    border: none;
    font-size: 24px;
}
@media (max-width:1196px){
    .top_name a{
        font-size: 12px;
    }
    .top_name p{
        font-size: 12px;
    }
} 
@media (max-width:989px){
    .top_name i{
        text-align: center;
    }
}    

@media (max-width: 992px) {
    .header_con a{
        font-size: 12px;
        /* padding: 15px 18px; */
    }
    .header_main_con{
        font-size: 9px;
        /* padding: 15px 18px; */
    }
    .drop a{
        font-size: 10px;
        padding: 10px;
        /* padding: 15px 18px; */
    }
}
.item{
    position: relative;
}
.banner_name{
    content: "";
    position: absolute;
    bottom: 7%;
    background-color: #f13a3d;
    width: 100%;
    padding: 5px 15px;
}
.banner_name h1{
    font-family: "Alata", serif;
    font-size: 40px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-weight: 700;
    border-radius: 10px; 
}
.banner_name p{
    font-family: "Alata", serif;
    font-size: 15px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    border-radius: 10px; 
}
@media (max-width:568px) {
    .banner_name{
        bottom: 0;
        padding: 0;
        opacity: 1px;
    }
    .banner_name h1{
        font-size: 20px;
    }
    .banner_name p{
        font-size: 8px;
        margin-bottom: 2px;
    }
}
.fa-circle-check{
    color: #ae0003;
}
.send_btn {
    text-decoration: none;
    color: white;
    background: #f13a3d;
    padding: 14px 28px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    border: 2px solid transparent;
    box-shadow: 0 4px 10px rgba(241, 58, 61, 0.5);
}

.send_btn::after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    background: linear-gradient(90deg, #f13a3d 0%, #aa0003 100%);
    transform: scale(0);
    border-radius: 10px;
    opacity: 0;
}

.send_btn:hover {
    color: #fff;
    border: 2px solid #aa0003;
    background: transparent;
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(241, 58, 61, 0.7);
}

.send_btn:hover::after {
    transform: scale(1);
    opacity: 1;
}

@media (max-width:568px) {
    .about_con{
        margin-top: 0px !important;  
    }
}
.product
{
    background-image: url("img/product_bg.png.jpg");
}
.product img{
    aspect-ratio: 1;
    object-fit: contain;
}
.product_head{
    font-size: 40px;
    color: #333333;
    font-weight: 700;
    font-family: "Alata", serif;
    position: relative;
}
.product_head::after{
    content: "";
    position: absolute;
    width: 15%;
    height: 4px;
    bottom: -5px;
    border-radius: 50%;
    left: 47%;
    background-color: #aa0003;
}
.prodct_card{
    background: #ffffff;
    border: 1px solid #efefef;
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border-top: 25px solid #aa0003;
    position: relative;
}
/* .prodct_card::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 20%;
    top: -22px;
    right: 0;
    border-radius: 10px 10px 0 0;
    background-color: #aa0003;
    z-index: -1;
} */
.product_detail{
    overflow: hidden;
    border-radius: 10px;
}
.product_detail img{
    transition-duration: 1s;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.product_detail img:hover{
    transform: scale(1.1);
}
.feature_bg{
    background-color: #aa0003;
}
.feature_icn img{
    border: 1px solid white;
    border-radius: 50%;
}
.feature_img{
    background-color: transparent;
    border: none;
}
.Call_now{
    text-decoration: none;
    color: white;
    font-weight: 600;
    margin-top: 20px;
    border: 1px solid white;
    display: inline;
    text-align: center;
    border-radius: 10px;
}
.Call_now:hover{
    background-color: rgb(109, 0, 0);
}
.gallery{
    overflow: hidden;
}
.tz-gallery{
    background-image: url("img/our_gallery.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
}
@media (max-width:568px) {
    .tz-gallery{
        background-image: none;     
    }
    .boot_change{
        color: #333333 !important;
    }
}
.gallery img {
    transition-duration: 1s;
}
.gallery img:hover {
    transform: scale(1.05);
}
.testimonial_cir{
    display: flex;
    align-items: center;
    overflow: hidden;
}
.testionial_img img{
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}
.testmo_bg{
    background-color: rgb(247 247 247);
    border-radius: 5px;
}
.fa-star{
    color: rgb(255, 197, 6);
}
.testimonial .owl-dots,
.product-slider .owl-dots
{
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.testimonial .owl-dots button,
.product-slider .owl-dots button
{
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 5px solid #ffc3b3;
    background: #aa0003;
    opacity: .5;
    margin-top: 10px;
}
.testimonial .owl-dots button.active,
.product-slider .owl-dots button.active
{
    opacity: 1;
}
.testimonial .owl-nav button {
    display: none;
}
.home_banner{
    position:relative;
}
.home_banner .owl-nav button 
{
    position: absolute;
    top: 45%;
    left: 0.5rem;
    transform: translateY(-50%);
    width: 36px;
    aspect-ratio: 1;
    background: #fff !important;
    border-radius: 50%;
}
.home_banner .owl-nav button.owl-next
{
    left:auto;
    right: 0.5rem;
}

.footer{
    background-color: #ff9a9b;
    background-image: url("img/footer.png");
}
.footer_head{
    font-family: "Alata", serif;
    font-size: 21px;
    color: rgb(255, 247, 247);
    font-weight: 700;
}
.list_style li{
    list-style: none;
    margin-bottom: 10px;
}
.list_style a{
    text-decoration: none;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
}
.fa-arrow-up-right-from-square{
    margin-left: -10px;
    opacity: 0;
    transition: 0.5s;
}
.list_style a:hover .fa-arrow-up-right-from-square{
    opacity: 1;
    margin-left: 0;
}
.last_section{
    background-color: #b00003;
    border-radius: 5px;
}
.footer_icon i{
    color: white !important;
    margin-right: 10px;
    font-size: 20px;
    margin-top: 5px;
}
.banner {
    background-image: url("img/about_banner.png");
    padding: 9rem 0;
}
.banner2 {
    background-image: url("img/bg_par_Set.png");
    background-size: cover;
    padding: 10rem 0;
    background-repeat: no-repeat;
}
.about_link{
    text-decoration: none;
    color: white;
    font-family: "Alata", serif;
}
.about_her{
    color: white;
    font-size: 40px;
    font-family: "Alata", serif;
    font-weight: 700;
}
@media (max-width:568px) {
    .banner_name{
        bottom: 0;
        left: 0;
    }
}
.our_vision {
    /* background-color: #f8fdfc; */
    background-image: url("img/our_mision_bg.png");
    padding: 60px 0;
}
.our_vision h4 {
    color: #aa0003;
    font-family: "Alata", serif;
    font-weight: 700;
    font-size: 28px;
    font-style: italic;
}
.our_vision h2 {
    font-weight: bold;
}
.vision-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.vision-card i {
    font-size: 24px;
    color: #a64d79;
    margin-right: 10px;
}
.vision-text h5 {
    margin-bottom: 5px;
}
.vision-img img {
    border-radius: 12px;
    max-width: 100%;
}
.form{
    background-image: url("img/form_bg.png");
}
.Product_par{
    background-image: url("img/categories_bg.png");
}
.cate_bg{
    background: #ffffff;
    border: 1px solid #fff9f9;
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.cate_over{
    overflow: hidden;
}
.cate_over img
{
    width: 100%;
    aspect-ratio: 0.7;
    object-fit: contain;
}
.cate_over img:hover
{
    transform: scale(1.1);
    transition: 0.5s;
    border-radius: 5px;
}
.top_banner{
    background-color: rgb(190, 190, 190);
}
.sidebar-nav > li{
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px solid red;
}
.sidebar-nav a{
    text-decoration: none;
    font-size: 18px;
    font-family: "Alata", serif;
    color: black;
}
.sidebar-nav li ul{
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: none;
    border-top: none;
    list-style: none;
    box-shadow: none;
    background-color: rgba(237, 237, 237, 0.313);
    
}
.sidebar-nav li.active ul{
    display: block;
}
.bottom i{
    color: white;
    font-size: 25px;
    margin-right: 10px;
}
.gallery2{
    background-color: #fff6f6;
    background-image: url("img/product_bg.png.jpg");
}
.main_Add i{
    
    font-size: 20px;
    color: #aa0003;
}
.con_box .d-flex .head_add {
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    border: 1px solid red;
    align-items: center;
    justify-content: center;
    display: flex;
}
.head_add i{
    font-size: 20px;
    color: #aa0003;
}
.con_box .d-flex{
    box-shadow: 0 2px 5px 2px #e4e4e4;
    border-radius: 5px;
    padding: 7px;
    gap: 1rem;
}
.form_inquiry{
    background-color: #aa0003;
}

/*social-icons-hover*/
.sticky-icon {
  display: flex;
  flex-direction: column;
}

.sticky-icon a {
  position: fixed;
  right: -110px;
  top: calc(30% + var(--i) * 60px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
  z-index: 999999;
}

.sticky-icon a:hover {
  color: #fff;
  right: 0;
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
  background-color: #2c80d3;
  color: #fff;
}

.whatsapp {
  background-color: #01783e;
  color: #fff;
}

.Instagram {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
  color: #fff;
}

.sticky-icon a i {
  background-color: #fff;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}

.sticky-icon a i.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
}

.sticky-icon a i.fa-whatsapp {
  background-color: #fff;
  color: #01783e;
}