@import url("https://fonts.googleapis.com/css2?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&display=swap");
/* .poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
} */

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #7a7a7a;
  font-size: 16px;
  background: #161e28;
  width: 100%;
}

a {
  color: #0057bb;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5c5c5c;
  text-decoration: none;
}

.bgimage {
  width: 100%;
  height: 70vh;
  background: url("../images/hero-1.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.card.product_item {
  background-color: #1a282f;
  background: rgb(36, 85, 125);
  background: linear-gradient(
    180deg,
    rgba(36, 85, 125, 1) 0%,
    rgba(20, 47, 69, 1) 100%
  );
  border-radius: 25px;
  margin-bottom: 50px;
  border-bottom: 10px solid red;
  border: 1px solid #161e28;
}
.product_item:hover .cp_img {
  top: -40px;
}

.product_item:hover .cp_img img {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  /* background-color: #5e8baf; */
  background: rgb(94, 139, 175);
  background: linear-gradient(
    180deg,
    rgba(94, 139, 175, 1) 0%,
    rgba(24, 59, 88, 1) 100%
  );
}

.product_item:hover .cp_img .hover {
  display: block;
}

.product_item .cp_img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -khtml-transform: translate(-50%);
  width: 100%;
  padding: 7px;
  transition: all 0.2s ease-in-out;
}

.product_item .cp_img img {
  transition: all 0.2s ease-in-out;
  border-radius: 25px;
  margin: auto;
  display: block;
}

.product_item .cp_img .hover {
  display: none;
  text-align: center;
  margin-top: 10px;
}
.product_item .cp_img .hover h5 {
  font-weight: 500 !important;
  color: #dddddd;
  font-size: 16px;
}

.product_item .product_details {
  padding-top: 80%;
  text-align: center;
  margin-bottom: -40px;
  height: 200px;
}

.product_item .product_details .hover {
  margin-bottom: 85px;
  font-weight: 700;
}

#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 80px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #1b2430;
  border-radius: 25px;
  color: #fff;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}

