h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 800;
  color: #07344f;
}

.accordion-button {
  color: #07344f !important;
}
.accordian-button:highlight {
  color: #07344f;
}

h2,
h3,
h4,
h5,
h6 {
  color: #07344f;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.3rem;
  font-weight: 400 !important;
}

p {
  font-size: 1.2rem;
}
.fas,
.fa {
  color: #07344f;
}
.why {
  color: #fff;
  padding: 35px;
  background-color: #0a5b8b;
  border-radius: 100%;
}

/* Container mit Hintergrundbild */
.hero-container {
  background-size: contain;
  height: 700px;
  position: relative;
  color: white; /* Textfarbe */
}

/* Inhalt schwebend zentrieren */
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Buttons-Styling */
.hero-content .btn {
  margin: 5px;
}

.overlap{
  background-color: red !important;
}

.why_small {
  color: #07344f;
  padding: 10px;
  background-color: #fff;
  border-radius: 100%;
}

figcaption {
  font-size: 1rem;
  color: #666;
}

.lightblue {
  background-color: #0a5b8b;
  border: 1px solid #0a5b8b#0a5b8b;
}

.darkblue {
  background-color: #07344f !important;
}

.green {
  background-color: rgb(69, 153, 0) !important;
}

.lead {
  font-weight: 400;
}

.whitefont {
  color: #fff;
}

blockquote p {
  margin-top: 25px;
  background-color: #0a5b8b;
  padding: 30px;
  font-size: 1.6rem !important;
  color: white !important;
  margin-bottom: 25px;
  font-weight: 400;
  border-radius: 15px;
/*   line-height: 2.3rem !important; */
}

.big {
  font-size: 2.2rem;
}

.jumbo {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 40px;
}
.btn-register {
  background-color: #75f4f0;
  color: #02031c;
  font-weight: bold;
}

.mission_container {
  height: 250px;
  border: 1px solid red;
}
#home_jumbo {
  padding: 0px;
}

#home_jumbo .container {
  text-align: center;
}

/* for block of numbers */
.hljs-ln-numbers {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  text-align: center;
  color: #777;
  vertical-align: top;
  padding-right: 5px;

  /* your custom style here */
}
.hljs-ln td {
  padding-right: 8px !important;
}

/* for block of code */
.hljs-ln-code {
  padding-left: 10px;
}

.marker {
  background-color: lightblue;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  font-weight: 600;
}

.example_code_block {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 20px solid #dde2e8;
}

pre {
  margin-bottom: 30px;
  font-weight: normal;
}

pre code {
  font-size: 0.9rem !important;
}

h2 code {
  font-size: 1.8rem !important;
}

code {
  font-size: 1.1rem !important;
  word-wrap: break-word;
}

#contactForm p {
  margin-top: 30px;
}

.hljs-keyword {
  font-weight: normal !important;
}

.example_code_block .code_header {
  color: white;
  padding: 5px;
  font-size: 14px;
}

.header_style_python {
  background-color: #626f7f;
}

.header_style_plaintext {
  background-color: #926b42;
}

.header_style_shell {
  background-color: #424242;
}

.header_tel {
  background-color: white;
  border-radius: 10px;
  color: #07344f !important;
  padding: 8px !important;
  font-weight: bold;
  font-size: 1.1rem;
}

.bg_shell {
  background-color: black;
  color: white;
}

.bg_python {
  background-color: #dde2e8;
  color: white;
}
code.shell {
  color: white;
}

.auth_form_container {
  padding-bottom: 200px;
}

.testing_section textarea {
  background-color: #282a36 !important;
  width: 100%;
  height: 300px;
  color: white;
}
.testing_section {
  position: relative;
}
.coding_overlay {
  position: absolute;
  background-color: red;
  width: 100%;
  height: 100%;
}

__.sidebar {
  padding-left: 30px;
  padding-right: 30px;
}

/*COURSES*/

.page-header {
  margin-top: 25px;
  margin-bottom: 25px;
}

