@font-face {
  font-family: "Kaushan";
  src: url("/assets/fonts/KaushanScript-Regular.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("/assets/fonts/Mulish-Bold.ttf");
}
@font-face {
  font-family: "Semibold";
  src: url("/assets/fonts/Mulish-SemiBold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("/assets/fonts/Mulish-Regular.ttf");
}
@font-face {
  font-family: "ExtraBold";
  src: url("/assets/fonts/Mulish-ExtraBold.ttf");
}
.homesecond-cards-cover {
  overflow: hidden;
  width: 100%;
  gap: 24px;
  height: 520px;
  padding: 40px 135px 40px 135px;
  position: relative;
  background: #f8f9fb;
}
.homesecond-cards-cover .homesecond-button-cover {
  position: absolute;
  width: 198px;
  height: 60px;
  padding: 8px;
  gap: 0px;
  border-radius: 30px;
  border: 1px solid #e5edf1;
  opacity: 0px;
  bottom: 48px;
  z-index: 999;
  background-color: white;
  right: 500px;
}
.homesecond-cards-cover .homesecond-button-cover button {
  box-shadow: 0px 4px 15px 0px rgba(0, 40, 85, 0.2), 0px 4px 4px 0px rgba(0, 40, 85, 0.1);
  background-color: white;
  border-radius: 100px;
  border: none;
  padding: 11px 10px;
}
.homesecond-cards-cover .homesecond-button-cover .button-counter {
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
  color: #464849;
}
.homesecond-cards-cover .homesecond-cards {
  width: 100%;
  transition: transform 0.2s linear;
  height: 440px;
  gap: 135px;
}
.homesecond-cards-cover .homesecond-cards .homesecond-card {
  flex: 0 0 100%;
}
.homesecond-cards-cover .homesecond-cards .homesecond-card .homesecond-card-left {
  max-width: 572px;
  width: 100%;
  height: 440px;
  border-radius: 12px;
  background: #003079;
}
.homesecond-cards-cover .homesecond-cards .homesecond-card .homesecond-card-left img {
  max-width: 572px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.homesecond-cards-cover .homesecond-cards .homesecond-card .homesecond-card-right {
  max-width: 572px;
  width: 100%;
  height: 440px;
  gap: 48px;
  padding-block: 39.5px;
  padding-right: 30px;
}
.homesecond-cards-cover .homesecond-cards .homesecond-card .homesecond-card-right .homesecond-card-title {
  margin: 0;
  font-family: "Bold";
  font-size: 39px;
  line-height: 46.8px;
}
.homesecond-cards-cover .homesecond-cards .homesecond-card .homesecond-card-right .homesecond-card-button {
  width: 286px;
  height: 64px;
  min-width: 190px;
  border-radius: 8px;
  background: #ffffff;
  color: #003864;
  font-family: "ExtraBold" !important;
  font-size: 18px !important;
  line-height: 21.6px !important;
  box-shadow: 0px 8px 20px 0px rgba(92, 102, 110, 0.2);
  border: 1px solid #003864;
}

@media (max-width: 768px) {
  .homesecond-cards-cover {
    padding: 40px 16px 40px 16px;
    height: 700px;
  }
  .homesecond-cards-cover .homesecond-card {
    flex-direction: column;
    gap: 30px;
  }
  .homesecond-cards-cover .homesecond-card .homesecond-card-left {
    width: 343px !important;
    height: 264px !important;
  }
  .homesecond-cards-cover .homesecond-card .homesecond-card-left img {
    height: 264px !important;
  }
  .homesecond-cards-cover .homesecond-card .homesecond-card-right {
    width: 343px;
    height: 331px;
    padding: 0 !important;
  }
  .homesecond-cards-cover .homesecond-card .homesecond-card-right .homesecond-card-title {
    font-size: 31px !important;
    line-height: 37.2px !important;
  }
  .homesecond-cards-cover .homesecond-button-cover {
    left: 16px !important;
  }
}/*# sourceMappingURL=homesecondslider.css.map */