.logos {
  margin-top: -20px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #900101;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #900101;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

.footer {
  background: url("../images/footer-bg.webp") top center no-repeat;
  background-size: cover;
  margin-top: 40px;
}

.bginner {
  width: 100%;
  background: url("../images/bg-inner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.bginner h2 {
  color: #fff;
}
.bginner p {
  color: #a4a4a4;
}
.inner-logo-wrap {
  position: absolute;
  top: 15%;
  right: -40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  padding: 15px;
  transition: all 0.2s ease-in-out;
  width: 300px;
}
.inner-logo-wrap img {
  width: 100%;
}

.blog h2 {
  color: #fff;
}

.modal-popup img { cursor: pointer; }
.modal-dialog .modal-header { z-index: 10; border: 0; }
.modal-dialog .btn-close    { background-color: #ddd; }

b { color: #a4a4a4; }

@media (min-width: 769px) {
  .logo-mt {
    margin-top: 10.2vh !important;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 11.1111%;
  }
}

@media screen and (min-device-width: 1700px) and (max-device-width: 2199px) {
  .product_item .product_details {
    height: 170px;
  }
}
@media screen and (min-device-width: 1398px) and (max-device-width: 1699px) {
  .product_item .product_details {
    height: 160px;
  }
}

@media screen and (min-device-width: 1135px) and (max-device-width: 1399px) {
  /*.product_item .product_details {
     padding-top: 60%; 
  }*/
  .product_item .cp_img .hover h5 {
    font-size: 12px;
  }
  .btn-group-sm > .btn,
  .btn-sm {
    padding: 0.2rem 0.25rem;
    font-size: 0.575rem;
  }
}

@media (max-width: 1399px) {
  .logo-mt {
    margin-top: 55px !important;
  }
  .bgimage {
    background-position: center top;
  }
  .product_item .product_details {
    height: 130px;
  }
  .product_details h5 {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .product_item .cp_img .hover h5 {
    font-size: 12px;
  }
  .bgimage {
    background-position: center top;
  }
  .product_item .product_details {
    padding-top: 80%;
    margin-bottom: -40px;
    height: 100px;
  }
  .product_details h5 {
    font-size: 12px;
  }
}

@media (min-width: 1030px) {
  .faisal {
    height: 70vh !important;
    max-width: fit-content !important;
  }
  .img-inner {
    height: auto !important;
    max-width: fit-content !important;
  }
  .product_item .cp_img {
    padding: 5px;
  }
}

@media (max-width: 1399px) {
  .card.product_item {
    margin-bottom: 30px;
  }
  /* .inner-logo-wrap img {
    width: 50%;
  } */
  .btn-group-sm > .btn,
  .btn-sm {
    padding: 0.2rem 0.25rem;
    font-size: 0.575rem;
  }
  .product_item .product_details {
    padding-top: 70%;
    margin-bottom: -30px;
    height: 120px;
  }
  .bgimage {
    height: 60vh;
    background-position: center top;
  }
  .faisal {
    height: 60vh !important;
    max-width: fit-content !important;
  }
}
@media (max-width: 1024px) {
  .product_item .product_details {
    height: 110px;
  }
}

@media (max-width: 991px) {
  .inner-logo-wrap {
    width: 200px;
  }
  .bgimage {
    height: 50vh;
    background-position: center top;
  }
  .faisal {
    height: 50vh !important;
    max-width: fit-content !important;
  }
  .btn-group-sm > .btn,
  .btn-sm {
    padding: 0.2rem 0.25rem;
    font-size: 0.575rem;
  }
  .product_item .product_details {
    padding-top: 80%;
    margin-bottom: -30px;
    height: 100px;
  }
  .product_item:hover .cp_img {
    top: -20px;
  }
  .navbar {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .logo-mt {
    margin-top: 35px !important;
  }
  .navbar {
    width: 130px;
  }
  .bgimage {
    height: 38vh;
  }
  .faisal {
    height: 38vh !important;
    max-width: fit-content !important;
  }
  .inner-txt-hero {
    display: block;
  }
  .bginner .ms-5{ margin: 0 !important; }
  /* .inner-logo-wrap img {
    width: 80%;
  } */
  .inner-wrap-txt {
    margin: 0 !important;
    padding: 0 !important;
  }
  .inner-logo-wrap {
    width: 250px;
  }
  .product_item .product_details {
    padding-top: 70%;
    height: 145px;
  }
  .product_item:hover .cp_img {
    top: -20px;
  }
  .product_details h5 {
    font-size: 16px;
  }
  .card.product_item {
    margin-bottom: 70px;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (max-width: 575px) {
  .navbar {
    width: 100px;
  }
  .inner-logo-wrap {
    width: 200px;
    right: -15%;
    top: 5%;
  }
  .bgimage {
    height: 35vh;
  }
  .faisal {
    height: 35vh !important;
    max-width: fit-content !important;
  }
  .card.product_item {
    margin-bottom: 50px;
  }
  .product_item .product_details {
    padding-top: 70%;
  }
  .card.product_item {
    margin-bottom: 40px;
  }
  .product_item:hover .cp_img {
    top: -10px;
  }
}
@media (max-width: 425px) {
  .logo-mt {
    margin-top: 25px !important;
  }
  .product_item .product_details {
    padding-top: 70%;
    height: 120px;
  }
  .product_details h5 {
    font-size: 12px;
  }
  .inner-logo-wrap {
    width: 150px;
  }
  .bgimage {
    height: 30vh;
  }
  .faisal {
    height: 30vh !important;
    max-width: fit-content !important;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 33.33%;
  }
}
@media (max-width: 375px) {
  .logo-mt {
    margin-top: 15px !important;
  }
  /*.navbar .navbar-brand img {
    height: 80px;
  }*/
  .product_item .product_details {
    padding-top: 70%;
    height: 100px;
  }
  .bgimage {
    height: 25vh;
  }
  .faisal {
    height: 25vh !important;
    max-width: fit-content !important;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 33.33%;
  }
}
