/* @import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200&display=swap');
*{
font-family: 'Prompt', sans-serif;
} */
 h3 {
  font-size: 15px;
}
.box {
    margin-bottom: 20px;
  }
  .homepage .stats ul li {
    float: center;
    width: 33%;
  }
  .blockContentSearchData {
      padding: 15px 0px;
      border-bottom: 2px dotted #A8A8A8;
  }
  .main-box {
      background: linear-gradient(180deg, rgb(95 161 202) 0%, rgb(255 255 255 / 80%) 100%);
  }

  .box-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.box-data-stat {
    background: linear-gradient(111.4deg, rgba(46, 132, 144, 0.8) 15.87%, rgba(127 201 210 / 80%) 94.19%);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin: 15px 5px;
    width: 220px;
}
  .box-data-stat a, .box-data-stat a:hover {
    color: #fff;
    text-decoration: none;
}
.box-data-stat:hover {
  background-color: #0087a1;
  transform: translateY(-3px);
}







.featured-section {
  /* background-color: #80d0c7; */
  border-radius: 0 0 100px 100px;
  padding-bottom: 100px;
}

.featured-section .row {
  position: relative;
  bottom: 100px;
  margin-bottom: -100px;
}
.featured-section {
  border-radius: 0 0 80px 80px;
  padding-bottom: 50px;
}




.custom-block {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
  background-color: white;
}

.custom-block:hover {
  background-color: #80d0c7;
  transform: translateY(-3px);
}

.custom-block > a {
  width: 100%;
}
/* .custom-block-topics-listing .custom-block-image {
  width: auto;
}

.custom-block-topics-listing .custom-block-image {
  width: 200px;
}



.custom-block .rounded-pill {
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.custom-block-overlay {
  height: 100%;
  min-height: 350px;
  padding: 0;
}

.custom-block-overlay > a {
  height: 100%;
}

.custom-block-overlay .custom-block-image {
  border-radius: 20px;
  display: block;
  height: 100%;
  margin-top: 0;
}


.custom-block-overlay-text {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}
.featured-section .row {
  position: relative;
  bottom: 100px;
  margin-bottom: -100px;
}
.custom-block-topics-listing > .d-flex,
.custom-block-topics-listing-info,
.custom-block-topics-listing a {
  flex-direction: column;
} */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: black;
  -moz-osx-font-smoothing: grayscale;
}

.homepage .module-search .module-content {
  border-radius: 3px 3px 0 0;
  background-color: #2e8490;
  text-align: center;
  border-bottom: none;
}
.homepage .module-search .search-giant input {
  border-color: #003f52;
  border-radius: 2rem;
  border: none;
  transition: transform 0.1s ease-in-out;
}


