/* guides */

/*
black: #191818
red: #b01d32
brown: #59283c
white: #fff

"Bebas Neue", sans-serif
"Poppins", sans-serif

-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
*/

/* general */

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #191818;
  font-family: "Poppins", sans-serif;
  background-color: #ddd;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

section {
  padding: 6rem 0 0;
}

@media (max-width: 767px) {
  section {
    padding: 4.5rem 0 0;
  }
}

/* navigation */

.navbar {
  box-shadow: none;
  background-color: #ddd;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

/*
.navbar .navbar-brand {
  position: relative;
  color: #191818;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.navbar .navbar-brand:hover {
  color: #b01d32;
}

.navbar .navbar-brand:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #191818;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.navbar .navbar-brand:hover:before {
  background-color: #b01d32;
}
*/

.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #191818;
  padding: 0 1.5rem;
  font-size: .95rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.navbar .navbar-nav .nav-item:first-child .nav-link:not(.nav-link-cta) {
  padding-left: 0;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:active {
  color: #b01d32;
}

.navbar .navbar-nav .nav-item .nav-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: .5rem;
  width: 6px;
  height: 6px;
  margin-right: .5rem;
  background-color: #b01d32;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.navbar .navbar-nav .nav-item:first-child .nav-link:before {
  left: -1rem;
}

.navbar .navbar-nav .nav-item .nav-link:hover:before {
  opacity: 1;
}

.navbar .navbar-nav .nav-item .nav-link-cta {
  text-align: center;
  padding: .75rem 2rem;
  color: #fff;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background-color: #b01d32;
  border: 0;
  border-radius: 25px;
  outline: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.navbar .navbar-nav .nav-item .nav-link-cta:hover {
  color: #fff;
  background-color: #59283c;
}

.navbar .navbar-nav .nav-item .nav-link-cta:before {
  display: none;
}

.navbar .navbar-nav .nav-item .nav-link-cta i {
  margin-right: .75rem;
}

@media (min-width: 992px) {
  .navbar {
    box-shadow: none;
    background-color: transparent;
  }

  .navbar.navbar-shrink {
    box-shadow: none;
    background-color: rgba(238, 238, 238, .9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    font-size: 2rem;
    line-height: 2rem;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    padding: .5rem 0;
  }

  .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }
}

/* cover */

.cover {
  position: relative;
  height: 100vh;
  padding-top: 125px;
  padding-bottom: 0;
  background: linear-gradient(to top, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, .8) 50%, rgba(221, 221, 221, 1) 100%), url("../images/background3.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: 30%;
}

.cover > div {
  height: 100%;
}

.cover > img {
  position: absolute;
  bottom: 9%;
  left: 58%;
  width: 28%;
  height: auto;
}

.cover h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #b01d32;
  font-family: "Bebas Neue", sans-serif;
  font-size: 5.4rem;
  line-height: 5.4rem;
  text-transform: uppercase;
}

.cover h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 100%;
  background-color: #b01d32;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.cover h2 {
  margin-bottom: 6rem;
  width: 90%;
  color: #191818;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.cover p {
  margin-bottom: 1rem;
  color: #191818;
  font-size: 1rem;
  font-weight: 600;
}

