/* SCSS file content */
/* SCSS file content   */
.categoriesproducts {
  padding: 3.5rem 0;
  background-color: #f5faff;
}
@media screen and (min-width: 768px) {
  .categoriesproducts {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .categoriesproducts {
    padding: 7.5rem 0;
  }
}
.categoriesproducts .topWrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.categoriesproducts .topWrap h2 {
  font-weight: 400;
  font-size: 1.875rem;
  margin-bottom: 0;
  color: #0b2a5a;
  max-width: 300px;
}
@media screen and (min-width: 1200px) {
  .categoriesproducts .topWrap h2 {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .categoriesproducts .topWrap h2 {
    font-size: 3.4375rem;
    max-width: 20ch;
  }
}
.categoriesproducts .categoryproductWraper {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .categoriesproducts .categoryproductWraper {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .categoriesproducts .categoryproductWraper {
    gap: 46px;
    margin-top: 4.375rem;
  }
}
.categoriesproducts .categoryproductWraper .categoryproductbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .categoriesproducts .categoryproductWraper .categoryproductbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1200px) {
  .categoriesproducts .categoryproductWraper .categoryproductbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 30.6666px);
            flex: 0 0 calc(33.33% - 30.6666px);
    max-width: calc(33.33% - 30.6666px);
  }
}
.categoriesproducts .categoryproductWraper .categoryproductbox .contbottm {
  max-width: 420px;
}
.categoriesproducts .categoryproductWraper .categoryproductbox .knowmore img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.categoriesproducts .categoryproductWraper .categoryproductbox .image-box {
  margin-bottom: 1.25rem;
  padding-top: calc(175 / 486 * 100%);
  position: relative;
  overflow: hidden;
}
.categoriesproducts .categoryproductWraper .categoryproductbox .image-box img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
@media screen and (min-width: 992px) {
  .categoriesproducts .categoryproductWraper .categoryproductbox .image-box {
    margin-bottom: 1.875rem;
  }
}
.categoriesproducts .categoryproductWraper .categoryproductbox .image-box img {
  -webkit-transition: scale 0.3s ease-out;
  transition: scale 0.3s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.categoriesproducts .categoryproductWraper .categoryproductbox h3 {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Onest", sans-serif;
  margin-bottom: 0.75rem;
  line-height: 1;
  color: #071a28;
}
@media screen and (min-width: 768px) {
  .categoriesproducts .categoryproductWraper .categoryproductbox h3 {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}
.categoriesproducts .categoryproductWraper .categoryproductbox p {
  color: #344e5c;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Onest", sans-serif;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .categoriesproducts .categoryproductWraper .categoryproductbox p {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1370px) {
  .categoriesproducts .categoryproductWraper .categoryproductbox:hover img {
    scale: 1.05;
  }
  .categoriesproducts .categoryproductWraper .categoryproductbox:hover .knowmore img {
    margin-left: 3px;
  }
}
.categoriesproducts .knowmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #14314e;
  font-size: 16px;
  font-weight: 500;
}