@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Cella";
  src: url("font/Cella.a41234a744f8.otf") format("truetype");
}
.headerimg {
  width: 100%;
}

.headerimg_exp {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.start {
  display: flex;
  flex-direction: column;
  padding: 152px;
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
}

.info {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.info h2 {
  font-family: "Cella", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #343B86;
}
.info p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #7A8096;
}

.search_exp {
  width: 100%;
  margin-bottom: 24px;
}
.search_exp .search_wrapper_exp {
  width: 100%;
  display: flex;
  align-items: center;
  height: 44px;
  border: 1px solid #D3D7DE;
  border-radius: 6px;
  padding: 0 12px;
  overflow: hidden;
}
.search_exp .search_wrapper_exp input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.explore-cards {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.card.in-explore {
  display: flex;
  flex-direction: column;
  flex: 1;
  cursor: pointer;
  border: 1px solid #ECEEF2;
  border-radius: 12px;
  text-decoration: none;
  width: 266px;
  height: 266px;
}
.card.in-explore h4 {
  font-family: "Cella", sans-serif;
  color: #343B86;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -2%;
}
.card.in-explore img {
  width: 100%;
  height: 220px;
}

.added_content {
  padding: 0 152px 121px;
  margin: 0 auto;
  max-width: 1440px;
}
.added_content h2 {
  font-family: "Cella", sans-serif;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  color: #343B86;
  margin-bottom: 25px;
}

.cards-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1440px;
  margin-bottom: 32px;
}

.pagination {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
}

.pagination .pagination-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #D3D7DE;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1F2430;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  gap: 4px;
}

.pagination .pagination-btn.active {
  background-color: #343B86;
  color: #ffffff;
  border-color: #343B86;
}

.pagination-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
  background-color: white;
}

@font-face {
  font-family: "Cella";
  src: url("font/Cella.a41234a744f8.otf") format("truetype");
}
.join-section {
  width: 100%;
  height: 364px;
  background-color: #F7F8FA;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 150px;
}

.join-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.join-title h1 {
  font-family: "Cella", sans-serif;
  color: #343B86;
  font-weight: 400;
  font-size: 60px;
}

.join-text p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #7A8096;
  font-size: 18px !important;
  font-weight: 500;
  margin: 20px 0 24px;
}

.join-buttons {
  display: flex;
  gap: 24px;
}

.join-buttons .btn {
  padding: 12px 24px;
  border-radius: 6px;
}
.join-buttons .btn a {
  text-decoration: none;
}

.signup {
  background-color: #343B86;
  border: 1px solid #343B86;
}
.signup a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #F7F8FA;
}

.login {
  background-color: #F7F8FA;
  border: 1px solid #B3B8C2;
}
.login a {
  color: #4A5065;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.indent-footer {
  padding: 120px 0 0;
}/*# sourceMappingURL=explore.css.map */