@media only screen and (max-width: 600px) {
 .hide-mobile {
    display:none;
  }
}

body {
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}

/* Navbar */
.navbar-dark {
  background-color: #000000  !important; /* your desired color */
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-nav .nav-link {
  color: #fff !important; /* your desired color */
}

.navbar-brand {
  font-size: initial;
}

/* Hero */
.hero-lead {
  font-size: 22px;
  font-family: Cardo,sans-serif;
  font-weight: 400;
  font-style: italic;
}

.hero {
/*  background-color: #000000; */
  background: #0F2027;  /* fallback for old browsers */
  background: -webkit-linear-gradient(135deg, #41464D, #000000 75%, #CD9F04);  
  background: linear-gradient(135deg, #41464D, #000000 75%, #CD9F04);
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.hero-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Cardo,sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.hero-title-sub {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Cardo,sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.hero-desc {
  font-size: 18px;
  padding-bottom: 20px;
  color: #b4c7e7;
}

.hero-cover {
  border-width: 0px;
  border-color: #222;
  border-style: solid;
  /* max-width: 650px; */
}

.hero-cta {
  margin-bottom: 20px;
}

/* Section general */
.section {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #F0F0F2;
}

.section-bg-dark {
  padding-top: 30px;
  padding-bottom: 30px;
/*  background-color: #f4f7fb;*/
  background: #0F2027;  /* fallback for old browsers */
  background: -webkit-linear-gradient(135deg, #41464D, #000000 75%, #41464D);  
  background: linear-gradient(135deg, #41464D, #000000 75%, #41464D);
}

.section-bg-highlight {
  padding-top: 30px;
  padding-bottom: 30px;
/*  background-color: #ffca42;*/
background: #FF8008;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #FFC837, #FF8008);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #FFC837, #FF8008); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* Section title */
.section-title {
  text-align: center!important;
  margin-bottom: 50px;
}

.section-title span {
  color: rgb(188, 155, 70);
  display: inline-block;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 34px;
  font-family: Cardo,sans-serif;
  font-weight: 700;
}

.section .section-title h2:after{
  content: "";
  display: block;
  margin: 0 auto;
  width: 16%; /* or whatever width you want */
  border-bottom: 2px solid black; /* or whatever color/width you want */
  padding-top: 25px;
}

/* Section title - dark */
.section-bg-dark .section-title span {
  color: rgb(188, 155, 70);
  display: inline-block;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-bg-dark .section-title h2 {
  font-size: 34px;
  font-family: Cardo,sans-serif;
  font-weight: 700;
  color: white;
}

.section-bg-dark .section-title h2:after{
  content: "";
  display: block;
  margin: 0 auto;
  width: 16%; /* or whatever width you want */
  border-bottom: 2px solid #fff; /* or whatever color/width you want */
  padding-top: 25px;
}

/* Section content */
.section-content {
  margin-bottom: 30px;
}

/* Benefits */
.benefit .benefit-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}

.benefit .benefit-title {
  font-size: 26px;
  font-family: Cardo,sans-serif;
  font-weight: 700;
}


/* Chapters */
.chapter {
  color: #eceff4;
  background-color: rgb(64 68 75);
  padding: 25px;
  box-shadow: rgba(1, 6, 33, 0.06) 2px 0px 15px 5px;
  border-radius: 5px;
  padding: 25px;
}

.chapter .chapter-number {
  margin-bottom: 0.2rem;
  display: inline-block;
  font-weight: 500;
}

.chapter .chapter-title {
  font-size: 26px;
  font-family: Cardo,sans-serif;
  font-weight: 700;
}

.chapter-desc img.figure {
  box-shadow: #0004 4px 5px 12px 5px;
  padding: 10px;
  background: white;
  margin-top: 10px;
}

.chapter-desc img.code {
  box-shadow: #0004 4px 5px 12px 5px;
  margin-top: 10px;
}

/* Section CTA */
.section-cta {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: linear-gradient(to left, #F2B705, #735702);
}

.section-cta .section-title span {
  color:  #ffc107;
}

.section-cta .section-title h2 {
  color:  #ffe8a2;
}

.section-cta .section-title h2:after{
  content: "";
  display: block;
  margin: 0 auto;
  width: 16%; /* or whatever width you want */
  border-bottom: 2px solid #ffe8a2;
  padding-top: 10px;
}

.price-item {
  color: #000;
  background-color: #fff;
  padding: 25px;
  box-shadow: rgba(1, 6, 33, 0.06) 2px 0px 15px 5px;
  border-radius: 5px;
  padding: 25px;
  transition: 0.3s;
}

.price-item:hover {
  box-shadow: 5px 5px #FFCA42;
  transform: translateY(-10px);
}

.price-item-disabled {
  color: #222;
  background-color: #fff;
  padding: 25px;
  box-shadow: rgba(1, 6, 33, 0.06) 2px 0px 15px 5px;
  border-radius: 5px;
  padding: 25px;
  opacity: 50%;
}

.price-item-highlight {
  color: #1b3764;
  background-color: #ffca42;
  padding: 25px;
  box-shadow: rgba(1, 6, 33, 0.06) 2px 0px 15px 5px;
  border-radius: 5px;
  padding: 25px;
}

[class*="price-item"] svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.price-item-name {
  font-size: 20px;
  font-family: Cardo,sans-serif;
  font-weight: 700;
  margin-bottom: 0.1rem;
  text-align: center!important;
}

.price-item-price {
  font-size: 26px;
  font-family: Cardo,sans-serif;
  font-weight: 700;
  text-align: center!important;
}

.price-item-list {
  padding-left: 0;
}

.price-item-list .fas {
  width: 16px;
  margin-right: 5px;
}

.price-item-list li {
  list-style: none;
  padding: 10px;
  border-width: 0px;
  border-radius: 10px;
  margin-bottom: 5px;
  box-shadow: 0px 0px;
}

.price-item-list li.available {
  color: black;
  background-color: #f0f0f2;
}

.price-item-list li.available a {
  color: #363a40;
  text-decoration: dashed underline gray 1px;
}

.price-item-list li.available .fi{
  margin-right: 0.5em;
}

.price-item-list li.not-available {
  opacity: 50%;
  text-decoration: line-through;
  color: dimgray;
}

/*
.price-item .price-item-list li:not(:last-child) {
  border-bottom: 1px solid #999;
}

.price-item-disabled .price-item-list li:not(:last-child) {
  border-bottom: 1px solid #0003;
}
*/

.subscribe-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Authors */
.author {
  background-color: rgb(255, 255, 255);
  padding: 25px;
  box-shadow: rgba(1, 6, 33, 0.06) 2px 0px 15px 5px;
  border-radius: 5px;
  text-align: center!important;
}

.author.support {
  background-color: #ddd;
  color: #777;
  padding: 25px;
  box-shadow: rgba(1, 6, 33, 0.06) 2px 0px 15px 5px;
  border-radius: 5px;
  text-align: center!important;
}


.author img {
  border-width: 1px;
  border-color: #ddd;
  border-style: solid;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.author .author-role {
  font-size: 12px;
  margin-bottom: 0.1rem;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background-color: #2f4362;
  border: #2f4362;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
}

.author .author-name {
  font-size: 26px;
  font-family: Cardo,sans-serif;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.author .author-title {
  font-family: Cardo,sans-serif;
  font-size: 15px;
  font-weight: 700;  
  margin-bottom: 0.7rem;
}

.author .author-desc {
}

/* Free content */
.free-chapter {
  background-color: rgb(255, 255, 255);
  padding: 25px;
  box-shadow: rgba(1, 6, 33, 0.06) 2px 0px 15px 5px;
  border-radius: 5px;
  text-align: center!important;
}

.free-chapter img {
  width: 64;
  height: 64px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#id-free a {
  text-decoration: none;
  color: black;
}

#id-free  a:hover {
  text-decoration: underline;
}

.free-chapter .free-chapter-type {
  font-size: 12px;
  margin-bottom: 0.1rem;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background-color: #2f4362;
  border: #2f4362;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
}

.free-chapter .free-chapter-name {
  font-size: 26px;
  font-family: Cardo,sans-serif;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

/* Highligths */
#highlights ul {
  padding-left: 0;
}

#highlights .fas {
  width: 16px;
  margin-right: 5px;
}

#highlights li {
  list-style: none;
  margin-bottom: 10px;
}

#highlights a {
  color: #1b3764;
  font-weight: 700;
  text-decoration: none !important;
}

/* Testimonials */
.swiper-container {
  margin-left: 25px;
  margin-right: 25px;

  height: 100%; 
  max-height: 100vw;
  // CSS Grid/Flexbox bug size workaround
  // @see https://github.com/kenwheeler/slick/issues/982
  min-height: 0;
  min-width: 0;
  max-width: 100vw; 
  width: 100%;
  overflow: hidden;
  position: relative;
}
 
.swiper-slide{
  width: auto;
  height: auto;
  //height: 100%;
  flex-shrink: 0;
  display: block;
  max-height: 100%;
  box-sizing: content-box;
}

.swiper-wrapper{
  max-height: 100%;
  height: 100%;
  display: flex;
}


.testimonial {
  background-color: #e9ecef;
  margin: 15px;
  padding: 25px;
  box-shadow: rgba(1, 6, 33, 0.06) 2px 0px 15px 5px;
  border-radius: 5px;
}

.testimonial-desc {
  font-size: 22px;
  font-family: Cardo,sans-serif;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 0.8rem;
  margin-bottom: 1.0rem;
  border-bottom: 1px solid #eff0f7;
}

.testimonial-user {
  font-size: 22px;
  font-family: Cardo,sans-serif;
  font-weight: 700;
  margin-bottom: 0.1rem;
}

.testimonial-user-title {
  font-size: 16px;
  font-family: Cardo,sans-serif;
  font-weight: 700;
  margin-bottom: 0.1rem;
}

/* Pages */
#swiper-pages {
  /*width: 420px;*/
}

#swiper-pages img {
  margin: 2px;
  border: 2px solid #ddd;
  box-shadow: rgba(1, 6, 33, 0.06) 2px 0px 15px 5px;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  object-fit: scale-down;
}

/* FAQ */
.accordion-item {
  border-radius: 5px;  /* Make the corners rounded */
  margin-bottom: 10px;  /* Add gap below each card */
}

.accordion-header {
  border-radius: 10px 10px 0 0;  /* Make the corners of accordion header rounded */
}

#faq-accordion .accordion-item {
  border: 0px;
}

#faq-accordion .accordion-button:focus {
  box-shadow: none;
}

#faq-accordion .accordion-item .accordion-header .accordion-button{
  font-family: 'Cardo';
  font-size: 22px;
}

#faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fdc300;
}

#faq-accordion .accordion-item .accordion-body {
  background-color: #F0F0F2;
}

/* Footer */
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
  color: #fff;
}

.footer-list {
  padding-left: 0;
}

.footer-list .fas {
  width: 16px;
  margin-right: 5px;
}

.footer-list li {
  list-style: none;
  padding: 3px;
  border-color: #fff;
  border-width: 0px;
  margin-bottom: 5px;
  box-shadow: 0px 0px;
}

.footer-list a {
  text-decoration: none;
  color: #fff;
}

.footer img {
  max-width: 250px;
}

/* Misc */
.highlight-text {
  background: transparent;
  transition: background 0.3s ease;
  padding: 2px;
}

.hover-div:hover .highlight-text {
  background: #FFCA4277;
}