@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Poppins: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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root{
    --m-red:#c4161c;
    --m-black: #333333;
    --m-white:#fff;
}
body{
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
    background-color: var(--m-white);
    color: var(--m-black);
}
ul{
    list-style: none;
}
.navbar {
    background: var(--m-white);
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    color: var(--m-black);
    padding: 10px;
    font-weight: 600;

}
.navbar .navbar-nav .nav-link:hover{
    color: #28559f;
}
.carousel .carousel-item img{
    width: 100%;
    height: 89vh;
    object-fit: cover;
}
/* button */
/* From Uiverse.io by Madflows */ 
.button {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 10px;
    border-radius: 0;
    background: #28559f;
    /* background-size: 400%; */
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
  }
  
  .button:hover::before {
    transform: scaleX(1);
  }
  
  .button-content {
    position: relative;
    z-index: 1;
  }
  
  .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(
      82.3deg,
      rgb(31, 1, 1) 10.8%,
      rgb(31, 3, 1) 94.3%
    );
    transition: all 0.475s;
  }
  
/* button */
.pro-sec {
    position: relative;
    z-index: 99;
    left: 0;
    right: 0;
}
.pro-card{
    padding: 15px;
    border: 1px solid #97949493;
    min-height: 250px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: -80px;
    background: var(--m-white);
}
.pro-card h3{
    font-size: 21px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}
.pro-card  p{
    font-size: 14px;
}
.about-sec {
    padding: 70px 0; 
}
.about-content .title-header {
    padding-left: 29px;
    margin-bottom: 29px;
}
.about-content .title-header:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #28559f;
    width: 6px;
    top: 145%;
    height: 20%;
    /* left: 0; */
    margin-left: -18px;
}
.title-header h5 {
    font-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #a1a1a1;
}
.title-header h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 0;
    color: #28559f;
}
.title-header h1 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #8d9297;
}
.about-c{
    padding: 20px;
    display: table;
    gap: 20px;
    border: 1px solid #e1e2e288;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.about-c img{
    width: 50px;
}
.about-c h4{
    font-size: 17px;
    font-weight: 600;
    text-align: center;
  margin-top: 20px;
}
.prod-sec{
    padding: 50px 0;
}
.product-c{
    border: 1px solid #d0d1d38e;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.prod-sec h3{
    color: #28559f;
    font-size: 25px;
    font-weight: 700;
}
.prod-sec h4{
    color: var(--m-black);
    font-size: 20px;
    font-weight: 500;
  margin-bottom: 30px;
}
.why-sec {
    background: #0f0f0f;
    z-index: 999;
    position: relative;
}
.why-de .feature-icon .fa-solid{
   color: var(--m-white);
   font-size: 50px;
}
.why-de .feature-icon .fa-regular{
   color: var(--m-white);
   font-size: 50px;
}
.why-de{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.featured-content{
    color: var(--m-white);
    padding-left: 10px;
}
.featured-title h5{
    font-size: 25px;
    font-weight: 600;
}
.featured-desc p{
    font-size: 15px;
}
.feature-img img{
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.footer-left {
    z-index: 9;
    position: relative;
}
.footer-left h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-left p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.footer-left p .fa {
    position: absolute;
    left: 0px;
    top: 4px;
}
.footer-left p .fa-solid {
    position: absolute;
    left: 0px;
    top: 4px;
}
.footer-form-heading {
    z-index: 99;
    position: relative;
}
.footer-form-heading h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-form-heading h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-form-heading input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 12px;
    border: 0;
    border-radius: 20px;
}
.footer {
    position: relative;
    padding: 40px 0px;
    background: url(../image/footer-img.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #080808c2;
    width: 100%;
    height: 100%;
}
.footer-form-heading select {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 12px;
    border: 0;
    border-radius: 20px;
}
.send_btn1 {
    background: #28559f;
    color: var(--m-white);
    font-size: 18px;
    padding: 6px 30px;
    border-radius: 11px;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}
.secondary-footer {
    position: relative;
    background: #0c0c0c;
    padding: 15px 0px;
    border-top: 1px #fff dotted;
    font-weight: 600;
}
.copyright span {
    color: #fff;
    font-size: 16px;
}
.footer-left p a {
    color: #fff;
    text-decoration: none;
}
.product-c p{
    font-size: 16px;
    margin-top: 10px;
}
@media (max-width:600px){
    .about-content .title-header:after {
        display:none;
    }
    .pro-card {
        margin-top:2px;
    }
    .pro-sec{
        padding: 20px 0;
    }
    .carousel .carousel-item img {
        height: 100%;
    }

}

.product-c img.img-fluid {
    height: 190px;
}