@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Pacifico&family=Shanti&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Pacifico&family=Shanti&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html{
    scroll-behavior: smooth;
}

.containors a {
    height: 136px;
    width: 136px;
    background-color: transparent;
    /* box-shadow: 0 0 0 rgba(255, 72, 128, 0.4); */
    
    
}










.whatsapp{
    position: fixed;
    z-index: 3;
    right: 27px;
    bottom: 35px;
    animation: pulse 1.5s infinite;
    cursor: pointer;
}
.whatsapp img{
    width: 70px;
}


@keyframes pulse {
    0% {
        /* box-shadow: 0 0 0 rgba(255, 72, 128, 0.4); */
        transform: scale(1);
    }
    50% {
        /* box-shadow: 0 0 20px rgba(255, 72, 128, 0.7); */
        transform: scale(1.1);
    }
    100% {
        /* box-shadow: 0 0 0 rgba(255, 72, 128, 0.4); */
        transform: scale(1);
    }
}







.head_contact {
    background-color: #ca0505;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    font-size: 21px;
    font-family: "Shanti", serif;

}

.head_contact ul {
    padding: 0 21px;
    color: white;

}

.head_contact ul li {

    color: rgb(255, 255, 255);

}

.social {
    padding: 0 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;

}

div.fa {
    margin: 0 10px;

}

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff000080;

}


.head_contact ul li a {
    text-decoration: none;
    color: white;
    margin: 0 11px;
    font-family: "Shanti", serif;
    font-weight: 400;
    font-style: normal;
    font-family: "Shanti", serif;
}






.navbar {
    background-color: #ffffff;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.navbar p {
    padding: 0 71px;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgb(7, 7, 7);
}
.navbar img{
    width: 73px;
  margin: 5px 88px;
}
.navlist {
    display: flex;
    padding: 0 143px;
    overflow: hidden;

}

.navbar ul li {
    list-style: none;
    margin: 0px -1px;
}

.navbar ul li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    padding: 25px 20px;
    /* border-radius: 5px; */
    transform: scale(1);
    display: inline-block;
    transition: all 0.5s ease;
    color: rgb(0, 0, 0);


}

.navbar ul li a:hover,
.navbar ul li a.active {
    /* transform: scale(1.2); */
    background-color: #ca0505;
    color: rgb(255, 255, 255);

}

.burger {
    display: none;
    position: absolute;
    right: 14px;
    top: 61px;
}

.line {
    width: 36px;
    height: 4px;
    background: black;
    margin: 7px 0;
    transform: rotate(0deg);
}

.line_two {
    width: 36px;
    height: 4px;
    background: black;
    margin: 7px 0;
    transform: rotate(0deg);
}

.line_three {
    width: 36px;
    height: 4px;
    background: black;
    margin: 7px 0;
    transform: rotate(0deg);
}






.services {
    /* padding: 55px 0; */
    background: linear-gradient(to top, #0092CA 44%, #EEEEEE 44%);

}

.head_contact {
    font-family: 'Poppins', sans-serif;
}

.heading_services {
    text-align: center;
}

.heading_services h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;

}


.row {
    /* padding: 9px 216px; */
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
}

.row h1 {
    font-weight: 700;
    font-size: 20px;
    /* text-align: justify; */
}

.row h2 {
    font-weight: 400;
    color: #ca0505;
    /* font-size: 30px; */
    /* text-align: justify; */
}

.card_img {
    width: 295px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* text-align: justify; */
    padding: 8px 11px;
    /* border-radius: 6px; */
    margin: 25px 50px;
    color: rgb(12, 12, 12);
    transform: scale(1);
    transition: all 0.5s ease;
    box-shadow: 0px 0px 16px -7px black;


}

.card_img:hover {
    transform: scale(1.1);
    border: 1px solid #143d59;
}

.card_img img {
    width: 281px;
    object-fit: cover;
    /* border-top-left-radius: 9px;
    border-top-right-radius: 9px;    */
}


footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    background: #ca0505;
    color: white;
}

.card .card_img,
h1,
h2,
p {
    margin: 8px 0px;
}

.card_img {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-in-out;
}

.card_img.animate {
    opacity: 1;
    transform: translateY(0);
}

.container {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-in-out;
}

.container.animate {
    opacity: 1;
    transform: translateY(0);
}



.clintsection {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-in-out;
}

.clintsection.animate {
    opacity: 1;
    transform: translateY(0);
}

.services_heading {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-in-out;
}

.services_heading.animate {
    opacity: 1;
    transform: translateY(0);
}

.row {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.6s ease-in-out;
}

.row.animate {
    opacity: 1;
    transform: translateY(0);
}

.product {
    padding: 30px 0;
    background: #f4f4f4;
}




@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    position: relative;
    padding: 60px 0;
    white-space: nowrap;
}

.logos::before,
.logos::after {
    content: '';
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos::before {
    left: 0;
    background: linear-gradient(to right, #ffffff 70%, transparent);
}

.logos::after {
    right: 0;
    background: linear-gradient(to left, #ffffff 70%, transparent);
}

.logo_slide {
    display: inline-block;
    animation: slide 10s linear infinite;
    white-space: nowrap;
}

.logo_slide img {
    height: 150px;
    margin: 0 10px;
}

.logos:hover .logo_slide {
    animation-play-state: paused;
}

.preview_show {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease, display 0s linear 0.5s; /* Delay hiding the element */
  }
  
  .preview_hide {
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease; /* Smooth fade-in effect */
  }
  
  .preview {
    background: white;
    width: 815px;
    margin: auto;
    position: fixed;
    top: 7%;
    bottom: auto;
    right: 0%;
    left: 0%;
    z-index: 2;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease; /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0; /* Start hidden */
    overflow: hidden;
  }
   .priview_containor p{
    margin: 28px 41px;
  }


  .priview_containor img{
    width: 820px;
  }


  .priview_containor h1{
    font-weight: 800;
  }
  .preview.fade-in {
    opacity: 1; /* Make visible */
  }
  
  .close-btn {
    position: absolute;
    top: 6px;
    right: 15px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 10%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .close-btn:hover {
    background-color: #d32f2f;
  }