* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Muli', sans-serif;
}



/* General Css ( overall ) */

.bar-container {
    width: 15%;
    height: 5px;
    border-radius: 15px;
    background-color: #aec6ef;
    /* overflow: hidden; */
    position: relative;
    margin-top: 15px;
}

.animated-bar {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 10;
    background-color: #0a2a43;
    position: absolute;
    left: -30%;
    top: -2.5px;
    /* To center the circle vertically, offset by half of the difference: (10px - 5px) / 2 = 2.5px */
    animation: slidebar 3s linear infinite;
}

@keyframes slidebar {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

/* banner css for all page except home page */

  .banner{
    width: 100%;
    height: 450px;
    position: relative;
  }
  .banner img{
    width: 100%;
    height: 100%;
    filter: brightness(60%);
  }
  .banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner-text h2{
    color: white;
    font-size: 5vw; 
    font-weight: 600;
  }

  @media(max-width: 576px){
    .banner-text h2{
        font-size: 7vw;
    }
  }




/* ----------------------------- */


/* ------- index ka aboutsection */


.aboutsection {
    padding: 70px 5px 100px 60px;
    gap: 15px;
    flex-direction: column;
}

.aboutsection .toptext {
    margin-bottom: 40px;
}

.aboutsection .btn a{
text-decoration: none;
color: white;
}




.aboutsection .aboutcontent {
    padding: 0px 60px 0 10px;
    column-gap: 20px;
}

.aboutcontent .photo {
    width: 350px;
    /* position: relative;
    z-index: 2; */
}

.aboutcontent .photo img {
    height: 100%; width: 100%;
    border-radius: 10px;
}



.aboutsection .toptext h2 {
    color: #232323 !important;

    font-size: 30px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -1px;

    font-family: 'Muli', sans-serif;
    font-style: normal;
    margin-top: 10px;
    line-height: 1.3;
    transition: .5s;
    text-align: center;

}

.aboutsection .toptext span {
    color: #0a2a43;
}

.bar-container {
    width: 15%;
    height: 5px;
    border-radius: 15px;
    background-color: #aec6ef;
    /* overflow: hidden; */
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
}

.animated-bar {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 10;
    background-color: #0a2a43;
    position: absolute;
    left: -30%;
    top: -2.5px;
    /* To center the circle vertically, offset by half of the difference: (10px - 5px) / 2 = 2.5px */
    animation: slidebar 3s linear infinite;
}

@keyframes slidebar {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}


.aboutsection .toptext h2 {
    color: #232323 !important;

    font-size: 30px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -1px;

    font-family: 'Muli', sans-serif;
    font-style: normal;
    margin-top: 10px;
    line-height: 1.3;
    transition: .5s;

}

.aboutsection .toptext span {
    color: #0a2a43;
}

.bar-container {
    width: 15%;
    height: 5px;
    border-radius: 15px;
    background-color: #aec6ef;
    /* overflow: hidden; */
    position: relative;
    margin-top: 15px;
}

.animated-bar {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 10;
    background-color: #0a2a43;
    position: absolute;
    left: -30%;
    top: -2.5px;
    /* To center the circle vertically, offset by half of the difference: (10px - 5px) / 2 = 2.5px */
    animation: slidebar 3s linear infinite;
}

@keyframes slidebar {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}



.bottomtext p {
    color: #616161;
}

h4 {
    font-size: 24px;
}

.bottomtext button {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 8px;
    text-align: center;
    margin-top: 20px;
    height: auto;
    display: inline-block;
    background: #0a2a43;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1.1px;
    border-color: none;
}
.bottomtext button:hover{
    background-color: #234a6a;
    color: white;
}

.bottomtext h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    margin-top: 10px;
    line-height: 1.3;
    transition: .5s;
    letter-spacing: 0px;
}

.banner-row .innertext p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-weight: 400;
    font-style: normal;
}

.bottomtext .innerbox i {
    font-size: 40px;
    color: #007bff;
    margin-top: 5px;
}


.page-title h2 {
    font-size: 21px;
    margin: 10px 0 ;
    line-height: 1.2;
    /* text-align: justify; */
    color: #232323 !important;
    font-weight: 700;
    transition: 0.5s;
    text-decoration: none;
}

/* @media(max-width: 1200px){
  .about-title{
  text-align: center !important;
}
} */
@media(max-width: 1200px){
    .aboutsection {
        padding: 70px 5px 100px 5px;
    }
    .aboutsection .aboutcontent{
        padding: 0px 20px 0 20px;
        flex-direction: column;
    row-gap: 20px;
    }
    .aboutcontent .photo {
        width: 250px;
        height: 300px;
        margin: 0 auto;
    }
    .bottomtext{
        text-align: center !important;
    }
    .bottomtext p{
        text-align: justify;
    }
}

/* ----------------------------------- */




/* -------- index ka products section --------- */

.products{
    padding: 5px 40px 100px;
}

   .products .toptext {
    text-align: center;
    padding-bottom: 30px;
}

.products .toptext h5 {
    color: #0a2a43;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.products .toptext h2 {
    color: #232323 !important;
    font-size: 30px;
    margin: 0px;
    line-height: 1.2;
    font-weight: 600;

    letter-spacing: -1px;
}
.products .toptext p {
    width: 50%;
    /* margin: 0 auto; */
    margin: 0 auto;
    font-size: 16px;
    padding: 25px 0 0;
}


.products .toptext .bar-container {
    width: 7%;
    margin: 0 auto;
    margin-top: 18px !important;
}


  

.products .row{
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    margin: 0 auto;
    /* margin-left: 40px; */
} 
  .products .productbox {
      position: relative;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 0 20px rgb(0 0 0 / 10%);
      padding: 15px 15px 15px 15px;
      margin: 10px 15px 30px;
      overflow: hidden;
      text-align: left;
      transition: all 0.3s;
      /* width: 340px; */
    }

    .products .pic{
        width: 100%;
        height: 340px;
        position: relative;
         overflow: hidden;

         border: 1px solid #00000066;
         border-radius: 10px;
    }

    .products .pic img{
        border-radius: 10px;
        width: 100%;
        height: 100%;
        /* margin: auto 0; */
        object-fit: contain;
        object-position: center;
    }


.products .content{
    padding: 30px 5px 20px;
}


.page-title h2 {
    font-size: 21px;
    margin: 10px 0 ;
    line-height: 1.2;
    /* text-align: justify; */
    color: #232323 !important;
    font-weight: 700;
    transition: 0.5s;
    text-decoration: none;
}

.content p{
    font-size: 16px;
    color: #616161;
    text-align: justify;
}

/* ----------------------------------- */