.cover a {
  display: inline-block;
  padding: .75rem 2rem;
  text-align: center;
  color: #fff !important;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background-color: #b01d32;
  border: 0;
  border-radius: 25px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.cover a:hover {
  color: #fff;
  background-color: #59283c;
}

.cover a i {
  margin-left: .75rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cover > img {
    bottom: 14%;
  }
}

@media (max-width: 767px) {
  .cover {
    padding-top: calc(3rem + 74px);
    padding-bottom: 3rem;
    height: auto;
    text-align: center;
    background-size: 100%;
  }

  .cover h1 {
    font-size: 4.9rem;
    line-height: 4.9rem;
  }

  .cover h2 {
    width: 100%;
    margin-bottom: 4.5rem;
    font-size: .9rem;
  }

  .cover p {
    font-size: .9rem;
  }

  .cover > img {
    display: none;
  }
}

/* author */

.author {
  padding-top: 4.5rem;
}

.author h2 {
  margin-bottom: 1.5rem;
  color: #191818;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.author p {
  margin-bottom: 1rem;
  color: #191818;
  font-size: .95rem;
}

.author p b {
  font-weight: 600;
}

.author img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.author a {
  display: inline-block;
  margin-top: 1rem;
  margin-right: .5rem;
  padding: .75rem 1.05rem;
  text-align: center;
  color: #fff;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background-color: #0a66c2;
  border: 0;
  border-radius: 25px;
  outline: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.author a:hover {
  color: #fff;
  background-color: #0855a2;
}

.author a.facebook-icon {
  background-color: #1877f2;
}

.author a.facebook-icon:hover {
  background-color: #0c67dc;
}

.author a.instagram-icon {
  background-color: #e1306c;
}

.author a.instagram-icon:hover {
  background-color: #c13584;
}

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

@media (max-width: 767px) {
  .author {
    padding-top: 1.5rem;
  }

  .author h2 {
    margin-top: 1.5rem;
  }
}

/* chapters */

.chapters {
  padding-bottom: 6rem;
  background: linear-gradient(to top, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, .8) 50%, rgba(221, 221, 221, 1) 100%), url("../images/background3.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: 30%;
}

.chapters h2 {
  margin-bottom: 1.5rem;
  color: #191818;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.chapters p {
  margin-bottom: 2rem;
  color: #191818;
  font-size: .95rem;
}

.chapters-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.individual-chapter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  text-align: center;
  padding: .75rem 2rem;
  background-color: #999;
  border-radius: 10px;
  cursor: default;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-chapter:hover {
  background-color: #b01d32;
}

.excerpt-tooltip {
  text-align: center;
  padding: 5px;
}

.individual-chapter h3 {
  color: #fff;
  font-size: .95rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.individual-chapter i {
  color: #fff;
  font-size: .95rem;
  line-height: 1.25rem;
}

@media (max-width: 767px) {
  .chapters {
    padding-bottom: 4.5rem;
    background-size: 100%;
  }

  .chapters-content {
    gap: .75rem;
  }

  .individual-chapter {
    gap: .5rem;
    padding: .5rem 1rem;
  }

  .individual-chapter h3,
  .individual-chapter i {
    font-size: .9rem;
  }
}

/* excerpt */

.excerpt {
  padding-top: 0;
}

.excerpt h2 {
  margin-bottom: 1.5rem;
  color: #191818;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.excerpt p {
  margin-bottom: 1rem;
  color: #191818;
  font-size: .95rem;
}

.excerpt img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.excerpt .download-form {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  width: 90%;
}

.excerpt .download-form input {
  flex: 1;
  display: inline-block;
  padding: .75rem 3.5rem .75rem 2rem;
  color: #191818;
  font-family: "Poppins", sans-serif;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  border-radius: 25px;
  outline: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.excerpt .download-form button {
  display: inline-block;
  margin-left: -35px;
  padding: .75rem 2rem;
  text-align: center;
  color: #fff;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background-color: #b01d32;
  border: 0;
  border-radius: 25px;
  outline: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.excerpt .download-form button:hover {
  color: #fff;
  background-color: #59283c;
}

.excerpt .download-form button i {
  margin-right: .75rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .excerpt .download-form button i {
    display: none;
  }
}

@media (max-width: 767px) {
  .excerpt .download-form {
    width: 100%;
  }

  .excerpt .download-form button span {
    display: none;
  }

  .excerpt .download-form button i {
    margin-right: 0;
  }
}

/* quote */

.quote {
  padding-bottom: 6rem;
  background: linear-gradient(to top, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, .8) 50%, rgba(221, 221, 221, 1) 100%), url("../images/background3.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: 30%;
}

.quote h3 {
  margin: 2rem 0;
  color: #191818;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  font-style: italic;
}

.quote hr {
  margin: 0 auto;
  width: 100px;
  height: 4px;
  background-color: #b01d32;
  border: 0;
  border-radius: 4px;
  opacity: 1;
}

@media (max-width: 767px) {
  .quote {
    padding-bottom: 4.5rem;
    background-size: 100%;
  }

  .quote h3 {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
  }
}

/* partners */

.partners {
  padding-top: 0;
  padding-bottom: 0;
}

.partners h2 {
  margin-bottom: 1.25rem;
  color: #191818;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.partners p {
  margin-bottom: 1.25rem;
  color: #191818;
  font-size: .95rem;
  line-height: 1.5;
}

.partners .logos {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.partners .logos a {
  flex: 1;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.partners .logos a:hover {
  opacity: .7;
}

.partners .logos a img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .partners .logos {
    gap: 4rem;
    row-gap: 0;
    flex-wrap: wrap;
  }

  .partners .logos a {
    flex: 1 1 calc(50% - 2rem);
    width: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
    min-width: calc(50% - 2rem);
  }
}

@media (min-width: 768px) {
  .partners p {
    line-height: 1.75;
  }

  .partners p span {
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
    color: #fff;
    background-color: #b01d32;
    border-radius: 20px;
  }
}

/* media */

.media {
  padding-top: 0;
  padding-bottom: 6rem;
}

.media h2 {
  margin-bottom: 2rem;
  color: #191818;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.media h3 {
  margin-bottom: 1rem;
  color: #191818;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.media img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.media .publications {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.media .publications .individual-publication {
  flex: 1 1 calc(50% - 1rem);
  width: calc(50% - 1rem);
  min-width: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  display: flex;
  gap: 1.5rem;
}

.media .publications .individual-publication > div:first-child {
  flex: 1;
}

.media .publications .individual-publication > div:last-child {
  flex: 2;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.media .publications .individual-publication a {
  display: inline-block;
  padding: .5rem 1.5rem;
  text-align: center;
  color: #fff !important;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background-color: #b01d32;
  border: 0;
  border-radius: 25px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.media .publications .individual-publication a:hover {
  color: #fff;
  background-color: #59283c;
}

.media .publications .individual-publication a i {
  margin-left: .75rem;
}

.media .media-footer {
  margin-top: 2rem;
  text-align: center;
}

.media .media-footer a {
  display: inline-block;
  padding: .75rem 2rem;
  text-align: center;
  color: #fff !important;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background-color: #b01d32;
  border: 0;
  border-radius: 25px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.media .media-footer a:hover {
  color: #fff;
  background-color: #59283c;
}

.media .media-footer a i {
  margin-left: .75rem;
}

@media (max-width: 767px) {
  .media {
    padding-bottom: 4.5rem;
  }

  .media h3 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .media .publications .individual-publication {
    flex: 1 1 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

/* instagram */

.instagram {
  padding-top: 0;
  padding-bottom: 4.5rem;
  background: linear-gradient(to top, rgba(221, 221, 221, 1) 0%, rgba(221, 221, 221, .8) 50%, rgba(221, 221, 221, 1) 100%), url("../images/background3.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: 30%;
}

.instagram .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.instagram .title h2 {
  color: #191818;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.instagram .title a {
  color: #191818;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.instagram .title a:hover {
  color: #e1306c;
}

.instagram .feed {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.instagram .feed > div {
  flex: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.instagram .feed > div:hover {
  opacity: .7;
}

@media (max-width: 767px) {
  .instagram .feed {
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .instagram .feed > div {
    flex: 1 1 calc(50% - .75rem);
    width: calc(50% - .75rem);
    max-width: calc(50% - .75rem);
    min-width: calc(50% - .75rem);
  }
}

/* footer */

footer {
  padding-bottom: 3rem;
}

footer p {
  color: #191818;
  font-size: .9rem;
}

footer a {
  display: inline-block;
  margin-top: 1rem;
  color: #191818;
  font-size: .9rem;
  line-height: 1.1rem;
  text-decoration: none;
  border-bottom: 1px solid #191818;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

footer a:hover {
  color: #191818;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}








/* *
