@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins_SemiBold";
  src: url(/assets/fonts/poppins/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: "Philosopher";
  src: url(/assets/fonts/Philosopher/Philosopher-Regular.ttf);
}

@font-face {
  font-family: "Philosopher_Bold";
  src: url(/assets/fonts/Philosopher/Philosopher-Bold.ttf);
}

@font-face {
  font-family: "Creattion";
  src: url(/assets/fonts/creattion-demo/Creattion_Demo.otf);
}

p {
  font-family: "Poppins";
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

a {
  font-family: "Poppins";
}

a:hover {
  text-decoration: none;
}

/* ----------------------- showCase classes ----------------------- */

.showcase {
  background: linear-gradient(#385c7e, #3c4d5d);
  padding-bottom: 150px;
}

.showcase-content {
  display: grid;
  grid-template-columns: 1fr;
  justify-self: center;
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

.showcase-title {
  font-family: "Philosopher";
  color: #fff;
  font-size: 60px;
}

.showcase-subtitle {
  width: 80%;
  font-family: "Poppins";
  font-size: 20px;
  color: #fff;
  padding: 15px 0;
}

/* ----------------------- jbtn classes ----------------------- */

.jbtn {
  font-family: "Philosopher";
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px 30px;
  width: fit-content;
  color: #fff;
  border-radius: 5px;
  border: none;
  background-color: #b1b695;
  border: 1px solid #b1b695;
}

.jbtn-sm {
  font-family: "Poppins";
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  text-transform: capitalize;
}

.jbtn:hover {
  color: #293e5c;
  background-color: #fff;
  border: 1px solid #293e5c;
}

.jbtn-outline {
  background-color: transparent;
  border: 1px solid #293e5c;
  color: #293e5c;
}

.jbtn-outline:hover {
  background-color: #b1b695;
  border: 1px solid #b1b695;
  color: #fff;
}

/* ----------------------- button classes ----------------------- */

.button-block {
  display: flex;
  margin-top: 25px;
  margin-bottom: 50px;
}

.button {
  width: fit-content;
  color: #fff;
  border-radius: 5px;
  border: none;
  background-color: #b1b695;
  border: 1px solid #b1b695;
  margin-right: 30px;
}

.button-color-white {
  background-color: #ffffff;
  border: 1px solid #fff;
}

.button:hover {
  color: #293e5c;
  background-color: #fff;
  border: 1px solid #293e5c;
}

.button-color-white:hover {
  background-color: #b1b695;
  border: 1px solid #b1b695;
  color: #fff;
}

.button-text {
  font-family: "Philosopher";
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px 30px;
}

.button-text-blue {
  color: #293e5c;
}

.button-text-blue:hover {
  color: #fff;
}

/* ----------------------- modal classes ----------------------- */
.modal-body{
  padding: 30px 30px 0 30px;
}
.modal-title {
  font-family: "Philosopher_Bold";
  font-size: 40px;
  color: #293e5c;
  line-height: 1;
}

.modal-text{
  font-family: "Poppins";
  font-size: 15px;
  color: #293e5c;
  padding: 0 10px;
  margin-bottom: 25px;
}

.modal-body .border-dash{
  margin: 25px auto 35px auto;
}

/* ----------------------- titles classes ----------------------- */

.block-title {
  font-family: "Philosopher";
  text-transform: uppercase;
  font-size: 18px;
  color: #b1b695;
}

.block-header-title {
  font-family: "Philosopher_Bold";
  font-size: 40px;
  color: #293e5c;
}

.block-text {
  font-family: "Poppins";
  font-size: 15px;
  color: #293e5c;
  padding: 15px 0;
}
.block-text-p0 {
  padding: 0;
}

/* 
.block-text:last-child {
  padding-bottom: 0;
} */

.blog-title {
  font-family: "Philosopher_Bold";
  font-size: 30px;
  color: #293e5c;
}

.cta-title {
  font-family: "Philosopher_Bold";
  font-size: 30px;
  color: #293e5c;
}

.content-blog-subtitle {
  font-family: "Philosopher";
  text-transform: uppercase;
  font-size: 15px;
  color: #b1b695;
}

.author-subtitle {
  padding: 20px 0;
  font-family: "Creattion";
  font-size: 60px;
  color: #293e5c;
}

/* ----------------------- Custom classes ----------------------- */
.icon-color {
  color: #293e5c;
}

.white-icon {
  color: #fff;
}
.text-blue {
  color: #293e5c !important;
}
.blue-icon {
  color: #293e5c;
  margin-right: 20px;
  font-size: 25px;
}

.content-block {
  background-color: #fff;
}

.gradient-block {
  background: linear-gradient(#385c7e, #3c4d5d);
}

.photo {
  width: 100%;
}

/* ----------------------- dash classes ----------------------- */

.border-dash {
  background-color: #b1b695;
  width: 70px;
  height: 4px;
  margin: 20px auto;
}

/* ----------------------- Colors classes ----------------------- */
.white {
  color: #fff;
}
/* ----------------------- position classes ----------------------- */
.left {
  margin: 20px 0;
}

.right {
  float: right;
  margin: 0;
}

.center {
  margin: auto;
  text-align: center;
}

/* ----------------------- font weight classes ----------------------- */
.regular {
  font-family: "Poppins";
}

/* ----------------------- Link classes ----------------------- */
.blog-link {
  font-family: "Philosopher_Bold";
  font-size: 20px;
  color: #293e5c;
  margin-top: 20px;
  margin-right: 20px;
}

.blog-link:hover {
  color: #b1b695;
  text-decoration: none;
}

/* ----------------------- Link classes ----------------------- */
.background-image {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
}

/* * -------------------------------------------------------------------------- */
/* *                               MEDIA QUERIES                               */
/* * -------------------------------------------------------------------------- */

@media (max-width: 873px) {
  .showcase-title {
    font-size: 50px;
    text-align: center;
  }

  .showcase-subtitle {
    text-align: center;
    width: 100%;
  }

  .button-block {
    justify-content: center;
  }

  .button-text {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .showcase-subtitle {
    font-size: 14px;
  }

  .button-block {
    display: block;
    margin-top: 25px;
    margin-bottom: 50px;
    text-align: center;
  }

  .button {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .block-header-title {
    font-size: 25px;
  }

  .modal-title {
    font-size: 25px;
  }

  .blog-title {
    font-size: 20px;
  }

  .showcase-title {
    font-size: 30px;
    text-align: center;
  }

  .block-text {
    font-size: 15px;
  }

  .author-subtitle {
    font-size: 50px;
  }

  .button-text {
    font-size: 16px;
  }
}
