@import url("https://fonts.googleapis.com/css2?family=Fira+Sans: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&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");

:root {
  --primary-color: #066ac9;
  --dark-color: #444444;
  --black-color: #000;
  --white-color: #fff;
  --light-gray-color: #fafafa;
  --primary-font: "Fira Sans", sans-serif;
  --secondary-font: "Poppins", serif;
  --transition: all 0.3s ease-in-out;
}

body {
  font-size: 15px;
  font-family: var(--secondary-font);
  color: var(--dark-color);
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  line-height: 1.2;
}

.accessibility {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-holder {
  flex-grow: 1;
}

.block {
  padding: 40px 0;
}

.section-title {
  margin-bottom: 25px;
}

.fs-14 {
  font-size: 14px;
}

.fs-17 {
  font-size: 17px;
}

/* Button */

.btn {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 8px;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-light {
  color: var(--primary-color);
}
.btn-light:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.btn-lg {
  padding: 14px 30px;
  border: 10px;
}

figure {
  margin-bottom: 0;
}

/* ------Color------- */

.bg-primary {
  background-color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

/* ------Fontss------- */

.font-primary {
  font-family: var(--primary-font);
}

.font-secondary {
  font-family: var(--secondary-font);
}

/* -----Form ------- */

.form-label {
  margin-bottom: 5px;
}

input.form-control {
  height: 50px;
}

.form-check-input {
  width: 20px;
  height: 20px;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-radius: 3px;
}

/* -------------------------------------------------------
                         Header
------------------------------------------------------- */

header.header {
  text-align: center;
  padding: 20px 0;
  background-color: var(--light-gray-color);
}

.navbar-brand img {
  width: 130px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-item {
  margin-right: 30px;
}

.navbar-nav .nav-link {
  color: var(--black-color);
  font-size: 14px;
}

.search [type="search"] {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.search .input-group-text {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: transparent;
}

.user-area {
  color: var(--white-color);
  font-weight: 600;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.dropdown-toggle::after {
  content: "\f107";
  font-family: "Fontawesome";
  border: none;
  vertical-align: 0;
}

.user-area.dropdown-toggle::after {
  position: absolute;
  right: -20px;
  font-size: 14px;
  color: var(--black-color);
}

.hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 550px;
  height: calc(100vh - 105px);
  isolation: isolate;
  color: var(--white-color);
}

.hero-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 106, 201, 0.85);
  z-index: -1;
}

.article-listing {
  position: relative;
  isolation: isolate;
}

.article-listing:before,
.article-listing:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.article-listing:before {
  top: 0;
  left: 0;
  background-image: url("../img/Ellipsetop.svg");
  background-position: top left;
}

.article-listing:after {
  right: 0;
  bottom: 0;
  background-image: url("../img/Ellipsebottom.svg");
  background-position: right bottom;
}

.article-card {
  border: 1px solid #e1e1e1;
  border-radius: 18px;
  margin-bottom: 25px;
}

.article-card.vertical {
  display: block;
}

.article-card.vertical .article-img img {
  width: 100%;
}

.article-card .article-img {
  margin-bottom: 0;
  flex-shrink: 0;
}

.article-card .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 280 / 218;
  border-radius: 18px;
}

.article-card .article-body {
  padding: 30px 20px;
}

.post-date {
  color: #666666;
}

.link {
  color: var(--primary-color);
  font-weight: 500;
}

footer.footer {
  background-color: #f3f9ff;
}

.footer-top {
  padding: 70px 0 50px 0;
}

.footer-menu a {
  color: var(--black-color);
  margin-right: 40px;
}

.footer-menu a:hover,
.footer-si a:hover {
  color: var(--primary-color);
}

.footer-si a {
  color: var(--black-color);
  margin-right: 15px;
}

.footer-si a:last-child {
  margin-right: 0;
}

.footer-bottom {
  padding-bottom: 40px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.93/1;
  object-fit: cover;
  border-radius: 15px;
}

.cat .cat-btn {
  display: inline-block;
  color: #8e8e8e;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 15px;
  margin: 2px;
  background-color: #ebebeb;
  border-radius: 6px;
}

.article-detail ul {
  list-style: disc;
  padding-left: 20px;
}

.contact-wrap,
.profile-wrap {
  padding: 30px 15px;
  border: 1px solid #ededed;
  box-shadow: 0 15px 35px rgba(4, 4, 4, 0.07);
  border-radius: 15px;
}

.profile-wrap {
  display: flex;
  justify-content: space-between;
}

.profile-wrap .profile-image {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  margin: 0 auto 30px auto;
  border: 3px solid var(--primary-color);
  overflow: hidden;
  border-radius: 50%;
}

.profile-wrap .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-wrap .profile-detail {
  font-size: 16px;
}

.profile-wrap .profile-detail h4 {
  color: var(--black-color);
  font-size: 22px;
  font-weight: 700;
}

.profile-wrap .profile-detail ul li span {
  display: inline-block;
  color: var(--black-color);
  font-weight: 500;
  width: 110px;
}

/* -------------------------------------------------------
                         Scrollbar
------------------------------------------------------- */

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background-color: var(--light-primary-color);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
}
