@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.header {
    position: relative;
    width: 100%;
    height: 50vh;
    background-image: url(./images/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.699); 
}

.header h1{
    color: #fff;
    z-index: 999;
}
.padding-img{
    padding: 15px 40px;
}
.card {
    padding: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1rem
  }
  .card h2{
    margin-bottom: 8px;
  }
  .card:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .text-muted{
    color: #6c757d;
  }
  .mb-3{
    margin-bottom: 1rem;
  }
  .mt-3{
    margin-top: 1rem;
  }
  .Our-services{
      margin-top: 2rem;
      margin-bottom: 1rem;
  }
  .min-h-166{
    min-height: 166px;
  }
  .w-auto{
    width:auto;
  }
  .border-radius-1{
    border-radius: 1rem;
  }
  .float-left{
    float: left;
  }
  .mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .polishing-img{
    margin-right: 60px;
  }

  @media only screen and (min-width: 767.98px){
    .padding-img{
        padding: 0px 10px 30px 75px;
    }
    .h-300p{
        height:300px;
      }
  }



/* .main-box {
    width: 100%;
    padding: 30px 50px;

}

.main-left  {
    width: 50%;
    height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    border-radius: 10px;
}

.main-left p{
    font-size: 18px;
    color: #000;
}
.line{
    width: 45%;
    height: 3px;
   background-color: #0091ca;
}

.tips {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

.tipsleft {
    padding: 30px 20px;
    width: 40%;
    height: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

.tipsright{
    width: 40%;
    height: 400px;
}

.tipsright img {
    width: 100%;
    height: 100%;
    border-radius: 1vw;
}

.Looking{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.heading-loking {
    width: 70%;
    height: 80px;
    background-color: #0091ca;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.heading-loking p{
    text-align: center;
    padding: 0 10px;
}


.Services-page{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

.Servicesleft{
    width: 40%;
}

.Servicesright {
    width: 40%;
    height: 400px;
}

.Servicesright img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}


@media (max-width: 768px) {
    .header {
        position: relative;
        width: 100%;
        height: 100vh;
    }
    .header h1{
        font-size: 22px;
        padding: 0 20px;
    }
    .main-box {
        width: 100%;
        padding: 30px 5px;
    
    }
    
    .main-left  {
        width: 100%;
        height: 100%;
    }
    .line{
        width: 55%;
        height: 3px;
        margin-top: 10px;
    }
    .tips {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 10px;
    }
    
    .tipsleft {
        padding: 10px 10px;
        width: 100%;
        height: auto;
        border-radius: 5px;
    }
    .tipsright{
        margin-top: 20px;
    }
    .tipsright img {
        width: 350px;
        height: 400px;
        border-radius: 1vw;
    }
    .heading-loking {
        width: 95%;
        height: 150px;
    }
    .Services-page{
       width: 100%;
       height: 100%;
       display: flex;
       flex-direction: column;
       flex-wrap: wrap;
       padding: 0 10px;
    }
    .Servicesleft{
        width: 100%;
    }
    
    .Servicesright {
        width: 100%;
        height: 400px;
    }
    
    .Servicesright img{
        width: 350px;
        height: 400px;
        border-radius: 5px;
    }
    .Servicesleft h1{
        font-size: 26px;
        margin-top: 20px;
    }
} */