.short_course_info {
  background-color: #ccc;
  width: 150px;
  display: inline-block;
  padding: 15px;
}

.btn-blue {
  background-color: #0a5b8b;
  color: #fff;
}
.btn-blue:hover {
  color: #fff !important;
  background-color: #07344f;
}

.btn-white {
  color: #07344f !important;
  background-color: #fff;
  font-size: 1.2rem;
}
.btn-white:hover {
  color: #fff !important;
  background-color: #0a5b8b;
  font-size: 1.2rem;
}

.btn-darkblue {
  background-color: #07344f;
  color: #fff;
  font-size: 1.2rem;
}
.btn-darkblue:hover {
  background-color: #fff !important;
  color: #0a5b8b;
  font-size: 1.2rem;
}

.btn-orange {
  background-color: orangered;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  opacity: 0.9;
  margin: 25px 0px 25px 0;
}
.btn-orange:hover {
  color: #fff !important;
  opacity: 1;
}

.main_course_header h1 {
  font-weight: bold;
  color: white !important;
}

.main_course_header {
  background-color: #07344f;
  padding: 15px;
  color: #fff;
}

.course_header {
  background-color: #fff;
  padding: 15px;
  color: #07344f;
  margin-top: 80px;
}

h2.daily_python_trick {
  color: #0a5b8b !important;
}

.related_block ul {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.related_block ul li a {
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
}

.related_block ul li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.related_block ul li::before {
  content: "" !important;
}

.related_block ul li::before {
  content: "" !important;
}

.featured_image {
  margin-bottom: 60px;
  background-color: #fff;
}
.featured_image:hover {
  opacity: 0.8 !important;
  background-color: #07344f !important;
}
.featured_image:hover h3,
.featured_image:hover p {
  color: #fff;
}

.main_course_header .featured_image,
.course_header .featured_image {
  margin-top: 60px;
}

.main_course_header .featured_image,
img .course_header .featured_image img {
  max-width: 500px;
  border-radius: 100%;
}

.course_description .badge {
  font-size: 1.4rem;
  font-weight: normal;
  background-color: #0a5b8b;
  color: #014066;
  padding-bottom: 15px;
  padding: 16px;
  margin-right: 15px;
  color: white;
}
.course_description .badge:hover {
  opacity: 0.8;
}

.course_description p {
  color: #fff;
  font-size: 1.4rem;
}

.course_header .course_description p {
  color: #07344f;
  padding-top: 25px;
}

.main_course_header .course_description {
  padding: 50px;
}

/*course single page*/

.course_body h3,
.course_body h2 {
  margin-top: 50px !important;
}

.course_body a {
  color: #0a5b8b;
}

.course_body p {
  margin-bottom: 25px;
  text-align: justify;
}
.course_body a:hover {
  background-color: #0a5b8b;
  color: white;
}

.course_single_header {
  background-color: #02031c;
  padding: 25px;
}

.course_single_header h1 {
  color: white;
}

.author_infos {
  margin-top: 45px;
}

.author-info {
  font-size: 0.9rem !important;
  margin-top: 15px;
}

.author-thumbnail {
  width: 60px;
  margin-right: 15px;
}

.author-thumbnail img {
  border-radius: 50%;
}

/*
ACCORDION
*/
.accordion h4 {
  font-weight: 200;
  color: white;
}

.accordion .panel-heading {
  background-color: #0a5b8b;
  padding: 10px;
  border: 1px solid #fff;
}

.accordion .accordion-button {
  background-color: #fff !important;
  font-size: 1.2rem;
}

.accordion-button::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  transition: background-image 0.2s ease-in-out; /* Smooth transition between icons */
}

.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"%3E%3Ccircle cx="20" cy="20" r="20" fill="%23007bff"/%3E%3Crect x="10" y="18" width="20" height="4" fill="white"/%3E%3C/svg%3E');
}

