.bg-100-services {
  background: url("../../images/image2.jpg");
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.specialize {
  background: url("../../images/image3.jpg");
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.new-card {
  box-sizing: border-box;
  /* width: 190px; */
  /* height: 254px; */
  padding: 10px;
  margin: 10px;
  /*margin-top: -100px;*/
  background: rgba(217, 217, 217, 0.58);
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  /* text-align: center; */
  cursor: pointer;
  transition: all 0.5s;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  user-select: none;
  font-weight: bolder;
  /* color: black; */
}

.card2 {
  background-color: #002D64;
  background-image: linear-gradient(160deg, #002D64 0%, #80D0C7 100%);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.card3 {
  border-radius: 10px;
  background: #e0e0e0;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  min-height: 200px;
}

.new-card:hover {
  border: 1px solid black;
  transform: scale(1.05);
}

.new-card:active {
  transform: scale(0.95) rotateZ(1.7deg);
}

@media screen and (max-width: 992px) {
  .new-card {
    margin: top 0;
  }
}

.btn-primary {
  background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%)
}

.btn-primary {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  border: #314755;
  max-width: 200px;
}

.btn-primary:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;

  background-image: linear-gradient(to right, #403B4A 0%, #E7E9BB 51%, #403B4A 100%);

  box-shadow: 0 0 20px #eee;
  max-width: 280px;

}



.btn-warning {
  background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%)
}

.btn-warning {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  max-width: 280px;

}

.btn-warning:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.card3 {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  color: #82CCD6;
}


.card3-1 {
  background-color: #FF3CAC;
  background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);

  color: #82CCD6;
  border-radius: 10px;
}

.why-choose {

  background-image: linear-gradient(to right, #ECE9E6 0%, #FFFFFF 51%, #ECE9E6 100%)
}

.why-choose {
 
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.why-choose:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.text-bg {
  background: #002D64;
}