.accordion-button.collapsed::after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"%3E%3Ccircle cx="20" cy="20" r="20" fill="white"/%3E%3Crect x="18" y="10" width="4" height="20" fill="%23007bff"/%3E%3Crect x="10" y="18" width="20" height="4" fill="%23007bff"/%3E%3C/svg%3E');
}

.accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Keeps text on the left, icon on the right */
  padding-right: 1rem; /* Adjust padding if necessary */
}

.collapsed {
}

.panel-body {
  padding: 15px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 991px) {
  .popular-news-widget {
    margin-top: 30px !important;
    margin-bottom: 100px !important;
  }
  .main_course_header .course_description {
    padding: 25px;
  }
}

/* LOGIN FORM*/
/* bf 11.10 */

.authform input[type="text"],
input[type="email"],
input[type="password"],
select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.authform input[type="checkbox"] {
  margin-bottom: 19px;
}

.btn {
  padding: 1rem;
}

.btn_fullwidth {
  width: 100%;
}

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

p,
li {
  color: #07344f;
  /* font-size: 1.2rem; */
  font-weight: 400;
  margin-bottom: 0.7rem;
}

body {
  font-family: "open-sans", sans-serif;
  font-size: 1.1rem;
}

.home_user_rank {
  font-size: 1.1rem;
  font-family: monospace;
  background-color: #02031c;
  color: white;
  padding: 5px;
  display: inline-block;
  margin-top: 10px;
}

h1.home {
  font-weight: 800;
  max-width: 40%;
}

h2.footer_logo {
  font-size: 2.8rem;
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: 800;
}

h1.home .nn,
h2.footer_logo .nn {
  color: #df2929;
}

h1.home .hn,
h2.footer_logo .hn {
  background-color: #07344f;
  padding: 10px;
  color: white;
  border-radius: 10px;
}

.dark_blue_bg {
  background-color: #07344f;
}

.sub_home_header {
  color: #464646;
  font-size: 1.2rem;
}

.home_ninja_image {
  width: 95%;
}

.home_badge:hover {
  opacity: 1;
}

.course_badge {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a5b8b, #fff);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #07344f;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  margin-top: 20px;
}

.course_badge:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
}

.course_badge span {
  z-index: 1;
}

.home_badge {
  background-color: #0a5b8b;
  /*   background-color: #0a5b8b; */
  border-radius: 10px;
  opacity: 1;
  margin: 10px;
  padding: 5px;
  height: 350px;
  /* box-shadow: 10px 0px 0px #07344f;*/
}

.home_badge h2 {
  margin-bottom: 10px;
  margin-top: 10px;
  color: white !important;
  text-align: center;
  font-weight: bold !important;
  font-size: 1.4rem !important;
}

.home_badge p {
  text-align: center;
  color: white;
  font-size: 1.2rem !important;
  font-weight: 400;
}
.home_badge i {
  margin-top: 14px;
  padding: 20px;
  background-color: white;
  border-radius: 50%;
  color: #07344f;
}

.checklist {
  list-style: none;
  padding-left: 0;
}
.checklist li {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem !important;
  display: flex;
  align-items: center;
}
.checkmark {
  color: #07344f;
  font-size: 2rem;
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.2rem;
  }

  p {
    font-size: 1.1rem;
  }
  .course_description p {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 470px) {
  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.1rem;
  }
  .course_description p {
    font-size: 1.1rem;
  }
}

a,
a:hover {
  color: #0a5b8b;
  font-weight: 400;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

footer a {
  color: #0a5b8b;
}
.social_media_icons i {
  margin-right: 25px;
}
.footer-widget-area .pl {
  padding: 20px 30px 20px;
}
.footer-widget-area li a {
  text-transform: uppercase;
  font-size: 1.2rem;
}

ul {
  list-style: none; /* Remove default bullets */
  margin-left: 0px !important;
  /* padding-left: 0rem !important; */
}

ul li {
  font-weight: 400;
  /* font-size:1.2rem !important; */
  line-height: 32px;
}

.pagecontent li::before {
  content: "\2022";
  color: #0a5b8b;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

img {
  height: auto;
  max-width: 100%;
}

.header-area {
  width: 100%;
  /* margin-bottom:50px; */
}

/*BF*/
.header_main_row {
  /*box-shadow: 0px 0px 15px #ddd;*/
  /* background-color:#212529; */
  margin-top: 40px;
}
.header_main_row .row {
  background-color: white;
}

.logo {
  display: inline-block;
  margin-top: 0px;
  border-radius: 15px;
  width: 400px;
}

.logo img {
  width: 255px;
  display: block;
}
.small_text_logo {
  font-size: 0.9rem;
  color: #fff;
  margin-left: 15px;
  font-style: italic;
}
.logo p {
  padding-top: 60px;
  font-size: 40px;
  line-height: 30px;
}

.logo .sub_logo {
  font-size: 22px;
  font-weight: normal;
  color: #999;
}

nav a {
  padding: 0px 0px 0px 0px !important;
  color: #fff !important;
  font-size: 1.3rem;
  letter-spacing: 0.6px;
  font-weight: 400;
}
nav {
  padding: 0px;
}
nav li {
  /* border-top:1px solid grey;
  border-bottom: 1px solid grey;
  border-right: 1px solid grey; */
  padding: 10px;
}

.offcanvas-end {
  width: 100% !important;
}

nav a:hover {
  color: #0a5b8b !important;
}

/* BF */
.user_header_image {
  display: inline-block;
  padding-left: 15px;
}
.user_header_image img {
  border-radius: 50%;
  width: 50px;
  box-shadow: 0px 0px 5px #ddd;
  opacity: 0.8;
}

#flippo {
  cursor: pointer;
}

.burgerbox {
  display: none;
}

.burger {
  display: none;
  background-color: #fff;
  color: #75f4f0;
}

.burger:hover {
  opacity: 1;
}

.burger-close {
  background-color: #fff;
  color: #75f4f0;
}

/*nav in popup*/
.navlinks {
  display: none;
  padding-top: 15px;
}

@media only screen and (max-width: 1160px) {
  .course_description .badge {
    font-size: 1.2rem;
    padding: 6px;
  }

  big {
    font-size: 1.5rem;
  }

  .course_description p {
    font-size: 1.2rem;
  }

  .course_description h1 {
    font-size: 1.5rem;
  }
  .featurette-divider {
    margin: 2rem 0 !important;
  }
  .marketing .col-lg-4 {
    margin-bottom: 2rem !important;
    margin-top: 1rem !important;
  }
  .featurette-heading {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .course_description .badge {
    font-size: 1.2rem;
    padding: 6px;
  }

  .course_description p {
    font-size: 1.2rem;
  }

  .logo {
    width: 400px;
  }

  .logo img {
    margin-right: 15px;
    width: 270px;
  }

  .logo p {
    padding-top: 25px;
    font-size: 25px;
  }

  .burger,
  .burgerbox {
    display: inline-block;
  }

  #profile_photo {
    display: none;
  }

  .reg_buttons #reggo {
    display: none;
  }

  .navlinks {
    display: inline-block;
  }
}

.reg_buttons {
  margin-right: 0;
  margin-left: auto;
}
.reg_buttons a {
  color: #828282;
}
.btn_right_log {
  background-color: #cedaef;
  padding: 20px;
  color: white;
}
.btn_right_reg {
  background-color: #eff9f8;
  padding: 20px;
}

/*+++++++++++++++++++++++ POPUP Menu BF ++++++++++++++++++++++++++++++++++++++*/
#popup_menu {
  width: 600px;
  height: auto;
  border-radius: 5px;
  position: absolute;
  top: 90px;
  right: 15px;
  z-index: 1200;
  padding-top: 15px;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: opacity 0.3s;
  display: none;
}

#__popup_menu.fade {
  opacity: 1;
}

#__flippo-underlay {
  position: absolute;
  z-index: 850;
  background-color: #444;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.4;
  display: none;
}

@media only screen and (min-width: 1000px) {
  #popup_menu {
    /*display:none !important;*/
  }
  .marketing .col-lg-4 {
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 469px) {
  #popup_menu {
    left: 50%;
    transform: translate(-50%);
    width: 95%;
  }
  .logo {
    width: 180px;
  }

  big {
    font-size: 1.1rem;
  }

  .logo img {
    margin-right: 9px;
  }

  .logo p {
    padding-top: 14px;
    font-size: 19px;
  }
}

@media only screen and (min-width: 469px) and (max-width: 699px) {
  #popup_menu {
    left: 50%;
    transform: translate(-50%);
    width: 95%;
  }

  big {
    font-size: 1.4rem;
  }
}

.popup_menu_actions {
  padding-left: 10px;
  width: 100%;
}

.popup_menu_actions hr {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.popup_menu_actions li {
  font-size: 1.1rem;
  color: #666;
}
.actions_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.actions_list li {
  padding-bottom: 3px;
}

.abs {
  position: absolute !important;
}

.small_cat_label {
  padding: 2px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

h3.ce_feld {
  margin-top: 0px !important;
}

/* :: 8.0 Footer Add Area */
.footer-add-area {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.footer-add-area .footer-add a {
  display: block;
}
.footer-add-area .footer-add a img {
  width: 100%;
}

.main-footer-area {
  margin-top: 45px;
  background: url("footer-bg.47a9d32abe59.svg") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
}

.main-footer-area .container {
  background-color: #fff;
  padding-bottom: 50px;
  padding-top: 25px;
}

.main-footer-area h3 {
  padding: 0 15px;
}

.main-footer-area h4 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1.5rem;
  padding: 0 15px;
  font-weight: 800 !important;
}

.main-footer-area p {
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0 15px;
}
.main-footer-area li {
  padding: 0 15px;
}

/* :: 9.0 Footer Area */
.footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #07344f;
}
.footer-area .footer-widget-area {
  position: relative;
  z-index: 1;
}
.footer-area .footer-widget-area .footer-logo {
  margin-bottom: 30px;
}
.footer-area .footer-widget-area .widget-title {
  display: block;
  margin-bottom: 30px;
  color: #fff;
}
.footer-area .footer-widget-area .list {
  position: relative;
  z-index: 1;
}
.footer-area .footer-widget-area .list li {
  display: block;
}
.footer-area .footer-widget-area .list li a {
  display: block;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.5);
}
.footer-area .footer-widget-area .list li a:hover,
.footer-area .footer-widget-area .list li a:focus {
  color: #fff;
}
.footer-area .bottom-footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 70px;
}
.footer-area .bottom-footer-area p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.footer-area .bottom-footer-area p a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-area .bottom-footer-area p a:hover,
.footer-area .bottom-footer-area p a:focus {
  color: #fff;
}

/* .bottom-footer-area .container{ */
/*   background-color:#df2929; */
/**/
/* } */
/* .bottom-footer-area p, .bottom-footer-area a{ */
/*   font-size:0.7rem; */

.newsletter-widget button {
  background-color: #0a5b8b;
  border: 2px solid #0a5b8b;
  color: white;
  font-weight: 800;
  font-size: 1.2rem;
  padding: 5px;
  width: 100%;
}
.newsletter-widget a:hover {
  background-color: transparent;
}

.newsletter-widget button:hover {
  opacity: 0.8;
}
.taskrow_error {
  background-color: #f4f6fb;
}
.taskrow_success {
  background-color: green;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  padding: 30px;
  border-radius: 10px;
  background-color: #0a5b8b;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  font-family: "open-sans", sans-serif;
}

.quote-icon {
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 20px;
  opacity: 0.1;
}

.testimonial-text {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}

.testimonial-author {
  font-weight: bold;
  margin-top: 10px;
  color: #fff;
}

.rating {
  font-size: 2.5rem;
  color: #f8c102;
}

.rating .half-star {
  color: #f8c102;
}

.card-body {
  background-color: #fff;
}
p.card-text {
  font-size: 1rem;
}

.card {
  border-radius: 0.5rem !important;
  border: 1px solid #e3e8eb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  background-color: #fff;
  transition: 0.3s;
  overflow: hidden;
}

/* MARKETING CONTENT
-------------------------------------------------- */

.banner {
  background: linear-gradient(to bottom, #0a496e, #07344f);
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 5rem;
  margin-top: 5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 800;
  color: #0a5b8b;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
/* rtl:end:ignore */

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 600;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

.curvy-image {
  width: 300px; /* Adjust width as needed */
  height: 300px; /* Adjust height as needed */
  overflow: hidden;
  border-radius: 50%;
  xclip-path: polygon(
    62% 95%,
    91% 78%,
    97% 65%,
    96% 59%,
    87% 33%,
    76% 23%,
    60% 19%,
    61% 19%,
    50% 18%,
    43% 18%,
    26% 11%,
    13% 14%,
    0 43%,
    0 64%,
    4% 80%,
    25% 92%
  );
}

.curvy-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}

/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("/static/fonts/open-sans/open-sans-v17-latin-600.ddacaf4a9db5.eot"); /* IE9 Compat Modes */
  src:
    local("Open Sans SemiBold"),
    local("OpenSans-SemiBold"),
    url("/static/fonts/open-sans/open-sans-v17-latin-600.ddacaf4a9db5.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/static/fonts/open-sans/open-sans-v17-latin-600.819af3d3abdc.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/static/fonts/open-sans/open-sans-v17-latin-600.449d681cd600.woff") format("woff"),
    /* Modern Browsers */
      url("/static/fonts/open-sans/open-sans-v17-latin-600.8f7128145a3c.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/static/fonts/open-sans/open-sans-v17-latin-600.e16f375be3c2.svg#OpenSans")
      format("svg"); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("/static/fonts/open-sans/open-sans-v17-latin-700.fc0dbb2edfac.eot"); /* IE9 Compat Modes */
  src:
    local("Open Sans Bold"),
    local("OpenSans-Bold"),
    url("/static/fonts/open-sans/open-sans-v17-latin-700.fc0dbb2edfac.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/static/fonts/open-sans/open-sans-v17-latin-700.0edb76284a7a.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/static/fonts/open-sans/open-sans-v17-latin-700.1f85e92d8ff4.woff") format("woff"),
    /* Modern Browsers */
      url("/static/fonts/open-sans/open-sans-v17-latin-700.e5111caba5b8.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/static/fonts/open-sans/open-sans-v17-latin-700.2e00b2635b51.svg#OpenSans")
      format("svg"); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: fallback;
  src: url("/static/fonts/open-sans/open-sans-v17-latin-800.b48d8065f187.eot"); /* IE9 Compat Modes */
  src:
    local("Open Sans ExtraBold"),
    local("OpenSans-ExtraBold"),
    url("/static/fonts/open-sans/open-sans-v17-latin-800.b48d8065f187.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/static/fonts/open-sans/open-sans-v17-latin-800.ab3e500e7375.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/static/fonts/open-sans/open-sans-v17-latin-800.05ebdbe10796.woff") format("woff"),
    /* Modern Browsers */
      url("/static/fonts/open-sans/open-sans-v17-latin-800.67a97b77ffd3.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/static/fonts/open-sans/open-sans-v17-latin-800.926d4d1229e9.svg#OpenSans")
      format("svg"); /* Legacy iOS */
}

@media (max-width: 800px) {
  .course-list-button {
    width: 100%;
  }

  .marketing .col-lg-4 {
    margin-bottom: 2rem;
    margin-top: 3rem;
  }

  h1.home {
    font-size: 1.8rem;
    max-width: 70%;
  }

  .lead {
    font-size: 1.1rem;
  }

  h2.footer_logo {
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 800;
  }
}
